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