Searched refs:btrfs_test_opt (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dsuper.c513 if (btrfs_test_opt(root, DEGRADED))
515 if (btrfs_test_opt(root, NODATASUM))
517 if (btrfs_test_opt(root, NODATACOW))
519 if (btrfs_test_opt(root, NOBARRIER))
530 if (btrfs_test_opt(root, COMPRESS))
532 if (btrfs_test_opt(root, NOSSD))
534 if (btrfs_test_opt(root, SSD_SPREAD))
536 else if (btrfs_test_opt(root, SSD))
538 if (btrfs_test_opt(root, NOTREELOG))
540 if (btrfs_test_opt(roo
[all...]
H A Dtree-defrag.c59 if (btrfs_test_opt(root, SSD))
H A Ddisk-io.c1895 if (!btrfs_test_opt(tree_root, SSD) &&
1896 !btrfs_test_opt(tree_root, NOSSD) &&
2210 do_barriers = !btrfs_test_opt(root, NOBARRIER);
H A Dtransaction.c870 int flush_on_commit = btrfs_test_opt(root, FLUSHONCOMMIT);
H A Dvolumes.c2552 if (btrfs_test_opt(root, DEGRADED)) {
3159 if (!map->stripes[i].dev && !btrfs_test_opt(root, DEGRADED)) {
3273 if (ret && !btrfs_test_opt(root, DEGRADED))
3279 if (!btrfs_test_opt(root, DEGRADED))
H A Dfree-space-cache.c1183 if (btrfs_test_opt(root, SSD_SPREAD)) {
H A Dinode.c384 (btrfs_test_opt(root, COMPRESS) ||
489 if (!btrfs_test_opt(root, FORCE_COMPRESS) &&
1236 else if (!btrfs_test_opt(root, COMPRESS) &&
4310 if (btrfs_test_opt(root, NODATASUM))
4312 if (btrfs_test_opt(root, NODATACOW))
H A Dextent-tree.c1706 if (!btrfs_test_opt(root, DISCARD))
4422 if (!btrfs_test_opt(root, SSD))
4426 if ((data & BTRFS_BLOCK_GROUP_DATA) && btrfs_test_opt(root, SSD)) {
H A Dtree-log.c2967 if (btrfs_test_opt(root, NOTREELOG)) {
H A Dctree.h1198 #define btrfs_test_opt(root, opt) ((root)->fs_info->mount_opt & \ macro

Completed in 141 milliseconds