Searched refs:ufs_dircheckpath (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h856 extern int ufs_dircheckpath(ino_t, struct inode *, struct inode *,
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2505 * since in ufs_dircheckpath we want dp's i_rwlock.
2963 ufs_dircheckpath( function
H A Dufs_vnops.c3465 * within a file system, ufs_dircheckpath can deadlock while
3468 * ufs_dircheckpath with the sdp and tdp locks held as RW_WRITER.
3472 * upgrading to RW_WRITER after completing the ufs_dircheckpath.
3584 if ((error = ufs_dircheckpath(inum, tdp, sdp, cr))) {
3586 * If we got EAGAIN ufs_dircheckpath detected a
3616 * Simultaneous renames can deadlock in ufs_dircheckpath since it
3619 * as RW_READERS till ufs_dircheckpath is done.
3620 * Now that ufs_dircheckpath is done with, we can upgrade the locks

Completed in 81 milliseconds