Searched refs:can_nocow (Results 1 – 4 of 4) sorted by relevance
227 bool can_nocow = false; in btrfs_get_blocks_direct_write() local256 can_nocow = true; in btrfs_get_blocks_direct_write()261 if (can_nocow) { in btrfs_get_blocks_direct_write()
1128 int can_nocow; in reserve_space() local1137 can_nocow = btrfs_check_nocow_lock(inode, start, len, nowait); in reserve_space()1138 if (can_nocow < 0) in reserve_space()1139 ret = can_nocow; in reserve_space()1140 if (can_nocow > 0) in reserve_space()
331 bool can_nocow = true; in btrfs_inc_nocow_writers() local339 can_nocow = false; in btrfs_inc_nocow_writers()344 if (!can_nocow) { in btrfs_inc_nocow_writers()
1935 int can_nocow = 0; in can_nocow_file_extent() local2029 can_nocow = 1; in can_nocow_file_extent()2034 return ret < 0 ? ret : can_nocow; in can_nocow_file_extent()