Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dquota_local.c263 newchunk->qc_num = i; in ocfs2_load_local_quota_bitmaps()
822 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_local_free_info()
826 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_local_free_info()
939 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_find_free_entry()
943 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_find_free_entry()
951 " entries free (type=%d)\n", chunk->qc_num, in ocfs2_find_free_entry()
1075 chunk->qc_num = list_entry(chunk->qc_chunk.prev, in ocfs2_local_quota_add_chunk()
1077 qc_chunk)->qc_num + 1; in ocfs2_local_quota_add_chunk()
1114 ol_quota_chunk_block(sb, chunk->qc_num) - 1; in ocfs2_extend_local_quota_file()
1239 od->dq_local_off = ol_dqblk_off(sb, chunk->qc_num, offset); in ocfs2_create_local_dquot()
[all …]
Dquota.h79 int qc_num; /* Number of quota chunk */ member