Lines Matching defs:pnfs_layout_hdr
187 struct pnfs_layout_hdr { struct
188 atomic_t plh_refcount;
189 atomic_t plh_outstanding; /* number of RPCs out */
190 struct list_head plh_layouts; /* other client layouts */
191 struct list_head plh_bulk_destroy;
192 struct list_head plh_segs; /* layout segments list */
193 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */
194 unsigned long plh_retry_timestamp;
195 unsigned long plh_flags;
196 nfs4_stateid plh_stateid;
197 u32 plh_barrier; /* ignore lower seqids */
198 enum pnfs_iomode plh_return_iomode;
199 loff_t plh_lwb; /* last write byte for layoutcommit */
200 struct rpc_cred *plh_lc_cred; /* layoutcommit cred */
201 struct inode *plh_inode;