Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dsuper.c250 if (fs_info->mount_opt & BTRFS_MOUNT_PANIC_ON_FATAL_ERROR) in __btrfs_panic()
343 btrfs_set_opt(info->mount_opt, SPACE_CACHE); in btrfs_parse_options()
367 btrfs_set_opt(info->mount_opt, DEGRADED); in btrfs_parse_options()
380 btrfs_set_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
384 btrfs_set_opt(info->mount_opt, NODATACOW); in btrfs_parse_options()
385 btrfs_set_opt(info->mount_opt, NODATASUM); in btrfs_parse_options()
405 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
407 btrfs_set_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options()
416 btrfs_set_opt(info->mount_opt, SSD); in btrfs_parse_options()
421 btrfs_set_opt(info->mount_opt, SSD); in btrfs_parse_options()
[all …]
Dctree.h1081 unsigned long mount_opt; member
1547 #define btrfs_test_opt(root, opt) ((root)->fs_info->mount_opt & \
3032 BUG_ON(!(_i->mount_opt & BTRFS_MOUNT_PANIC_ON_FATAL_ERROR)); \
Ddisk-io.c2384 btrfs_set_opt(fs_info->mount_opt, SSD); in open_ctree()
2548 btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); in open_ctree()
Dextent-tree.c532 if (fs_info->mount_opt & BTRFS_MOUNT_SPACE_CACHE) { in cache_block_group()
/linux-3.4.99/fs/ocfs2/
Dsuper.c97 unsigned long mount_opt; member
643 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount()
650 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount()
659 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount()
726 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()
1056 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super()
1273 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options()
1280 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options()
1287 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()
1294 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options()
[all …]
/linux-3.4.99/fs/ext4/
Dsuper.c1377 int mount_opt; member
1557 m->mount_opt) { in handle_mount_opt()
1564 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1569 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1575 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1589 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1591 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
1739 if (!(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
1742 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
1743 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()