Lines Matching refs:num_bytes

495 	u64 num_bytes;  in btrfs_dirty_pages()  local
502 num_bytes = ALIGN(write_bytes + pos - start_pos, root->sectorsize); in btrfs_dirty_pages()
504 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages()
706 u64 num_bytes = 0; in __btrfs_drop_extents() local
778 num_bytes = btrfs_file_extent_disk_num_bytes(leaf, fi); in __btrfs_drop_extents()
855 disk_bytenr, num_bytes, 0, in __btrfs_drop_extents()
933 disk_bytenr, num_bytes, 0, in __btrfs_drop_extents()
1083 u64 num_bytes; in btrfs_mark_extent_written() local
1122 num_bytes = btrfs_file_extent_disk_num_bytes(leaf, fi); in btrfs_mark_extent_written()
1213 ret = btrfs_inc_extent_ref(trans, root, bytenr, num_bytes, 0, in btrfs_mark_extent_written()
1240 ret = btrfs_free_extent(trans, root, bytenr, num_bytes, in btrfs_mark_extent_written()
1257 ret = btrfs_free_extent(trans, root, bytenr, num_bytes, in btrfs_mark_extent_written()
1432 u64 num_bytes; in check_can_nocow() local
1454 num_bytes = lockend - lockstart + 1; in check_can_nocow()
1455 ret = can_nocow_extent(inode, lockstart, &num_bytes, NULL, NULL, NULL); in check_can_nocow()
1461 num_bytes - pos + lockstart); in check_can_nocow()
2153 u64 num_bytes; in fill_holes() local
2158 num_bytes = btrfs_file_extent_num_bytes(leaf, fi) + in fill_holes()
2160 btrfs_set_file_extent_num_bytes(leaf, fi, num_bytes); in fill_holes()
2161 btrfs_set_file_extent_ram_bytes(leaf, fi, num_bytes); in fill_holes()
2168 u64 num_bytes; in fill_holes() local
2174 num_bytes = btrfs_file_extent_num_bytes(leaf, fi) + end - in fill_holes()
2176 btrfs_set_file_extent_num_bytes(leaf, fi, num_bytes); in fill_holes()
2177 btrfs_set_file_extent_ram_bytes(leaf, fi, num_bytes); in fill_holes()