Lines Matching refs:mount_opt
1763 int mount_opt; member
2045 EXT4_SET_CTX(mount_opt);
2046 EXT4_CLEAR_CTX(mount_opt);
2047 EXT4_TEST_CTX(mount_opt);
2080 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2082 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2307 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2309 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2355 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2357 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2360 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2362 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2911 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2914 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2915 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()