Home
last modified time | relevance | path

Searched refs:lock_stateid (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/head/rpcsvc/
H A Dnfs4_prot.x758 stateid4 lock_stateid; member
789 stateid4 lock_stateid; member
822 stateid4 lock_stateid; member
829 stateid4 lock_stateid; variable
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h793 stateid4 lock_stateid; member
827 stateid4 lock_stateid; member
850 stateid4 lock_stateid; member
858 stateid4 lock_stateid; member
H A Dnfs4_clnt.h1784 stateid4 lock_stateid; member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c487 *sid = lop->lock_stateid; in nfs4_get_lock_stateid()
613 goto lock_stateid; in nfs4_get_stateid()
631 lock_stateid: in nfs4_get_stateid()
661 lop->lock_stateid = stateid; in nfs4_set_lock_stateid()
827 bzero(&lop->lock_stateid, sizeof (stateid4)); in create_lock_owner()
1215 eown->lock_stateid = lop->lock_stateid; in nfs4_setup_lock_args()
H A Dnfs4_xdr.c2733 lock_stateid.seqid)) in xdr_LOCK4args()
2736 lock_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCK4args()
2766 &objp->LOCK4res_u.lock_stateid.seqid)) in xdr_LOCK4res()
2769 objp->LOCK4res_u.lock_stateid.other, in xdr_LOCK4res()
2876 if (!xdr_u_int(xdrs, &objp->lock_stateid.seqid)) in xdr_LOCKU4args()
2878 if (!xdr_opaque(xdrs, objp->lock_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCKU4args()
4703 &objp->nfs_resop4_u.oplocku.lock_stateid.seqid)) in xdr_nfs_resop4()
4706 objp->nfs_resop4_u.oplocku.lock_stateid.other, in xdr_nfs_resop4()
4885 &objp->nfs_resop4_u.oplocku.lock_stateid.seqid)) in xdr_nfs_resop4_clnt()
4888 objp->nfs_resop4_u.oplocku.lock_stateid.other, in xdr_nfs_resop4_clnt()
H A Dnfs4_vnops.c13318 locku_args->lock_stateid = lop->lock_stateid; in nfs4frlock_setup_resend_lock_args()
13525 if (lop && CLNT_ISSPECIAL(&lop->lock_stateid)) in nfs4frlock_setup_locku_args()
13563 locku_args->lock_stateid = lop->lock_stateid; in nfs4frlock_setup_locku_args()
14107 nfs4_set_lock_stateid(lop, lock_res->LOCK4res_u.lock_stateid); in nfs4frlock_update_state()
14132 nfs4_set_lock_stateid(lop, locku_res->lock_stateid); in nfs4frlock_update_state()
H A Dnfs4_srv.c8973 stateid = &args->locker.locker4_u.lock_owner.lock_stateid; in rfs4_op_lock()
9130 resp->LOCK4res_u.lock_stateid = lsp->rls_lockid.stateid; in rfs4_op_lock()
9195 stateid4 *stateid = &args->lock_stateid; in rfs4_op_locku()
9296 resp->lock_stateid = lsp->rls_lockid.stateid; in rfs4_op_locku()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1739 sum_lock_stateid(&own->lock_stateid)); in sum_exist_lock_owner()
1804 detail_lock_stateid(&own->lock_stateid); in detail_exist_lock_owner()
1857 sum_lock_stateid(&args->lock_stateid)); in sumarg_locku()
1868 detail_lock_stateid(&args->lock_stateid); in dtlarg_locku()
2631 sum_lock_stateid(&res->LOCK4res_u.resok4.lock_stateid)); in sumres_lock()
2647 detail_lock_stateid(&res->LOCK4res_u.resok4.lock_stateid); in dtlres_lock()
2689 sum_lock_stateid(&res->LOCKU4res_u.lock_stateid)); in sumres_locku()
2699 detail_lock_stateid(&res->LOCKU4res_u.lock_stateid); in dtlres_locku()
H A Dnfs4_xdr.c1303 if (!xdr_stateid4(xdrs, &objp->lock_stateid)) in xdr_exist_lock_owner4()
1367 if (!xdr_stateid4(xdrs, &objp->lock_stateid)) in xdr_LOCK4resok()
1431 if (!xdr_stateid4(xdrs, &objp->lock_stateid)) in xdr_LOCKU4args()
1448 if (!xdr_stateid4(xdrs, &objp->LOCKU4res_u.lock_stateid)) in xdr_LOCKU4res()