Searched refs:ufs_dircheckforname (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 732 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, noentry); in ufs_direnter_cm() 922 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, 0); in ufs_direnter_lr() 1007 ufs_dircheckforname( in ufs_dircheckforname() function 2461 err = ufs_dircheckforname(dp, namep, namlen, &slot, &ip, cr, 0); in ufs_dirremove()
|
H A D | ufs_vnops.c | 3670 error = ufs_dircheckforname(sdp, snm, strlen(snm), &slot, in ufs_rename()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 862 extern int ufs_dircheckforname(struct inode *, char *, int,
|