Lines Matching refs:nfs4_stateowner
420 struct nfs4_stateowner;
423 void (*so_unhash)(struct nfs4_stateowner *);
424 void (*so_free)(struct nfs4_stateowner *);
433 struct nfs4_stateowner {
451 * is a superset of the nfs4_stateowner struct.
454 struct nfs4_stateowner oo_owner; /* must be first field */
473 * a superset of the nfs4_stateowner struct.
476 struct nfs4_stateowner lo_owner; /* must be first element */
480 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so)
485 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so)
563 struct nfs4_stateowner *st_stateowner;