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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c732 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, noentry);
922 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, 0);
1007 ufs_dircheckforname( function
2461 err = ufs_dircheckforname(dp, namep, namlen, &slot, &ip, cr, 0);
2594 * validated in ufs_dircheckforname().
H A Dufs_vnops.c3668 error = ufs_dircheckforname(sdp, snm, strlen(snm), &slot,
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h412 * If ufs_dircheckforname() fails to find an entry with the given name,
415 * If ufs_dircheckforname() finds an entry with the given name, this structure
417 * entry is. "status" indicates what ufs_dircheckforname() found:
421 * If ufs_dircheckforname() fails due to an error, this structure is not
424 * After ufs_dircheckforname() succeeds the values are:
434 * ufs_dircheckforname() didn't find out where the last valid entry in the
862 extern int ufs_dircheckforname(struct inode *, char *, int,

Completed in 64 milliseconds