Home
last modified time | relevance | path

Searched defs:nfs4_openowner (Results 1 – 2 of 2) sorted by relevance

/fs/nfsd/
Dstate.h347 struct nfs4_openowner { struct
348 struct nfs4_stateowner oo_owner; /* must be first field */
372 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner() argument
Dnfs4state.c4747 …4 nfsd_foreach_client_open(struct nfs4_client *clp, u64 max, void (*func)(struct nfs4_openowner *)) in nfsd_foreach_client_open()