Lines Matching defs:pnfs_layout_hdr
124 struct pnfs_layout_hdr { struct
125 atomic_t plh_refcount;
126 struct list_head plh_layouts; /* other client layouts */
127 struct list_head plh_bulk_recall; /* clnt list of bulk recalls */
128 struct list_head plh_segs; /* layout segments list */
129 nfs4_stateid plh_stateid;
130 atomic_t plh_outstanding; /* number of RPCs out */
131 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */
132 u32 plh_barrier; /* ignore lower seqids */
133 unsigned long plh_flags;
134 loff_t plh_lwb; /* last write byte for layoutcommit */
135 struct rpc_cred *plh_lc_cred; /* layoutcommit cred */
136 struct inode *plh_inode;