Searched refs:bytes_allocated (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c2784 int did_quota = 0, bytes_allocated = 0; local
2866 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
2881 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
3031 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
3055 dquot_free_space_nodirty(dir, bytes_allocated);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h531 __le32 bytes_allocated; /* total allocated memory in bytes */ member in struct:pqi_ofa_memory
H A Dsmartpqi_init.c8844 put_unaligned_le32(sg_count * chunk_size, &ofap->bytes_allocated);
8924 if (get_unaligned_le32(&ofap->bytes_allocated) == 0)

Completed in 213 milliseconds