Searched refs:ufs_sticky_remove_access (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 926 extern int ufs_sticky_remove_access(struct inode *, struct inode *,
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 1511 (err = ufs_sticky_remove_access(tdp, tip, cr)) != 0) 2527 if ((err = ufs_sticky_remove_access(dp, ip, cr)) != 0) {
|
H A D | ufs_subr.c | 1448 ufs_sticky_remove_access(struct inode *dp, struct inode *ip, struct cred *cr) function
|
H A D | ufs_vnops.c | 3557 (error = ufs_sticky_remove_access(sdp, sip, cr)) != 0) {
|
Completed in 66 milliseconds