bytes_allocated   450 drivers/scsi/smartpqi/smartpqi.h 	__le32	bytes_allocated;	/* total allocated memory in bytes */
bytes_allocated  7632 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(size, &ofap->bytes_allocated);
bytes_allocated  7646 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32 (0, &ofap->bytes_allocated);
bytes_allocated  7657 drivers/scsi/smartpqi/smartpqi_init.c 			ctrl_info->pqi_ofa_mem_virt_addr->bytes_allocated);
bytes_allocated  7685 drivers/scsi/smartpqi/smartpqi_init.c 	pqi_ofa_memory->bytes_allocated = cpu_to_le32(bytes_requested);
bytes_allocated  7706 drivers/scsi/smartpqi/smartpqi_init.c 	if (!ofap->bytes_allocated)
bytes_allocated   596 fs/ntfs/attrib.c 				le32_to_cpu(ctx->mrec->bytes_allocated))
bytes_allocated  1032 fs/ntfs/attrib.c 				le32_to_cpu(ctx->mrec->bytes_allocated))
bytes_allocated  1432 fs/ntfs/attrib.c 		if (new_muse > le32_to_cpu(m->bytes_allocated))
bytes_allocated   344 fs/ntfs/layout.h /* 28*/	le32 bytes_allocated;	/* Number of bytes allocated for this mft
bytes_allocated   413 fs/ntfs/layout.h /* 28*/	le32 bytes_allocated;	/* Number of bytes allocated for this mft
bytes_allocated  2064 fs/ntfs/mft.c  	m->bytes_allocated = cpu_to_le32(vol->mft_record_size);
bytes_allocated  2788 fs/ocfs2/dir.c 	int did_quota = 0, bytes_allocated = 0;
bytes_allocated  2870 fs/ocfs2/dir.c 		bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
bytes_allocated  2885 fs/ocfs2/dir.c 	bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
bytes_allocated  3035 fs/ocfs2/dir.c 		bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
bytes_allocated  3059 fs/ocfs2/dir.c 		dquot_free_space_nodirty(dir, bytes_allocated);