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

/linux-master/fs/btrfs/
H A Drelocation.c4479 int first_cow = 0; local
4492 first_cow = 1;
4496 WARN_ON(!first_cow && level == 0);
4513 if (first_cow)
4516 if (first_cow && level > 0)
4520 if (level == 0 && first_cow && rc->stage == UPDATE_DATA_PTRS)

Completed in 105 milliseconds