Searched refs:ufs_dirlook (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 850 extern int ufs_dirlook(struct inode *, char *, struct inode **,
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 176 ufs_dirlook( function 688 * ufs_dirlook will acquire the i_rwlock 693 if (err = ufs_dirlook(tdp, namep, ipp, cr, 0, 0)) { 2490 * Taking a writer lock prevents a parallel ufs_dirlook from
|
H A D | ufs_vnops.c | 2862 error = ufs_dirlook(ip, nm, &xip, cr, 1, 0); 3446 if (error = ufs_dirlook(sdp, snm, &sip, cr, 0, 0)) { 6651 if ((error = ufs_dirlook(ip, nm, &xip, cr, 1, 1)) == 0) {
|
Completed in 81 milliseconds