Lines Matching refs:mount_opt
1858 int mount_opt; member
2139 EXT4_SET_CTX(mount_opt);
2140 EXT4_CLEAR_CTX(mount_opt);
2141 EXT4_TEST_CTX(mount_opt);
2168 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2170 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2392 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2394 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2440 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2442 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2445 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2447 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2981 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2988 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
2991 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2995 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2999 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
3000 (!want_set && (mount_opt & m->mount_opt))) in _ext4_show_options()