Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dsuper.c491 if (fs_info->mount_opt & opt) { in check_ro_option()
606 btrfs_set_opt(info->mount_opt, DEGRADED); in btrfs_parse_options()
744 btrfs_clear_opt(info->mount_opt, NOSSD); in btrfs_parse_options()
751 btrfs_clear_opt(info->mount_opt, NOSSD); in btrfs_parse_options()
754 btrfs_set_opt(info->mount_opt, NOSSD); in btrfs_parse_options()
867 btrfs_clear_opt(info->mount_opt, in btrfs_parse_options()
872 btrfs_clear_opt(info->mount_opt, in btrfs_parse_options()
963 btrfs_set_opt(info->mount_opt, in btrfs_parse_options()
966 btrfs_clear_opt(info->mount_opt, in btrfs_parse_options()
1002 btrfs_set_opt(info->mount_opt, in btrfs_parse_options()
[all …]
A 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()
A Dctree.h683 unsigned long mount_opt; member
1444 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \
1451 btrfs_set_opt(fs_info->mount_opt, opt); \
1458 btrfs_clear_opt(fs_info->mount_opt, opt); \
1486 if (!btrfs_raw_test_opt((info)->mount_opt, opt)) { \
1495 if (btrfs_raw_test_opt((info)->mount_opt, opt)) { \
A Ddisk-io.c2810 btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); in init_tree_roots()
3087 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options()
3088 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options()
/linux/fs/ocfs2/
A Dsuper.c77 unsigned long mount_opt; member
1263 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1283 mopt->mount_opt |= OCFS2_MOUNT_HB_LOCAL; in ocfs2_parse_options()
1286 mopt->mount_opt |= OCFS2_MOUNT_HB_NONE; in ocfs2_parse_options()
1289 mopt->mount_opt |= OCFS2_MOUNT_HB_GLOBAL; in ocfs2_parse_options()
1297 mopt->mount_opt |= OCFS2_MOUNT_BARRIER; in ocfs2_parse_options()
1302 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1305 mopt->mount_opt |= OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1412 mopt->mount_opt |= OCFS2_MOUNT_INODE64; in ocfs2_parse_options()
1415 mopt->mount_opt |= OCFS2_MOUNT_USRQUOTA; in ocfs2_parse_options()
[all …]
/linux/fs/erofs/
A Dinternal.h69 unsigned int mount_opt; member
148 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option)
149 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option)
150 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option)
/linux/fs/ext4/
A Dsuper.c1918 int mount_opt; member
2323 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2328 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2339 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2394 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2396 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2417 sbi->s_mount_opt2 |= m->mount_opt; in handle_mount_opt()
2419 sbi->s_mount_opt2 &= ~m->mount_opt; in handle_mount_opt()
2422 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2424 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
[all …]
/linux/fs/f2fs/
A Dsuper.c2147 org_mount_opt = sbi->mount_opt; in f2fs_remount()
2386 sbi->mount_opt = org_mount_opt; in f2fs_remount()
A Df2fs.h106 #define F2FS_OPTION(sbi) ((sbi)->mount_opt)
1668 struct f2fs_mount_info mount_opt; /* mount options */ member

Completed in 66 milliseconds