Home
last modified time | relevance | path

Searched refs:dchunk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dquota_local.c295 struct ocfs2_local_disk_chunk *dchunk, in ocfs2_add_recovery_chunk()
310 memcpy(rc->rc_bitmap, dchunk->dqc_bitmap, in ocfs2_add_recovery_chunk()
345 struct ocfs2_local_disk_chunk *dchunk; in ocfs2_recovery_load_quota() local
358 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data; in ocfs2_recovery_load_quota()
359 if (le32_to_cpu(dchunk->dqc_free) < ol_chunk_entries(sb)) in ocfs2_recovery_load_quota()
360 status = ocfs2_add_recovery_chunk(sb, dchunk, i, head); in ocfs2_recovery_load_quota()
464 struct ocfs2_local_disk_chunk *dchunk; in ocfs2_recover_local_quota_file() local
486 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data; in ocfs2_recover_local_quota_file()
550 WARN_ON(!ocfs2_test_bit_unaligned(bit, dchunk->dqc_bitmap)); in ocfs2_recover_local_quota_file()
551 ocfs2_clear_bit_unaligned(bit, dchunk in ocfs2_recover_local_quota_file()
294 ocfs2_add_recovery_chunk(struct super_block *sb, struct ocfs2_local_disk_chunk *dchunk, int chunk, struct list_head *head) ocfs2_add_recovery_chunk() argument
812 struct ocfs2_local_disk_chunk *dchunk; ocfs2_local_free_info() local
925 struct ocfs2_local_disk_chunk *dchunk; ocfs2_find_free_entry() local
969 struct ocfs2_local_disk_chunk *dchunk; ocfs2_local_quota_add_chunk() local
1100 struct ocfs2_local_disk_chunk *dchunk; ocfs2_extend_local_quota_file() local
1208 struct ocfs2_local_disk_chunk *dchunk; olq_alloc_dquot() local
1276 struct ocfs2_local_disk_chunk *dchunk; ocfs2_local_release_dquot() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dquota_local.c295 struct ocfs2_local_disk_chunk *dchunk, in ocfs2_add_recovery_chunk()
310 memcpy(rc->rc_bitmap, dchunk->dqc_bitmap, in ocfs2_add_recovery_chunk()
345 struct ocfs2_local_disk_chunk *dchunk; in ocfs2_recovery_load_quota() local
358 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data; in ocfs2_recovery_load_quota()
359 if (le32_to_cpu(dchunk->dqc_free) < ol_chunk_entries(sb)) in ocfs2_recovery_load_quota()
360 status = ocfs2_add_recovery_chunk(sb, dchunk, i, head); in ocfs2_recovery_load_quota()
464 struct ocfs2_local_disk_chunk *dchunk; in ocfs2_recover_local_quota_file() local
486 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data; in ocfs2_recover_local_quota_file()
550 WARN_ON(!ocfs2_test_bit_unaligned(bit, dchunk->dqc_bitmap)); in ocfs2_recover_local_quota_file()
551 ocfs2_clear_bit_unaligned(bit, dchunk in ocfs2_recover_local_quota_file()
294 ocfs2_add_recovery_chunk(struct super_block *sb, struct ocfs2_local_disk_chunk *dchunk, int chunk, struct list_head *head) ocfs2_add_recovery_chunk() argument
812 struct ocfs2_local_disk_chunk *dchunk; ocfs2_local_free_info() local
922 struct ocfs2_local_disk_chunk *dchunk; ocfs2_find_free_entry() local
966 struct ocfs2_local_disk_chunk *dchunk; ocfs2_local_quota_add_chunk() local
1097 struct ocfs2_local_disk_chunk *dchunk; ocfs2_extend_local_quota_file() local
1205 struct ocfs2_local_disk_chunk *dchunk; olq_alloc_dquot() local
1273 struct ocfs2_local_disk_chunk *dchunk; ocfs2_local_release_dquot() local
[all...]

Completed in 4 milliseconds