Searched defs:ocfs2_chain_list (Results 1 – 1 of 1) sorted by relevance
520 struct ocfs2_chain_list { struct521 /*00*/ __le16 cl_cpg; /* Clusters per Block Group */522 __le16 cl_bpc; /* Bits per cluster */523 __le16 cl_count; /* Total chains in this list */524 __le16 cl_next_free_rec; /* Next unused chain slot */525 __le64 cl_reserved1;526 /*10*/ struct ocfs2_chain_rec cl_recs[0]; /* Chain records */