Searched refs:can_nocow (Results 1 – 4 of 4) sorted by relevance
227 bool can_nocow = false; in btrfs_get_blocks_direct_write() local257 can_nocow = true; in btrfs_get_blocks_direct_write()262 if (can_nocow) { in btrfs_get_blocks_direct_write()
1110 int can_nocow; in reserve_space() local1119 can_nocow = btrfs_check_nocow_lock(inode, start, len, nowait); in reserve_space()1120 if (can_nocow < 0) in reserve_space()1121 ret = can_nocow; in reserve_space()1122 if (can_nocow > 0) in reserve_space()
359 bool can_nocow = true; in btrfs_inc_nocow_writers() local367 can_nocow = false; in btrfs_inc_nocow_writers()372 if (!can_nocow) { in btrfs_inc_nocow_writers()
1805 int can_nocow = 0; in can_nocow_file_extent() local1899 can_nocow = 1; in can_nocow_file_extent()1904 return ret < 0 ? ret : can_nocow; in can_nocow_file_extent()