Lines Matching refs:nfs4_stateowner
455 struct nfs4_stateowner;
458 void (*so_unhash)(struct nfs4_stateowner *);
459 void (*so_free)(struct nfs4_stateowner *);
468 struct nfs4_stateowner {
486 * is a superset of the nfs4_stateowner struct.
489 struct nfs4_stateowner oo_owner; /* must be first field */
508 * a superset of the nfs4_stateowner struct.
511 struct nfs4_stateowner lo_owner; /* must be first element */
515 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so)
520 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so)
597 struct nfs4_stateowner *st_stateowner;