Lines Matching refs:mount_opt
1849 int mount_opt; member
2130 EXT4_SET_CTX(mount_opt);
2131 EXT4_CLEAR_CTX(mount_opt);
2132 EXT4_TEST_CTX(mount_opt);
2159 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2161 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2383 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2385 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2431 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2433 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2436 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2438 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2972 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2979 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
2982 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2986 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2990 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2991 (!want_set && (mount_opt & m->mount_opt))) in _ext4_show_options()