Home
last modified time | relevance | path

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

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