Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h335 struct nfs4_stateowner { struct
348 struct nfs4_stateowner oo_owner; /* must be first field */ argument
366 struct nfs4_stateowner lo_owner; /* must be first element */
372 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner()
377 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner()
437 struct nfs4_stateowner * st_stateowner;
Dnfs4state.c745 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_bump_seqid()
2483 struct nfs4_stateowner *sop; in alloc_stateowner()
2556 same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner, in same_owner_str()
2568 struct nfs4_stateowner *so; in find_openstateowner_str()
2696 static __be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u3… in nfsd4_check_seqid()
3677 struct nfs4_stateowner *sop = stp->st_stateowner; in nfs4_seqid_op_checks()
4541 struct nfs4_stateowner *sop; in nfsd4_release_lockowner()
Dxdr4.h56 struct nfs4_stateowner *replay_owner;
Dnfs4xdr.c3520 struct nfs4_stateowner *so = resp->cstate.replay_owner; in nfsd4_encode_operation()