Searched refs:qc_num (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_local.c | 263 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, offse in ocfs2_create_local_dquot() [all...] |
H A D | quota.h | 79 int qc_num; /* Number of quota chunk */ member
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota_local.c | 263 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() 936 if (chunk->qc_num < oinfo->dqi_chunks - 1) { in ocfs2_find_free_entry() 940 ol_quota_chunk_block(sb, chunk->qc_num) - 1) in ocfs2_find_free_entry() 948 " entries free (type=%d)\n", chunk->qc_num, in ocfs2_find_free_entry() 1072 chunk->qc_num = list_entry(chunk->qc_chunk.prev, in ocfs2_local_quota_add_chunk() 1074 qc_chunk)->qc_num + 1; in ocfs2_local_quota_add_chunk() 1111 ol_quota_chunk_block(sb, chunk->qc_num) - 1; in ocfs2_extend_local_quota_file() 1236 od->dq_local_off = ol_dqblk_off(sb, chunk->qc_num, offse in ocfs2_create_local_dquot() [all...] |
H A D | quota.h | 79 int qc_num; /* Number of quota chunk */ member
|
Completed in 5 milliseconds