Searched defs:nfs4_openowner (Results 1 – 1 of 1) sorted by relevance
488 struct nfs4_openowner { struct489 struct nfs4_stateowner oo_owner; /* must be first field */490 struct list_head oo_perclient;515 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner() argument