Searched defs:ocfs2_chain_list (Results 1 – 1 of 1) sorted by relevance
481 struct ocfs2_chain_list { struct482 /*00*/ __le16 cl_cpg; /* Clusters per Block Group */483 __le16 cl_bpc; /* Bits per cluster */484 __le16 cl_count; /* Total chains in this list */485 __le16 cl_next_free_rec; /* Next unused chain slot */486 __le64 cl_reserved1;487 /*10*/ struct ocfs2_chain_rec cl_recs[]; /* Chain records */