Searched refs:mount_opt (Results 1 – 9 of 9) sorted by relevance
/fs/btrfs/ |
D | super.c | 549 if (fs_info->mount_opt & opt) { in check_ro_option() 580 btrfs_set_opt(info->mount_opt, USEBACKUPROOT); in parse_rescue_options() 638 btrfs_set_opt(info->mount_opt, FREE_SPACE_TREE); in btrfs_parse_options() 645 btrfs_set_opt(info->mount_opt, SPACE_CACHE); in btrfs_parse_options() 665 btrfs_set_opt(info->mount_opt, DEGRADED); in btrfs_parse_options() 688 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 689 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 701 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 702 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options() 703 btrfs_set_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() [all …]
|
D | ref-verify.c | 888 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1021 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
D | ctree.h | 696 unsigned long mount_opt; member 1635 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ 1642 btrfs_set_opt(fs_info->mount_opt, opt); \ 1649 btrfs_clear_opt(fs_info->mount_opt, opt); \ 1677 if (!btrfs_raw_test_opt((info)->mount_opt, opt)) { \ 1686 if (btrfs_raw_test_opt((info)->mount_opt, opt)) { \
|
D | disk-io.c | 2949 btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); in init_tree_roots() 3221 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options() 3222 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options() 3616 btrfs_clear_opt(fs_info->mount_opt, SPACE_CACHE); in open_ctree()
|
/fs/ocfs2/ |
D | super.c | 77 unsigned long mount_opt; member 622 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount() 629 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount() 638 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount() 705 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount() 1007 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super() 1203 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options() 1210 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options() 1217 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options() 1224 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options() [all …]
|
/fs/erofs/ |
D | internal.h | 77 unsigned int mount_opt; member 187 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) 188 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) 189 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option)
|
/fs/ext4/ |
D | super.c | 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() [all …]
|
/fs/f2fs/ |
D | super.c | 2284 org_mount_opt = sbi->mount_opt; in f2fs_remount() 2535 sbi->mount_opt = org_mount_opt; in f2fs_remount()
|
D | f2fs.h | 113 #define F2FS_OPTION(sbi) ((sbi)->mount_opt) 1635 struct f2fs_mount_info mount_opt; /* mount options */ member
|