Lines Matching refs:mount_opt
1842 int mount_opt; member
2122 EXT4_SET_CTX(mount_opt);
2123 EXT4_CLEAR_CTX(mount_opt);
2124 EXT4_TEST_CTX(mount_opt);
2149 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2151 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2361 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2363 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2409 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2411 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2414 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2416 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2940 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2947 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
2950 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2954 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2958 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2959 (!want_set && (mount_opt & m->mount_opt))) in _ext4_show_options()