Home
last modified time | relevance | path

Searched refs:DR_RENAME (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h68 enum dr_op { DR_REMOVE, DR_RMDIR, DR_RENAME }; /* dirremove ops */ enumerator
H A Dudf_inode.h54 enum dr_op { DR_REMOVE, DR_RMDIR, DR_RENAME }; /* dirremove ops */ enumerator
H A Dufs_inode.h582 enum dr_op { DR_REMOVE, DR_RMDIR, DR_RENAME }; enumerator
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c690 if (vn_mountedvfs(ITOV(ip)) != NULL && op != DR_RENAME) { in ud_dirremove()
H A Dudf_vnops.c1021 DR_RENAME, cr, ct)) == ENOENT) { in udf_rename()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1285 error = tdirdelete(fromparent, fromtp, onm, DR_RENAME, cred); in tmp_rename()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2484 if (vn_mountedvfs(vp) != NULL && op != DR_RENAME) { in ufs_dirremove()
H A Dufs_vnops.c3608 DR_RENAME, cr)) == ENOENT) in ufs_rename()