Searched refs:ref_cows (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtree-defrag.c56 if (root->ref_cows == 0 && !is_extent)
H A Drelocation.c515 if (!root->ref_cows)
596 if (root->ref_cows &&
856 if (!root->ref_cows)
922 if (!root->ref_cows)
2278 BUG_ON(!root->ref_cows);
2344 if (!root->ref_cows)
2712 if (!root || root->ref_cows) {
2720 if (root->ref_cows) {
H A Dtransaction.c106 if (root->ref_cows && root->last_trans < trans->transid) {
122 if (!root->ref_cows)
H A Dctree.c208 WARN_ON(root->ref_cows && trans->transid !=
210 WARN_ON(root->ref_cows && trans->transid != root->last_trans);
266 if (root->ref_cows &&
273 if (root->ref_cows &&
406 WARN_ON(root->ref_cows && trans->transid !=
408 WARN_ON(root->ref_cows && trans->transid != root->last_trans);
450 if (root->ref_cows)
H A Ddisk-io.c907 root->ref_cows = 0;
1012 root->ref_cows = 0;
1131 root->ref_cows = 1;
H A Dinode.c3009 if (root->ref_cows)
3096 if (root->ref_cows && extent_start != 0)
3109 if (root->ref_cows)
3124 if (root->ref_cows) {
3133 } else if (root->ref_cows) {
3155 if (found_extent && root->ref_cows) {
3169 if (root->ref_cows) {
H A Dextent-tree.c2463 if (!root->ref_cows && level == 0)
3104 if (root->ref_cows)
4417 if (orig_root->ref_cows || empty_size)
4857 if (empty_size || root->ref_cows)
H A Dioctl.c354 if (!root->ref_cows)
H A Dctree.h1069 int ref_cows; member in struct:btrfs_root

Completed in 155 milliseconds