Searched refs:OCFS2_MAX_SLOTS (Results 1 – 3 of 3) sorted by relevance
150 } ifi_stat[OCFS2_MAX_SLOTS];
2124 if (osb->max_slots > OCFS2_MAX_SLOTS || osb->max_slots == 0) { in ocfs2_initialize_super()2419 } else if (le16_to_cpu(di->id2.i_super.s_max_slots) > OCFS2_MAX_SLOTS) { in ocfs2_verify_volume()2424 OCFS2_MAX_SLOTS); in ocfs2_verify_volume()
303 #define OCFS2_MAX_SLOTS 255 macro