Symbol: nfs4_stateowner
fs/nfsd/nfs4callback.c
859
static void encode_stateowner(struct xdr_stream *xdr, struct nfs4_stateowner *so)
fs/nfsd/nfs4state.c
1498
static inline void nfs4_free_stateowner(struct nfs4_stateowner *sop)
fs/nfsd/nfs4state.c
1504
static void nfs4_put_stateowner(struct nfs4_stateowner *sop)
fs/nfsd/nfs4state.c
1899
struct nfs4_stateowner *so = cstate->replay_owner;
fs/nfsd/nfs4state.c
2530
struct nfs4_stateowner *so, *tmp;
fs/nfsd/nfs4state.c
2897
static void nfs4_show_owner(struct seq_file *s, struct nfs4_stateowner *oo)
fs/nfsd/nfs4state.c
2914
struct nfs4_stateowner *oo;
fs/nfsd/nfs4state.c
2959
struct nfs4_stateowner *oo;
fs/nfsd/nfs4state.c
4935
struct nfs4_stateowner *so)
fs/nfsd/nfs4state.c
4950
struct nfs4_stateowner *so = cstate->replay_owner;
fs/nfsd/nfs4state.c
4961
struct nfs4_stateowner *sop;
fs/nfsd/nfs4state.c
4989
static void nfs4_unhash_openowner(struct nfs4_stateowner *so)
fs/nfsd/nfs4state.c
4994
static void nfs4_free_openowner(struct nfs4_stateowner *so)
fs/nfsd/nfs4state.c
530
static inline struct nfs4_stateowner *
fs/nfsd/nfs4state.c
531
nfs4_get_stateowner(struct nfs4_stateowner *sop)
fs/nfsd/nfs4state.c
538
same_owner_str(struct nfs4_stateowner *sop, struct xdr_netobj *owner)
fs/nfsd/nfs4state.c
548
struct nfs4_stateowner *so;
fs/nfsd/nfs4state.c
5588
static __be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid)
fs/nfsd/nfs4state.c
6785
struct nfs4_stateowner *so;
fs/nfsd/nfs4state.c
7607
struct nfs4_stateowner *sop = stp->st_stateowner;
fs/nfsd/nfs4state.c
8054
struct nfs4_stateowner *so;
fs/nfsd/nfs4state.c
8079
static void nfs4_unhash_lockowner(struct nfs4_stateowner *sop)
fs/nfsd/nfs4state.c
8084
static void nfs4_free_lockowner(struct nfs4_stateowner *sop)
fs/nfsd/nfs4xdr.c
6228
struct nfs4_stateowner *so = resp->cstate.replay_owner;
fs/nfsd/state.h
573
struct nfs4_stateowner;
fs/nfsd/state.h
576
void (*so_unhash)(struct nfs4_stateowner *);
fs/nfsd/state.h
577
void (*so_free)(struct nfs4_stateowner *);
fs/nfsd/state.h
607
struct nfs4_stateowner oo_owner; /* must be first field */
fs/nfsd/state.h
629
struct nfs4_stateowner lo_owner; /* must be first element */
fs/nfsd/state.h
633
static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so)
fs/nfsd/state.h
638
static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so)
fs/nfsd/state.h
716
struct nfs4_stateowner *st_stateowner;
fs/nfsd/xdr4.h
184
struct nfs4_stateowner *replay_owner;