Home
last modified time | relevance | path

Searched refs:LOCK4res_u (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c2839 &objp->LOCK4res_u.lock_stateid.seqid)) in xdr_LOCK4res()
2842 objp->LOCK4res_u.lock_stateid.other, in xdr_LOCK4res()
2848 if (!xdr_u_longlong_t(xdrs, (u_longlong_t *)&objp->LOCK4res_u. in xdr_LOCK4res()
2851 if (!xdr_u_longlong_t(xdrs, (u_longlong_t *)&objp->LOCK4res_u. in xdr_LOCK4res()
2854 if (!xdr_int(xdrs, (int *)&objp->LOCK4res_u.denied.locktype)) in xdr_LOCK4res()
2856 if (!xdr_u_longlong_t(xdrs, (u_longlong_t *)&objp->LOCK4res_u. in xdr_LOCK4res()
2860 (char **)&objp->LOCK4res_u.denied.owner.owner_val, in xdr_LOCK4res()
2861 (uint_t *)&objp->LOCK4res_u.denied.owner.owner_len, in xdr_LOCK4res()
2871 if (objp->LOCK4res_u.denied.owner.owner_val != NULL) in xdr_LOCK4res()
2872 kmem_free(objp->LOCK4res_u.denied.owner.owner_val, in xdr_LOCK4res()
[all …]
H A Dnfs4_state.c135 lock_owner4 *slo = &sres->LOCK4res_u.denied.owner; in deep_lock_copy()
136 lock_owner4 *dlo = &dres->LOCK4res_u.denied.owner; in deep_lock_copy()
152 lock_owner4 *lo = &res->LOCK4res_u.denied.owner; in deep_lock_free()
H A Dnfs4_srv.c9058 if (lock_denied(&lres->LOCK4res_u.denied, &flock) in rfs4_do_lock()
9456 resp->LOCK4res_u.lock_stateid = lsp->rls_lockid.stateid; in rfs4_op_lock()
9499 dp = &resop->nfs_resop4_u.oplock.LOCK4res_u.denied; in lock_denied_free()
H A Dnfs4_vnops.c13988 nfs4_set_lock_stateid(lop, lock_res->LOCK4res_u.lock_stateid); in nfs4frlock_update_state()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2632 sum_lock_stateid(&res->LOCK4res_u.resok4.lock_stateid)); in sumres_lock()
2637 sum_lock_denied(&res->LOCK4res_u.denied)); in sumres_lock()
2648 detail_lock_stateid(&res->LOCK4res_u.resok4.lock_stateid); in dtlres_lock()
2651 detail_lock_denied(&res->LOCK4res_u.denied); in dtlres_lock()
H A Dnfs4_xdr.c1371 if (!xdr_LOCK4resok(xdrs, &objp->LOCK4res_u.resok4)) in xdr_LOCK4res()
1375 if (!xdr_LOCK4denied(xdrs, &objp->LOCK4res_u.denied)) in xdr_LOCK4res()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1429 } LOCK4res_u; member