Searched refs:hs_access (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | hsfs_impl.h | 71 extern int hs_access(struct vnode *vp, mode_t m, struct cred *cred);
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 129 hs_access(struct vnode *vp, mode_t m, struct cred *cred) in hs_access() function 786 if (error = hs_access(dvp, (mode_t)VEXEC, cred)) in hs_dirlook()
|
H A D | hsfs_vnops.c | 460 if (error = hs_access(dvp, (mode_t)VEXEC, cred)) in hsfs_lookup() 710 return (hs_access(vp, (mode_t)mode, cred)); in hsfs_access()
|