Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dstate.h390 struct nfs4_stateowner;
393 void (*so_unhash)(struct nfs4_stateowner *);
394 void (*so_free)(struct nfs4_stateowner *);
403 struct nfs4_stateowner { struct
424 struct nfs4_stateowner oo_owner; /* must be first field */
447 struct nfs4_stateowner lo_owner; /* must be first element */
450 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner()
455 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner()
533 struct nfs4_stateowner *st_stateowner;
Dnfs4state.c213 static inline struct nfs4_stateowner *
214 nfs4_get_stateowner(struct nfs4_stateowner *sop) in nfs4_get_stateowner()
221 same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner) in same_owner_str()
231 struct nfs4_stateowner *so; in find_openstateowner_str_locked()
1066 static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop) in nfs4_free_stateowner()
1072 static void nfs4_put_stateowner(struct nfs4_stateowner *sop) in nfs4_put_stateowner()
1339 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_bump_seqid()
3328 struct nfs4_stateowner *so) in nfsd4_cstate_assign_replay()
3338 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_cstate_clear_replay()
3349 struct nfs4_stateowner *sop; in alloc_stateowner()
[all …]
Dxdr4.h56 struct nfs4_stateowner *replay_owner;
Dnfs4xdr.c4333 struct nfs4_stateowner *so = resp->cstate.replay_owner; in nfsd4_encode_operation()