Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ntfs/
Dlayout.h344 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
413 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
Dattrib.c596 le32_to_cpu(ctx->mrec->bytes_allocated)) in ntfs_attr_find()
1032 le32_to_cpu(ctx->mrec->bytes_allocated)) in ntfs_external_attr_find()
1432 if (new_muse > le32_to_cpu(m->bytes_allocated)) in ntfs_attr_record_resize()
Dmft.c2064 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/Linux-v5.4/fs/ocfs2/
Ddir.c2788 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local
2870 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
2885 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3035 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3059 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi.h450 __le32 bytes_allocated; /* total allocated memory in bytes */ member
Dsmartpqi_init.c7663 put_unaligned_le32(size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()
7677 put_unaligned_le32 (0, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()
7688 ctrl_info->pqi_ofa_mem_virt_addr->bytes_allocated); in pqi_ofa_alloc_host_buffer()
7716 pqi_ofa_memory->bytes_allocated = cpu_to_le32(bytes_requested); in pqi_ofa_setup_host_buffer()
7737 if (!ofap->bytes_allocated) in pqi_ofa_free_host_buffer()