Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Dsuper.c636 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64) && in ocfs2_remount()
637 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount()
1398 mopt->mount_opt |= OCFS2_MOUNT_INODE64; in ocfs2_parse_options()
1538 if (opts & OCFS2_MOUNT_INODE64) in ocfs2_show_options()
Docfs2.h266 OCFS2_MOUNT_INODE64 = 1 << 7, /* Allow inode numbers > 2^32 */ enumerator
Dsuballoc.c1054 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64)) in ocfs2_reserve_new_inode()