Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dquota_local.c263 newchunk->qc_num = i; in ocfs2_load_local_quota_bitmaps()
826 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_local_free_info()
830 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_local_free_info()
941 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_find_free_entry()
945 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_find_free_entry()
953 " entries free (type=%d)\n", chunk->qc_num, in ocfs2_find_free_entry()
1077 chunk->qc_num = list_entry(chunk->qc_chunk.prev, in ocfs2_local_quota_add_chunk()
1079 qc_chunk)->qc_num + 1; in ocfs2_local_quota_add_chunk()
1116 ol_quota_chunk_block(sb, chunk->qc_num) - 1; in ocfs2_extend_local_quota_file()
1241 od->dq_local_off = ol_dqblk_off(sb, chunk->qc_num, offset); in ocfs2_create_local_dquot()
[all …]
H A Dquota.h79 int qc_num; /* Number of quota chunk */ member