Home
last modified time | relevance | path

Searched refs:dqi_blocks (Results 1 – 8 of 8) sorted by relevance

/fs/ocfs2/
Dquota_local.c291 ldinfo->dqi_blocks = cpu_to_le32(oinfo->dqi_blocks); in olq_update_info()
733 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()
826 len = (oinfo->dqi_blocks - in ocfs2_local_free_info()
943 len = (oinfo->dqi_blocks - in ocfs2_find_free_entry()
1008 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_local_quota_add_chunk()
1037 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks + 1, in ocfs2_local_quota_add_chunk()
1062 oinfo->dqi_blocks += 2; in ocfs2_local_quota_add_chunk()
1114 chunk_blocks = oinfo->dqi_blocks - in ocfs2_extend_local_quota_file()
1135 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_extend_local_quota_file()
1186 oinfo->dqi_blocks++; in ocfs2_extend_local_quota_file()
Dquota.h54 unsigned int dqi_blocks; /* Number of blocks allocated for local quota file */ member
Dquota_global.c395 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in ocfs2_global_read_info()
429 dinfo.dqi_blocks = cpu_to_le32(oinfo->dqi_gi.dqi_blocks); in __ocfs2_global_write_info()
Docfs2_fs.h1193 __le32 dqi_blocks; /* Number of blocks in quota file */ member
1243 __le32 dqi_blocks; /* Number of blocks allocated for quota file */ member
Ddlmglue.c3932 lvb->lvb_blocks = cpu_to_be32(oinfo->dqi_gi.dqi_blocks); in ocfs2_set_qinfo_lvb()
3962 oinfo->dqi_gi.dqi_blocks = be32_to_cpu(lvb->lvb_blocks); in ocfs2_refresh_qinfo()
3978 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(gdinfo->dqi_blocks); in ocfs2_refresh_qinfo()
/fs/quota/
Dquota_v2.c148 qinfo->dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in v2_read_file_info()
184 dinfo.dqi_blocks = cpu_to_le32(qinfo->dqi_blocks); in v2_write_file_info()
Dquotaio_v2.h68 __le32 dqi_blocks; /* Number of blocks in file */ member
Dquota_tree.c101 ret = write_blk(info, info->dqi_blocks, buf); in get_free_dqblk()
104 blk = info->dqi_blocks++; in get_free_dqblk()
360 if (info->dqi_blocks <= QT_TREEOFF) { in dq_insert_tree()