Lines Matching refs:mount_opt
1850 int mount_opt;
2131 EXT4_SET_CTX(mount_opt);
2132 EXT4_CLEAR_CTX(mount_opt);
2133 EXT4_TEST_CTX(mount_opt);
2160 if (m->mount_opt & EXT4_MOUNT_DELALLOC) {
2162 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) {
2384 ctx_set_mount_opt(ctx, m->mount_opt);
2386 ctx_clear_mount_opt(ctx, m->mount_opt);
2432 ctx_set_mount_opt2(ctx, m->mount_opt);
2434 ctx_clear_mount_opt2(ctx, m->mount_opt);
2437 ctx_set_mount_opt(ctx, m->mount_opt);
2439 ctx_clear_mount_opt(ctx, m->mount_opt);
2973 unsigned int mount_opt, def_mount_opt;
2980 mount_opt = sbi->s_mount_opt2;
2983 mount_opt = sbi->s_mount_opt;
2987 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt)))
2991 (mount_opt & m->mount_opt) != m->mount_opt) ||
2992 (!want_set && (mount_opt & m->mount_opt)))