Lines Matching defs:mount_opt
1828 int mount_opt;
2108 EXT4_SET_CTX(mount_opt);
2109 EXT4_CLEAR_CTX(mount_opt);
2110 EXT4_TEST_CTX(mount_opt);
2135 if (m->mount_opt & EXT4_MOUNT_DELALLOC) {
2137 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) {
2347 ctx_set_mount_opt(ctx, m->mount_opt);
2349 ctx_clear_mount_opt(ctx, m->mount_opt);
2395 ctx_set_mount_opt2(ctx, m->mount_opt);
2397 ctx_clear_mount_opt2(ctx, m->mount_opt);
2400 ctx_set_mount_opt(ctx, m->mount_opt);
2402 ctx_clear_mount_opt(ctx, m->mount_opt);
2933 unsigned int mount_opt, def_mount_opt;
2940 mount_opt = sbi->s_mount_opt2;
2943 mount_opt = sbi->s_mount_opt;
2947 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt)))
2951 (mount_opt & m->mount_opt) != m->mount_opt) ||
2952 (!want_set && (mount_opt & m->mount_opt)))