Searched refs:EXT4_MOUNT_NO_MBCACHE (Results 1 – 2 of 2) sorted by relevance
2005 {Opt_nombcache, EXT4_MOUNT_NO_MBCACHE, MOPT_SET},5924 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in ext4_remount()
1178 #define EXT4_MOUNT_NO_MBCACHE 0x00001 /* Do not use mbcache */ macro