Searched refs:last_size (Results 1 – 8 of 8) sorted by relevance
54 if (len < t->last_size) in bit_map_string_get()92 t->last_size = len; in bit_map_string_get()
480 control->last_size = new_size; in btrfs_truncate_inode_items()653 control->last_size = found_key.offset; in btrfs_truncate_inode_items()665 control->last_size = new_size; in btrfs_truncate_inode_items()743 ASSERT(control->last_size >= new_size); in btrfs_truncate_inode_items()744 if (!ret && control->last_size > new_size) in btrfs_truncate_inode_items()745 control->last_size = new_size; in btrfs_truncate_inode_items()
36 u64 last_size; member
361 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate_free_space_cache()
8637 btrfs_inode_safe_disk_i_size_write(BTRFS_I(inode), control.last_size); in btrfs_truncate()
19 int last_size; member
694 unsigned int last_size = 0; in encode_plane() local733 if (last_size == size && in encode_plane()750 last_size = size; in encode_plane()
1334 __u32 last_size; in btf_get_from_fd() local1343 last_size = 4096; in btf_get_from_fd()1344 ptr = malloc(last_size); in btf_get_from_fd()1350 btf_info.btf_size = last_size; in btf_get_from_fd()1353 if (!err && btf_info.btf_size > last_size) { in btf_get_from_fd()1356 last_size = btf_info.btf_size; in btf_get_from_fd()1357 temp_ptr = realloc(ptr, last_size); in btf_get_from_fd()1367 btf_info.btf_size = last_size; in btf_get_from_fd()1372 if (err || btf_info.btf_size > last_size) { in btf_get_from_fd()