Home
last modified time | relevance | path

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

/linux/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/arch/sparc/include/asm/
H A Dbitext.h19 int last_size; member
/linux/fs/btrfs/
H A Dinode-item.h39 u64 last_size; member
H A Dfree-space-cache.c350 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate_free_space_cache()
H A Dinode.c7936 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate()
/linux/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/drivers/gpu/drm/imagination/
H A Dpvr_vm.c943 #define GET_RESERVED_SIZE(last_offset, last_size) round_up((last_offset) + (last_size), PAGE_SIZE) argument