Searched defs:pnfs_layout_hdr (Results 1 – 1 of 1) sorted by relevance
183 struct pnfs_layout_hdr { struct184 atomic_t plh_refcount;185 struct list_head plh_layouts; /* other client layouts */186 struct list_head plh_bulk_destroy;187 struct list_head plh_segs; /* layout segments list */188 nfs4_stateid plh_stateid;189 atomic_t plh_outstanding; /* number of RPCs out */190 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */191 u32 plh_barrier; /* ignore lower seqids */192 unsigned long plh_retry_timestamp;[all …]