Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dsuper.c491 if (fs_info->mount_opt & opt) { in check_ro_option()
522 btrfs_set_opt(info->mount_opt, USEBACKUPROOT); in parse_rescue_options()
579 btrfs_set_opt(info->mount_opt, FREE_SPACE_TREE); in btrfs_parse_options()
586 btrfs_set_opt(info->mount_opt, SPACE_CACHE); in btrfs_parse_options()
606 btrfs_set_opt(info->mount_opt, DEGRADED); in btrfs_parse_options()
629 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
630 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
642 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
643 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
644 btrfs_set_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
[all …]
Dref-verify.c885 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod()
1014 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
Dctree.h675 unsigned long mount_opt; member
1425 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \
1432 btrfs_set_opt(fs_info->mount_opt, opt); \
1439 btrfs_clear_opt(fs_info->mount_opt, opt); \
1467 if (!btrfs_raw_test_opt((info)->mount_opt, opt)) { \
1476 if (btrfs_raw_test_opt((info)->mount_opt, opt)) { \
Ddisk-io.c2803 btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); in init_tree_roots()
3077 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options()
3078 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options()
/Linux-v5.15/fs/ocfs2/
Dsuper.c77 unsigned long mount_opt; member
623 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount()
631 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount()
638 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount()
647 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount()
714 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()
1016 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super()
1218 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options()
1225 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options()
1232 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()
[all …]
/Linux-v5.15/fs/erofs/
Dinternal.h60 unsigned int mount_opt; member
124 #define clear_opt(ctx, option) ((ctx)->mount_opt &= ~EROFS_MOUNT_##option)
125 #define set_opt(ctx, option) ((ctx)->mount_opt |= EROFS_MOUNT_##option)
126 #define test_opt(ctx, option) ((ctx)->mount_opt & EROFS_MOUNT_##option)
/Linux-v5.15/fs/ext4/
Dsuper.c1911 int mount_opt; member
2173 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt()
2175 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt()
2309 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
2316 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2321 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2332 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2387 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2389 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2410 sbi->s_mount_opt2 |= m->mount_opt; in handle_mount_opt()
[all …]
/Linux-v5.15/fs/f2fs/
Df2fs.h105 #define F2FS_OPTION(sbi) ((sbi)->mount_opt)
1660 struct f2fs_mount_info mount_opt; /* mount options */ member
Dsuper.c2138 org_mount_opt = sbi->mount_opt; in f2fs_remount()
2377 sbi->mount_opt = org_mount_opt; in f2fs_remount()