mount_opt 587 fs/btrfs/ctree.h unsigned long mount_opt; mount_opt 1196 fs/btrfs/ctree.h #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ mount_opt 1203 fs/btrfs/ctree.h btrfs_set_opt(fs_info->mount_opt, opt); \ mount_opt 1210 fs/btrfs/ctree.h btrfs_clear_opt(fs_info->mount_opt, opt); \ mount_opt 1240 fs/btrfs/ctree.h if (!btrfs_raw_test_opt((info)->mount_opt, opt)) { \ mount_opt 1249 fs/btrfs/ctree.h if (btrfs_raw_test_opt((info)->mount_opt, opt)) { \ mount_opt 3309 fs/btrfs/disk-io.c btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); mount_opt 3376 fs/btrfs/disk-io.c btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); mount_opt 889 fs/btrfs/ref-verify.c btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); mount_opt 1018 fs/btrfs/ref-verify.c btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); mount_opt 443 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, FREE_SPACE_TREE); mount_opt 445 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, SPACE_CACHE); mount_opt 463 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, DEGRADED); mount_opt 487 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATACOW); mount_opt 488 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATASUM); mount_opt 500 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, COMPRESS); mount_opt 501 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); mount_opt 502 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, NODATACOW); mount_opt 503 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, NODATASUM); mount_opt 538 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, COMPRESS); mount_opt 539 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATACOW); mount_opt 540 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATASUM); mount_opt 545 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, COMPRESS); mount_opt 546 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATACOW); mount_opt 547 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATASUM); mount_opt 557 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, COMPRESS); mount_opt 558 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATACOW); mount_opt 559 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NODATASUM); mount_opt 564 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, COMPRESS); mount_opt 565 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); mount_opt 574 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, FORCE_COMPRESS); mount_opt 582 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); mount_opt 598 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NOSSD); mount_opt 605 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, NOSSD); mount_opt 608 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, NOSSD); mount_opt 709 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, mount_opt 714 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, mount_opt 724 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, RESCAN_UUID_TREE); mount_opt 749 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, USER_SUBVOL_RM_ALLOWED); mount_opt 752 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, ENOSPC_DEBUG); mount_opt 755 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, ENOSPC_DEBUG); mount_opt 772 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, USEBACKUPROOT); mount_opt 775 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, SKIP_BALANCE); mount_opt 781 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, mount_opt 783 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, CHECK_INTEGRITY); mount_opt 787 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, CHECK_INTEGRITY); mount_opt 808 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, mount_opt 811 fs/btrfs/super.c btrfs_clear_opt(info->mount_opt, mount_opt 837 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, FRAGMENT_DATA); mount_opt 838 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, FRAGMENT_METADATA); mount_opt 842 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, mount_opt 847 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, FRAGMENT_DATA); mount_opt 853 fs/btrfs/super.c btrfs_set_opt(info->mount_opt, REF_VERIFY); mount_opt 1695 fs/btrfs/super.c (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || mount_opt 1713 fs/btrfs/super.c (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { mount_opt 1725 fs/btrfs/super.c unsigned long old_opts = fs_info->mount_opt; mount_opt 1860 fs/btrfs/super.c fs_info->mount_opt = old_opts; mount_opt 2403 fs/btrfs/transaction.c btrfs_set_opt(fs_info->mount_opt, INODE_MAP_CACHE); mount_opt 2408 fs/btrfs/transaction.c btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); mount_opt 90 fs/erofs/internal.h unsigned int mount_opt; mount_opt 100 fs/erofs/internal.h #define clear_opt(sbi, option) ((sbi)->mount_opt &= ~EROFS_MOUNT_##option) mount_opt 101 fs/erofs/internal.h #define set_opt(sbi, option) ((sbi)->mount_opt |= EROFS_MOUNT_##option) mount_opt 102 fs/erofs/internal.h #define test_opt(sbi, option) ((sbi)->mount_opt & EROFS_MOUNT_##option) mount_opt 580 fs/erofs/super.c unsigned int org_mnt_opt = sbi->mount_opt; mount_opt 596 fs/erofs/super.c sbi->mount_opt = org_mnt_opt; mount_opt 1680 fs/ext4/super.c int mount_opt; mount_opt 1872 fs/ext4/super.c if (m->mount_opt & EXT4_MOUNT_DELALLOC) { mount_opt 1874 fs/ext4/super.c } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { mount_opt 2010 fs/ext4/super.c else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { mount_opt 2017 fs/ext4/super.c sbi->s_mount_opt |= m->mount_opt; mount_opt 2022 fs/ext4/super.c sbi->s_jquota_fmt != m->mount_opt) { mount_opt 2033 fs/ext4/super.c sbi->s_jquota_fmt = m->mount_opt; mount_opt 2039 fs/ext4/super.c sbi->s_mount_opt |= m->mount_opt; mount_opt 2045 fs/ext4/super.c sbi->s_mount_opt |= m->mount_opt; mount_opt 2047 fs/ext4/super.c sbi->s_mount_opt &= ~m->mount_opt; mount_opt 2060 fs/ext4/super.c sbi->s_mount_opt |= m->mount_opt; mount_opt 2062 fs/ext4/super.c sbi->s_mount_opt &= ~m->mount_opt; mount_opt 2209 fs/ext4/super.c if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) mount_opt 2212 fs/ext4/super.c (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || mount_opt 2213 fs/ext4/super.c (!want_set && (sbi->s_mount_opt & m->mount_opt))) mount_opt 105 fs/f2fs/f2fs.h #define F2FS_OPTION(sbi) ((sbi)->mount_opt) mount_opt 1284 fs/f2fs/f2fs.h struct f2fs_mount_info mount_opt; /* mount options */ mount_opt 1595 fs/f2fs/super.c org_mount_opt = sbi->mount_opt; mount_opt 1755 fs/f2fs/super.c sbi->mount_opt = org_mount_opt; mount_opt 79 fs/ocfs2/super.c unsigned long mount_opt; mount_opt 624 fs/ocfs2/super.c if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { mount_opt 631 fs/ocfs2/super.c (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { mount_opt 640 fs/ocfs2/super.c (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { mount_opt 707 fs/ocfs2/super.c osb->s_mount_opt = parsed_options.mount_opt; mount_opt 1010 fs/ocfs2/super.c osb->s_mount_opt = parsed_options.mount_opt; mount_opt 1207 fs/ocfs2/super.c if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && mount_opt 1214 fs/ocfs2/super.c if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && mount_opt 1221 fs/ocfs2/super.c if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && mount_opt 1228 fs/ocfs2/super.c if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | mount_opt 1231 fs/ocfs2/super.c options->mount_opt |= OCFS2_MOUNT_POSIX_ACL; mount_opt 1233 fs/ocfs2/super.c options->mount_opt |= OCFS2_MOUNT_NO_POSIX_ACL; mount_opt 1252 fs/ocfs2/super.c mopt->mount_opt = OCFS2_MOUNT_NOINTR; mount_opt 1272 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_HB_LOCAL; mount_opt 1275 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_HB_NONE; mount_opt 1278 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_HB_GLOBAL; mount_opt 1286 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_BARRIER; mount_opt 1288 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_BARRIER; mount_opt 1291 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; mount_opt 1294 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_NOINTR; mount_opt 1297 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_CONT; mount_opt 1298 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_ROFS; mount_opt 1299 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; mount_opt 1302 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_CONT; mount_opt 1303 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; mount_opt 1304 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_ERRORS_ROFS; mount_opt 1307 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_ROFS; mount_opt 1308 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; mount_opt 1309 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_ERRORS_CONT; mount_opt 1312 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_DATA_WRITEBACK; mount_opt 1315 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_DATA_WRITEBACK; mount_opt 1318 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_NOUSERXATTR; mount_opt 1321 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_NOUSERXATTR; mount_opt 1370 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_LOCALFLOCKS; mount_opt 1401 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_INODE64; mount_opt 1404 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_USRQUOTA; mount_opt 1407 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_GRPQUOTA; mount_opt 1410 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_COHERENCY_BUFFERED; mount_opt 1413 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_COHERENCY_BUFFERED; mount_opt 1416 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_POSIX_ACL; mount_opt 1417 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_NO_POSIX_ACL; mount_opt 1420 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_NO_POSIX_ACL; mount_opt 1421 fs/ocfs2/super.c mopt->mount_opt &= ~OCFS2_MOUNT_POSIX_ACL; mount_opt 1446 fs/ocfs2/super.c mopt->mount_opt |= OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT; mount_opt 1459 fs/ocfs2/super.c tmp = mopt->mount_opt & (OCFS2_MOUNT_HB_LOCAL |