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.c309 uint32_t uniq_fid; local
372 uniq_fid = SMB_UNIQ_FID();
373 status = smb_opipe_open(sr, uniq_fid);
471 * The uniq_fid is a CIFS-server-wide unique identifier for an ofile
476 uniq_fid = SMB_UNIQ_FID();
619 status = smb_fsop_shrlock(sr->user_cr, node, uniq_fid,
655 smb_fsop_unshrlock(sr->user_cr, node, uniq_fid);
671 uniq_fid);
763 status = smb_fsop_shrlock(sr->user_cr, node, uniq_fid,
816 of = smb_ofile_open(sr, node, op, SMB_FTYPE_DISK, uniq_fid,
[all...]
H A Dsmb_vops.c1354 smb_vop_shrlock(vnode_t *vp, uint32_t uniq_fid, uint32_t desired_access, argument
1413 shr.s_pid = uniq_fid;
1423 smb_vop_unshrlock(vnode_t *vp, uint32_t uniq_fid, cred_t *cr) argument
1442 shr.s_pid = uniq_fid;
H A Dsmb_fsops.c2591 smb_fsop_shrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid, argument
2604 rc = smb_vop_shrlock(node->vp, uniq_fid, desired_access, share_access,
2613 smb_fsop_unshrlock(cred_t *cr, smb_node_t *node, uint32_t uniq_fid) argument
2615 (void) smb_vop_unshrlock(node->vp, uniq_fid, cr);

Completed in 62 milliseconds