Searched refs:smbfs_access_rwx (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 1865 smbfs_access_rwx(vfs_t *vfsp, int vtype, int mode, cred_t *cr) in smbfs_access_rwx() function 1943 return (smbfs_access_rwx(vp->v_vfsp, vp->v_type, mode, cr)); in smbfs_accessx() 1966 return (smbfs_access_rwx(vfsp, vp->v_type, mode, cr)); in smbfs_access() 2686 error = smbfs_access_rwx(vfsp, VREG, mode, cr); in smbfs_create()
|