Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_ioctl.h150 } ifi_stat[OCFS2_MAX_SLOTS];
Dsuper.c2124 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()
Docfs2_fs.h303 #define OCFS2_MAX_SLOTS 255 macro