Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c268 uint32_t uniq_fid = 0; in smb_common_open() local
661 uniq_fid = of->f_uniqid; in smb_common_open()
673 status = smb_fsop_shrlock(sr->user_cr, fnode, uniq_fid, in smb_common_open()
735 status = smb_fsop_shrlock(sr->user_cr, fnode, uniq_fid, in smb_common_open()
849 smb_fsop_unshrlock(sr->user_cr, fnode, uniq_fid); in smb_common_open()
1063 uniq_fid = of->f_uniqid; in smb_common_open()
1074 status = smb_fsop_shrlock(sr->user_cr, fnode, uniq_fid, in smb_common_open()
1202 smb_fsop_unshrlock(sr->user_cr, fnode, uniq_fid); in smb_common_open()
H A Dsmb_vops.c1541 smb_vop_shrlock(vnode_t *vp, uint32_t uniq_fid, uint32_t desired_access, in smb_vop_shrlock() argument
1600 shr.s_pid = uniq_fid; in smb_vop_shrlock()
1610 smb_vop_unshrlock(vnode_t *vp, uint32_t uniq_fid, cred_t *cr) in smb_vop_unshrlock() argument
1629 shr.s_pid = uniq_fid; in smb_vop_unshrlock()
H A Dsmb_fsops.c2812 smb_fsop_shrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid, in smb_fsop_shrlock() argument
2825 rc = smb_vop_shrlock(node->vp, uniq_fid, desired_access, share_access, in smb_fsop_shrlock()
2834 smb_fsop_unshrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid) in smb_fsop_unshrlock() argument
2836 (void) smb_vop_unshrlock(node->vp, uniq_fid, cr); in smb_fsop_unshrlock()