Home
last modified time | relevance | path

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

/Linux-v5.15/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()
Dinode.c1819 if (le32_to_cpu(m->bytes_allocated) != vol->mft_record_size) { in ntfs_read_inode_mount()
1821 le32_to_cpu(m->bytes_allocated), vol->mft_record_size); in ntfs_read_inode_mount()
Dmft.c2064 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/Linux-v5.15/fs/ocfs2/
Ddir.c2786 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local
2868 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
2883 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3033 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3057 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()
/Linux-v5.15/drivers/scsi/smartpqi/
Dsmartpqi.h518 __le32 bytes_allocated; /* total allocated memory in bytes */ member
Dsmartpqi_init.c8230 put_unaligned_le32(sg_count * chunk_size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()
8310 if (get_unaligned_le32(&ofap->bytes_allocated) == 0) in pqi_ofa_free_host_buffer()