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

/linux-master/fs/nfsd/
H A Dstate.h493 struct nfs4_stateowner;
496 void (*so_unhash)(struct nfs4_stateowner *);
497 void (*so_free)(struct nfs4_stateowner *);
506 struct nfs4_stateowner { struct
524 * is a superset of the nfs4_stateowner struct.
527 struct nfs4_stateowner oo_owner; /* must be first field */
546 * a superset of the nfs4_stateowner struct.
549 struct nfs4_stateowner lo_owner; /* must be first element */
553 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so)
558 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *s
[all...]
H A Dnfs4state.c529 static inline struct nfs4_stateowner *
530 nfs4_get_stateowner(struct nfs4_stateowner *sop)
537 same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner)
547 struct nfs4_stateowner *so;
1455 static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop)
1461 static void nfs4_put_stateowner(struct nfs4_stateowner *sop)
1849 struct nfs4_stateowner *so = cstate->replay_owner;
2394 struct nfs4_stateowner *so, *tmp;
2750 static void nfs4_show_owner(struct seq_file *s, struct nfs4_stateowner *oo)
2767 struct nfs4_stateowner *o
[all...]
H A Dxdr4.h184 struct nfs4_stateowner *replay_owner;
H A Dnfs4callback.c755 static void encode_stateowner(struct xdr_stream *xdr, struct nfs4_stateowner *so)
H A Dnfs4xdr.c5659 struct nfs4_stateowner *so = resp->cstate.replay_owner;

Completed in 225 milliseconds