Home
last modified time | relevance | path

Searched refs:hs_access (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h71 extern int hs_access(struct vnode *vp, mode_t m, struct cred *cred);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c129 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 Dhsfs_vnops.c390 if (error = hs_access(dvp, (mode_t)VEXEC, cred)) in hsfs_lookup()
624 return (hs_access(vp, (mode_t)mode, cred)); in hsfs_access()