Searched defs:pnfs_layout_hdr (Results 1 – 1 of 1) sorted by relevance
203 struct pnfs_layout_hdr { struct204 refcount_t plh_refcount;205 atomic_t plh_outstanding; /* number of RPCs out */206 struct list_head plh_layouts; /* other client layouts */207 struct list_head plh_bulk_destroy;208 struct list_head plh_segs; /* layout segments list */209 struct list_head plh_return_segs; /* invalid layout segments */210 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */211 unsigned long plh_retry_timestamp;212 unsigned long plh_flags;[all …]