Searched refs:first_cow (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/btrfs/
H A Drelocation.c4444 int first_cow = 0;
4457 first_cow = 1;
4460 WARN_ON(!first_cow && level == 0);
4477 if (first_cow)
4480 if (first_cow && level > 0)
4484 if (level == 0 && first_cow && rc->stage == UPDATE_DATA_PTRS)
4479 int first_cow = 0; local

Completed in 269 milliseconds