Searched defs:pnfs_layout_hdr (Results 1 – 1 of 1) sorted by relevance
124 struct pnfs_layout_hdr { struct125 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;[all …]