Lines Matching defs:mount_opt
1881 int mount_opt;
2164 EXT4_SET_CTX(mount_opt);
2165 EXT4_CLEAR_CTX(mount_opt);
2166 EXT4_TEST_CTX(mount_opt);
2191 if (m->mount_opt & EXT4_MOUNT_DELALLOC) {
2193 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) {
2403 ctx_set_mount_opt(ctx, m->mount_opt);
2405 ctx_clear_mount_opt(ctx, m->mount_opt);
2451 ctx_set_mount_opt2(ctx, m->mount_opt);
2453 ctx_clear_mount_opt2(ctx, m->mount_opt);
2456 ctx_set_mount_opt(ctx, m->mount_opt);
2458 ctx_clear_mount_opt(ctx, m->mount_opt);
2983 unsigned int mount_opt, def_mount_opt;
2990 mount_opt = sbi->s_mount_opt2;
2993 mount_opt = sbi->s_mount_opt;
2997 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt)))
3001 (mount_opt & m->mount_opt) != m->mount_opt) ||
3002 (!want_set && (mount_opt & m->mount_opt)))