Home
last modified time | relevance | path

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

/linux/fs/ntfs/
A 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
A 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()
A 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()
A Dmft.c2064 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/linux/fs/ocfs2/
A 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/drivers/scsi/smartpqi/
A Dsmartpqi.h535 __le32 bytes_allocated; /* total allocated memory in bytes */ member
A Dsmartpqi_init.c8472 put_unaligned_le32(sg_count * chunk_size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()
8552 if (get_unaligned_le32(&ofap->bytes_allocated) == 0) in pqi_ofa_free_host_buffer()

Completed in 136 milliseconds