Searched defs:share_access (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c210 of->f_share_access = op->share_access;
1048 uint32_t share_access)
1069 if (SMB_DENY_DELETE(share_access) && (of->f_granted_access & DELETE)) {
1074 if (SMB_DENY_READ(share_access) &&
1080 if (SMB_DENY_WRITE(share_access) &&
1047 smb_ofile_open_check(smb_ofile_t *of, uint32_t desired_access, uint32_t share_access) argument
H A Dsmb_fsops.c2592 uint32_t desired_access, uint32_t share_access)
2600 rc = smb_node_open_check(node, desired_access, share_access);
2604 rc = smb_vop_shrlock(node->vp, uniq_fid, desired_access, share_access,
2591 smb_fsop_shrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid, uint32_t desired_access, uint32_t share_access) argument
H A Dsmb_node.c726 uint32_t share_access)
736 status = smb_ofile_open_check(of, desired_access, share_access);
725 smb_node_open_check(smb_node_t *node, uint32_t desired_access, uint32_t share_access) argument
H A Dsmb_vops.c1355 uint32_t share_access, cred_t *cr)
1392 if (SMB_DENY_READ(share_access)) {
1396 if (SMB_DENY_WRITE(share_access)) {
1404 if (SMB_DENY_DELETE(share_access)) {
1354 smb_vop_shrlock(vnode_t *vp, uint32_t uniq_fid, uint32_t desired_access, uint32_t share_access, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h962 uint32_t share_access; member in struct:OPEN4args
983 uint32_t share_access; member in struct:OPEN4cargs
1063 uint32_t share_access; member in struct:OPEN_DOWNGRADE4args
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1471 uint32_t share_access; member in struct:open_param

Completed in 87 milliseconds