Searched refs:bytes_allocated (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 344 /* 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
|
H A D | attrib.c | 596 le32_to_cpu(ctx->mrec->bytes_allocated); in ntfs_attr_find() 1056 le32_to_cpu(ctx->mrec->bytes_allocated)) in ntfs_external_attr_find() 1456 if (new_muse > le32_to_cpu(m->bytes_allocated)) in ntfs_attr_record_resize()
|
H A D | inode.c | 1819 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() 1833 if (le16_to_cpu(m->attrs_offset) >= le32_to_cpu(m->bytes_allocated)) { in ntfs_read_inode_mount()
|
H A D | mft.c | 2064 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 344 /* 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
|
H A D | attrib.c | 596 le32_to_cpu(ctx->mrec->bytes_allocated); in ntfs_attr_find() 1056 le32_to_cpu(ctx->mrec->bytes_allocated)) in ntfs_external_attr_find() 1456 if (new_muse > le32_to_cpu(m->bytes_allocated)) in ntfs_attr_record_resize()
|
H A D | inode.c | 1819 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() 1833 if (le16_to_cpu(m->attrs_offset) >= le32_to_cpu(m->bytes_allocated)) { in ntfs_read_inode_mount()
|
H A D | mft.c | 2066 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 2797 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local 2879 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir() 2894 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir() 3044 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir() 3068 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 2786 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()
|
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 453 __le32 bytes_allocated; /* total allocated memory in bytes */ member
|
H A D | smartpqi_init.c | 7749 put_unaligned_le32(size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem() 7763 put_unaligned_le32 (0, &ofap->bytes_allocated); in pqi_ofa_alloc_mem() 7774 ctrl_info->pqi_ofa_mem_virt_addr->bytes_allocated); in pqi_ofa_alloc_host_buffer() 7802 pqi_ofa_memory->bytes_allocated = cpu_to_le32(bytes_requested); in pqi_ofa_setup_host_buffer() 7825 if (!ofap->bytes_allocated) in pqi_ofa_free_host_buffer()
|
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 531 __le32 bytes_allocated; /* total allocated memory in bytes */ member
|
H A D | smartpqi_init.c | 8844 put_unaligned_le32(sg_count * chunk_size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem() 8924 if (get_unaligned_le32(&ofap->bytes_allocated) == 0) in pqi_ofa_free_host_buffer()
|
Completed in 67 milliseconds