Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c322 uint32_t uniq_fid; in smb_open_subr() local
381 uniq_fid = SMB_UNIQ_FID(); in smb_open_subr()
382 status = smb_opipe_open(sr, uniq_fid); in smb_open_subr()
499 uniq_fid = SMB_UNIQ_FID(); in smb_open_subr()
648 status = smb_fsop_shrlock(sr->user_cr, node, uniq_fid, in smb_open_subr()
678 smb_fsop_unshrlock(sr->user_cr, node, uniq_fid); in smb_open_subr()
695 uniq_fid); in smb_open_subr()
785 status = smb_fsop_shrlock(sr->user_cr, node, uniq_fid, in smb_open_subr()
830 of = smb_ofile_open(sr, node, op, SMB_FTYPE_DISK, uniq_fid, in smb_open_subr()
885 smb_fsop_unshrlock(sr->user_cr, node, uniq_fid); in smb_open_subr()
H A Dsmb_vops.c1343 smb_vop_shrlock(vnode_t *vp, uint32_t uniq_fid, uint32_t desired_access, in smb_vop_shrlock() argument
1402 shr.s_pid = uniq_fid; in smb_vop_shrlock()
1412 smb_vop_unshrlock(vnode_t *vp, uint32_t uniq_fid, cred_t *cr) in smb_vop_unshrlock() argument
1431 shr.s_pid = uniq_fid; in smb_vop_unshrlock()
H A Dsmb_fsops.c2521 smb_fsop_shrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid, in smb_fsop_shrlock() argument
2534 rc = smb_vop_shrlock(node->vp, uniq_fid, desired_access, share_access, in smb_fsop_shrlock()
2543 smb_fsop_unshrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid) in smb_fsop_unshrlock() argument
2545 (void) smb_vop_unshrlock(node->vp, uniq_fid, cr); in smb_fsop_unshrlock()