Home
last modified time | relevance | path

Searched refs:qc_num (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dquota_local.c264 newchunk->qc_num = i; in ocfs2_load_local_quota_bitmaps()
828 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_local_free_info()
832 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_local_free_info()
942 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_find_free_entry()
946 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_find_free_entry()
954 " entries free (type=%d)\n", chunk->qc_num, in ocfs2_find_free_entry()
1078 chunk->qc_num = list_entry(chunk->qc_chunk.prev, in ocfs2_local_quota_add_chunk()
1080 qc_chunk)->qc_num + 1; in ocfs2_local_quota_add_chunk()
1117 ol_quota_chunk_block(sb, chunk->qc_num) - 1; in ocfs2_extend_local_quota_file()
1242 od->dq_local_off = ol_dqblk_off(sb, chunk->qc_num, offset); in ocfs2_create_local_dquot()
[all …]
Dquota.h78 int qc_num; /* Number of quota chunk */ member