Home
last modified time | relevance | path

Searched refs:s_sysid (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dshare.c70 if ((shr->s_access == 0) && (GETSYSID(shr->s_sysid) == 0)) { in add_share()
92 if ((shrl->shr->s_sysid == shr->s_sysid) && in add_share()
216 shrl->shr->s_sysid = shr->s_sysid; /* XXX ref cnt? */ in add_share()
251 nlmid1 = GETNLMID(shr->s_sysid); in is_match_for_del()
252 nlmid2 = GETNLMID(element->s_sysid); in is_match_for_del()
255 if (GETSYSID(shr->s_sysid) != 0 && shr->s_pid == 0) { in is_match_for_del()
260 result = shr->s_sysid == element->s_sysid; in is_match_for_del()
261 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid == 0) { in is_match_for_del()
267 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid != 0) { in is_match_for_del()
276 result = ((shr->s_sysid == 0 && in is_match_for_del()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dshare.h55 int32_t s_sysid; /* 0 if local otherwise passed by lm */ member
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1401 shr.s_sysid = smb_ct.cc_sysid; in smb_vop_shrlock()
1405 shr_own.sl_id = shr.s_sysid; in smb_vop_shrlock()
1430 shr.s_sysid = smb_ct.cc_sysid; in smb_vop_unshrlock()
1434 shr_own.sl_id = shr.s_sysid; in smb_vop_unshrlock()
/titanic_41/usr/src/uts/common/fs/
H A Dfs_subr.c646 shr->s_access = shr_has_remote_shares(vp, shr->s_sysid); in fs_shrlock()
H A Dvnode.c1143 shr.s_sysid = 0; in vn_openat()
/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c691 shr.s_sysid = 0; in fcntl()
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_service.c1113 shr->s_sysid = host->nh_sysid; in nlm_init_shrlock()
H A Dnlm_impl.c2227 if (shrp1->s_sysid == shrp2->s_sysid && in nlm_shres_equal()
H A Dnlm_client.c1240 shlk.s_sysid = host->nh_sysid | LM_SYSID_CLIENT; in nlm_shrlock()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c9506 shr.s_sysid = sp->rs_owner->ro_client->rc_sysidt; in rfs4_share()
9508 shr_loco.sl_id = shr.s_sysid; in rfs4_share()
9546 shr.s_sysid = sp->rs_owner->ro_client->rc_sysidt; in rfs4_unshare()
9548 shr_loco.sl_id = shr.s_sysid; in rfs4_unshare()
H A Dnfs_client.c2932 shr.s_sysid = 0; in nfs_lockrelease()
H A Dnfs_vnops.c5071 nshr.s_sysid = 0; in nfs_shrlock()
H A Dnfs3_vnops.c6725 nshr.s_sysid = 0; in nfs3_shrlock()