Searched refs:vn_remove (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 159 err = vn_remove(dp->scd_path, UIO_SYSSPACE, RMFILE); in spa_config_write() 188 (void) vn_remove(temp, UIO_SYSSPACE, RMFILE); in spa_config_write()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | inst_sync.c | 185 (void) vn_remove(pathname, UIO_USERSPACE, RMFILE); in in_sync_sys()
|
H A D | devcache.c | 516 rval = vn_remove(filename, UIO_SYSSPACE, RMFILE); in kfremove()
|
H A D | devcfg.c | 8095 error = vn_remove(DI_CACHE_FILE, UIO_SYSSPACE, RMFILE); in i_ddi_di_cache_free()
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 269 #define vn_remove(path, x1, x2) remove(path) macro
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 1373 return (vn_remove(filename, UIO_SYSSPACE, RMFILE)); in nvf_remove()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vnode.h | 1348 int vn_remove(char *fnamep, enum uio_seg seg, enum rm dirflag);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 3808 error = vn_remove(DI_CACHE_TEMP, UIO_SYSSPACE, RMFILE); in di_cache_write()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vnode.c | 1835 vn_remove(char *fnamep, enum uio_seg seg, enum rm dirflag) in vn_remove() function
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 1772 (void) vn_remove(path, UIO_SYSSPACE, RMFILE); in rfs4_dss_remove_leaf()
|