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