Searched refs:rl_owner (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | rfs4.c | 807 owner_val = mdb_alloc(lo.rl_owner.owner_len, UM_SLEEP | UM_GC); in rfs4_print_lo() 808 if (mdb_vread(owner_val, lo.rl_owner.owner_len, in rfs4_print_lo() 809 (uintptr_t)lo.rl_owner.owner_val) == -1) { in rfs4_print_lo() 815 lo.rl_pid, lo.rl_owner.clientid); in rfs4_print_lo() 816 for (i = 0; i < lo.rl_owner.owner_len; i++) in rfs4_print_lo()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 2363 if (lo->rl_owner.clientid != b->clientid) in lockowner_compare() 2366 if (lo->rl_owner.owner_len != b->owner_len) in lockowner_compare() 2369 return (bcmp(lo->rl_owner.owner_val, b->owner_val, in lockowner_compare() 2370 lo->rl_owner.owner_len) == 0); in lockowner_compare() 2378 return (&lo->rl_owner); in lockowner_mkkey() 2426 kmem_free(lo->rl_owner.owner_val, lo->rl_owner.owner_len); in rfs4_lockowner_destroy() 2469 lo->rl_owner.clientid = lockowner->clientid; in rfs4_lockowner_create() 2470 lo->rl_owner.owner_val = kmem_alloc(lockowner->owner_len, KM_SLEEP); in rfs4_lockowner_create() 2471 bcopy(lockowner->owner_val, lo->rl_owner.owner_val, in rfs4_lockowner_create() 2473 lo->rl_owner.owner_len = lockowner->owner_len; in rfs4_lockowner_create()
|
H A D | nfs4_srv.c | 8795 dp->owner.clientid = lo->rl_owner.clientid; in lock_denied() 8796 len = lo->rl_owner.owner_len; in lock_denied() 8798 bcopy(lo->rl_owner.owner_val, dp->owner.owner_val, len); in lock_denied()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 625 lock_owner4 rl_owner; member
|