Home
last modified time | relevance | path

Searched refs:bytes_allocated (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/ocfs2/ !
Ddir.c2794 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local
2876 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
2891 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3041 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3065 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()
/linux-6.12.1/drivers/scsi/smartpqi/ !
Dsmartpqi.h534 __le32 bytes_allocated; /* total allocated memory in bytes */ member
Dsmartpqi_init.c8943 put_unaligned_le32(sg_count * chunk_size, &host_memory->bytes_allocated); in pqi_host_alloc_mem()
9031 if (get_unaligned_le32(&host_memory->bytes_allocated) == 0) in pqi_host_free_buffer()