Home
last modified time | relevance | path

Searched refs:OCFS2_MAX_SLOTS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Docfs2_ioctl.h132 } ifi_stat[OCFS2_MAX_SLOTS];
H A Dsuper.c2072 if (osb->max_slots > OCFS2_MAX_SLOTS || osb->max_slots == 0) { in ocfs2_initialize_super()
2372 } else if (le16_to_cpu(di->id2.i_super.s_max_slots) > OCFS2_MAX_SLOTS) { in ocfs2_verify_volume()
2377 OCFS2_MAX_SLOTS); in ocfs2_verify_volume()
H A Docfs2_fs.h288 #define OCFS2_MAX_SLOTS 255 macro