Home
last modified time | relevance | path

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

/fs/ocfs2/
Dquota_local.c290 ldinfo->dqi_blocks = cpu_to_le32(oinfo->dqi_blocks); in olq_update_info()
735 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()
830 len = (oinfo->dqi_blocks - in ocfs2_local_free_info()
944 len = (oinfo->dqi_blocks - in ocfs2_find_free_entry()
1009 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_local_quota_add_chunk()
1038 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks + 1, in ocfs2_local_quota_add_chunk()
1063 oinfo->dqi_blocks += 2; in ocfs2_local_quota_add_chunk()
1115 chunk_blocks = oinfo->dqi_blocks - in ocfs2_extend_local_quota_file()
1136 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_extend_local_quota_file()
1187 oinfo->dqi_blocks++; in ocfs2_extend_local_quota_file()
Dquota.h53 unsigned int dqi_blocks; /* Number of blocks allocated for local quota file */ member
Dquota_global.c394 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in ocfs2_global_read_info()
428 dinfo.dqi_blocks = cpu_to_le32(oinfo->dqi_gi.dqi_blocks); in __ocfs2_global_write_info()
Docfs2_fs.h1194 __le32 dqi_blocks; /* Number of blocks in quota file */ member
1244 __le32 dqi_blocks; /* Number of blocks allocated for quota file */ member
Ddlmglue.c3927 lvb->lvb_blocks = cpu_to_be32(oinfo->dqi_gi.dqi_blocks); in ocfs2_set_qinfo_lvb()
3957 oinfo->dqi_gi.dqi_blocks = be32_to_cpu(lvb->lvb_blocks); in ocfs2_refresh_qinfo()
3973 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(gdinfo->dqi_blocks); in ocfs2_refresh_qinfo()
/fs/quota/
Dquota_v2.c137 qinfo->dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in v2_read_file_info()
168 dinfo.dqi_blocks = cpu_to_le32(qinfo->dqi_blocks); in v2_write_file_info()
Dquotaio_v2.h67 __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()