Lines Matching refs:mount_opt
1936 int mount_opt; member
2200 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt()
2202 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt()
2336 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
2343 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2348 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2359 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2414 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2416 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2430 sbi->s_mount_opt2 |= m->mount_opt; in handle_mount_opt()
2432 sbi->s_mount_opt2 &= ~m->mount_opt; in handle_mount_opt()
2435 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2437 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2583 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2586 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2587 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()