Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dstate.h430 struct nfs4_openowner { struct
431 struct nfs4_stateowner oo_owner; /* must be first field */
432 struct list_head oo_perclient;
457 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner() argument
Dnfs4state.c6237 void (*func)(struct nfs4_openowner *)) in nfsd_foreach_client_openowner()