Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h391 struct nfs4_stateowner;
394 void (*so_unhash)(struct nfs4_stateowner *);
395 void (*so_free)(struct nfs4_stateowner *);
404 struct nfs4_stateowner { struct
425 struct nfs4_stateowner oo_owner; /* must be first field */
448 struct nfs4_stateowner lo_owner; /* must be first element */
451 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner()
456 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner()
534 struct nfs4_stateowner *st_stateowner;
Dnfs4state.c217 static inline struct nfs4_stateowner *
218 nfs4_get_stateowner(struct nfs4_stateowner *sop) in nfs4_get_stateowner()
225 same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner) in same_owner_str()
235 struct nfs4_stateowner *so; in find_openstateowner_str_locked()
1073 static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop) in nfs4_free_stateowner()
1079 static void nfs4_put_stateowner(struct nfs4_stateowner *sop) in nfs4_put_stateowner()
1323 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_bump_seqid()
3317 struct nfs4_stateowner *so) in nfsd4_cstate_assign_replay()
3327 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_cstate_clear_replay()
3338 struct nfs4_stateowner *sop; in alloc_stateowner()
[all …]
Dxdr4.h56 struct nfs4_stateowner *replay_owner;
Dnfs4xdr.c4344 struct nfs4_stateowner *so = resp->cstate.replay_owner; in nfsd4_encode_operation()