Searched refs:last_size (Results 1 – 7 of 7) sorted by relevance
54 if (len < t->last_size) in bit_map_string_get()92 t->last_size = len; in bit_map_string_get()
19 int last_size; member
39 u64 last_size; member
350 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate_free_space_cache()
7936 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate()
694 unsigned int last_size = 0; in encode_plane() local733 if (last_size == size && in encode_plane()750 last_size = size; in encode_plane()
943 #define GET_RESERVED_SIZE(last_offset, last_size) round_up((last_offset) + (last_size), PAGE_SIZE) argument