Home
last modified time | relevance | path

Searched refs:mount_opt (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dsuper.c299 if (fs_info && (fs_info->mount_opt & BTRFS_MOUNT_PANIC_ON_FATAL_ERROR)) in __btrfs_panic()
401 btrfs_set_opt(info->mount_opt, SPACE_CACHE); in btrfs_parse_options()
425 btrfs_set_opt(info->mount_opt, DEGRADED); in btrfs_parse_options()
447 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
448 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
460 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
461 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
462 btrfs_set_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
463 btrfs_set_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
480 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
[all …]
Dctree.h1445 unsigned long mount_opt; member
2162 #define btrfs_test_opt(root, opt) ((root)->fs_info->mount_opt & \
2169 btrfs_set_opt(root->fs_info->mount_opt, opt); \
2176 btrfs_clear_opt(root->fs_info->mount_opt, opt); \
2206 if (!btrfs_raw_test_opt((info)->mount_opt, opt)) { \
2215 if (btrfs_raw_test_opt((info)->mount_opt, opt)) { \
Dtransaction.c2191 btrfs_set_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
2196 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
Ddisk-io.c2951 btrfs_set_opt(fs_info->mount_opt, SSD); in open_ctree()
3129 btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); in open_ctree()
Dextent-tree.c591 if (fs_info->mount_opt & BTRFS_MOUNT_SPACE_CACHE) { in cache_block_group()
/linux-4.1.27/fs/ocfs2/
Dsuper.c97 unsigned long mount_opt; member
656 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount()
663 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount()
672 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount()
739 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()
1043 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super()
1242 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options()
1249 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options()
1256 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()
1263 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options()
[all …]
/linux-4.1.27/fs/f2fs/
Df2fs.h55 #define clear_opt(sbi, option) (sbi->mount_opt.opt &= ~F2FS_MOUNT_##option)
56 #define set_opt(sbi, option) (sbi->mount_opt.opt |= F2FS_MOUNT_##option)
57 #define test_opt(sbi, option) (sbi->mount_opt.opt & F2FS_MOUNT_##option)
673 struct f2fs_mount_info mount_opt; /* mount options */ member
Dsuper.c675 org_mount_opt = sbi->mount_opt; in f2fs_remount()
678 sbi->mount_opt.opt = 0; in f2fs_remount()
736 sbi->mount_opt = org_mount_opt; in f2fs_remount()
/linux-4.1.27/fs/ext4/
Dsuper.c1349 int mount_opt; member
1620 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
1627 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1632 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1644 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1663 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1665 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
1808 if (!(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
1811 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
1812 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()