Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h580 struct nfs4_stateowner;
583 void (*so_unhash)(struct nfs4_stateowner *);
584 void (*so_free)(struct nfs4_stateowner *);
593 struct nfs4_stateowner { struct
614 struct nfs4_stateowner oo_owner; /* must be first field */
636 struct nfs4_stateowner lo_owner; /* must be first element */
640 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner()
645 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner()
723 struct nfs4_stateowner *st_stateowner;
H A Dnfs4state.c525 static inline struct nfs4_stateowner *
526 nfs4_get_stateowner(struct nfs4_stateowner *sop) in nfs4_get_stateowner()
533 same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner) in same_owner_str()
543 struct nfs4_stateowner *so; in find_openstateowner_str()
1500 static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop) in nfs4_free_stateowner()
1507 static void nfs4_put_stateowner(struct nfs4_stateowner *sop) in nfs4_put_stateowner()
1909 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_bump_seqid()
2544 struct nfs4_stateowner *so, *tmp; in __destroy_client()
2914 static void nfs4_show_owner(struct seq_file *s, struct nfs4_stateowner *oo) in nfs4_show_owner()
2931 struct nfs4_stateowner *oo; in nfs4_show_open()
[all …]
H A Dxdr4.h184 struct nfs4_stateowner *replay_owner;
H A Dnfs4xdr.c6229 struct nfs4_stateowner *so = resp->cstate.replay_owner; in nfsd4_encode_operation()