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