Home
last modified time | relevance | path

Searched refs:smb_ct (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c158 caller_context_t smb_ct; variable
179 smb_ct.cc_sysid = lm_alloc_sysidt(); in smb_vop_init()
180 if (smb_ct.cc_sysid == LM_NOSYSID) in smb_vop_init()
183 smb_ct.cc_caller_id = fs_new_caller_id(); in smb_vop_init()
184 smb_ct.cc_pid = IGN_PID; in smb_vop_init()
185 smb_ct.cc_flags = 0; in smb_vop_init()
204 lm_free_sysidt(smb_ct.cc_sysid); in smb_vop_fini()
205 smb_ct.cc_pid = IGN_PID; in smb_vop_fini()
206 smb_ct.cc_sysid = LM_NOSYSID; in smb_vop_fini()
219 return (VOP_OPEN(vpp, mode, cred, &smb_ct)); in smb_vop_open()
[all …]
H A Dsmb_fem.c35 extern caller_context_t smb_ct;
238 if (error == 0 && ct != &smb_ct) in smb_fem_fcn_create()
272 if (error == 0 && ct != &smb_ct) in smb_fem_fcn_remove()
297 if (error == 0 && ct != &smb_ct) { in smb_fem_fcn_rename()
332 if (error == 0 && ct != &smb_ct) in smb_fem_fcn_mkdir()
356 if (error == 0 && ct != &smb_ct) in smb_fem_fcn_rmdir()
380 if (error == 0 && ct != &smb_ct) in smb_fem_fcn_link()
405 if (error == 0 && ct != &smb_ct) in smb_fem_fcn_symlink()
428 if (ct != &smb_ct) { in smb_fem_oplock_open()
456 if (ct != &smb_ct) { in smb_fem_oplock_read()
[all …]
H A Dsmb_lock.c39 extern caller_context_t smb_ct;
393 if (nbl_share_conflict(node->vp, op, &smb_ct)) in smb_nbl_conflict()
406 if (nbl_lock_conflict(node->vp, op, off, len, svmand, &smb_ct)) in smb_nbl_conflict()
H A Dsmb_fsops.c35 extern caller_context_t smb_ct;
1365 ct = smb_ct; in smb_fsop_read()
1452 ct = smb_ct; in smb_fsop_write()
2591 bf.l_sysid = smb_ct.cc_sysid; in smb_fsop_frlock()