Lines Matching refs:mount_opt
1767 int mount_opt; member
2049 EXT4_SET_CTX(mount_opt);
2050 EXT4_CLEAR_CTX(mount_opt);
2051 EXT4_TEST_CTX(mount_opt);
2084 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2086 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2311 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2313 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2359 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2361 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2364 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2366 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2902 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2909 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
2912 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2916 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2920 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2921 (!want_set && (mount_opt & m->mount_opt))) in _ext4_show_options()