Home
last modified time | relevance | path

Searched refs:last_size (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/sparc/lib/
H A Dbitext.c54 if (len < t->last_size) in bit_map_string_get()
92 t->last_size = len; in bit_map_string_get()
/linux-6.15/fs/btrfs/
H A Dinode-item.c480 control->last_size = new_size; in btrfs_truncate_inode_items()
652 control->last_size = found_key.offset; in btrfs_truncate_inode_items()
663 control->last_size = new_size; in btrfs_truncate_inode_items()
742 ASSERT(control->last_size >= new_size); in btrfs_truncate_inode_items()
743 if (!ret && control->last_size > new_size) in btrfs_truncate_inode_items()
744 control->last_size = new_size; in btrfs_truncate_inode_items()
H A Dinode-item.h39 u64 last_size; member
H A Dfree-space-cache.c349 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate_free_space_cache()
H A Dinode.c7620 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate()
/linux-6.15/arch/sparc/include/asm/
H A Dbitext.h19 int last_size; member
/linux-6.15/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c694 unsigned int last_size = 0; in encode_plane() local
733 if (last_size == size && in encode_plane()
750 last_size = size; in encode_plane()
/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_vm.c937 #define GET_RESERVED_SIZE(last_offset, last_size) round_up((last_offset) + (last_size), PAGE_SIZE) argument
/linux-6.15/tools/lib/bpf/
H A Dbtf.c1572 __u32 last_size; in btf_get_from_fd() local
1581 last_size = 4096; in btf_get_from_fd()
1582 ptr = malloc(last_size); in btf_get_from_fd()
1588 btf_info.btf_size = last_size; in btf_get_from_fd()
1591 if (!err && btf_info.btf_size > last_size) { in btf_get_from_fd()
1594 last_size = btf_info.btf_size; in btf_get_from_fd()
1595 temp_ptr = realloc(ptr, last_size); in btf_get_from_fd()
1605 btf_info.btf_size = last_size; in btf_get_from_fd()
1610 if (err || btf_info.btf_size > last_size) { in btf_get_from_fd()