Lines Matching refs:mount_opt
1853 int mount_opt; member
2136 EXT4_SET_CTX(mount_opt);
2137 EXT4_CLEAR_CTX(mount_opt);
2138 EXT4_TEST_CTX(mount_opt);
2163 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2165 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2375 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2377 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2423 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2425 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2428 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2430 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2955 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2962 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
2965 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2969 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2973 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2974 (!want_set && (mount_opt & m->mount_opt))) in _ext4_show_options()