Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstate.h455 struct nfs4_stateowner;
458 void (*so_unhash)(struct nfs4_stateowner *);
459 void (*so_free)(struct nfs4_stateowner *);
468 struct nfs4_stateowner { struct
489 struct nfs4_stateowner oo_owner; /* must be first field */
511 struct nfs4_stateowner lo_owner; /* must be first element */
515 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner()
520 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner()
597 struct nfs4_stateowner *st_stateowner;
H A Dnfs4state.c527 static inline struct nfs4_stateowner *
528 nfs4_get_stateowner(struct nfs4_stateowner *sop) in nfs4_get_stateowner()
545 struct nfs4_stateowner *so; in find_openstateowner_str_locked()
1705 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_bump_seqid()
2250 struct nfs4_stateowner *so, *tmp; in __destroy_client()
2619 struct nfs4_stateowner *oo; in nfs4_show_open()
2663 struct nfs4_stateowner *oo; in nfs4_show_lock()
4451 struct nfs4_stateowner *so) in nfsd4_cstate_assign_replay()
4472 struct nfs4_stateowner *sop; in alloc_stateowner()
6029 struct nfs4_stateowner *so; in nfs4_anylock_blockers()
[all …]
H A Dxdr4.h56 struct nfs4_stateowner *replay_owner;
H A Dnfs4callback.c685 static void encode_stateowner(struct xdr_stream *xdr, struct nfs4_stateowner *so) in encode_stateowner()
H A Dnfs4xdr.c5377 struct nfs4_stateowner *so = resp->cstate.replay_owner; in nfsd4_encode_operation()