Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dquota_local.c310 memcpy(rc->rc_bitmap, dchunk->dqc_bitmap, in ocfs2_add_recovery_chunk()
550 WARN_ON(!ocfs2_test_bit_unaligned(bit, dchunk->dqc_bitmap)); in ocfs2_recover_local_quota_file()
551 ocfs2_clear_bit_unaligned(bit, dchunk->dqc_bitmap); in ocfs2_recover_local_quota_file()
947 found = ocfs2_find_next_zero_bit_unaligned(dchunk->dqc_bitmap, len, 0); in ocfs2_find_free_entry()
1029 memset(dchunk->dqc_bitmap, 0, in ocfs2_local_quota_add_chunk()
1211 ocfs2_set_bit_unaligned(*offset, dchunk->dqc_bitmap); in olq_alloc_dquot()
1292 ocfs2_clear_bit_unaligned(offset, dchunk->dqc_bitmap); in ocfs2_local_release_dquot()
A Docfs2_fs.h1208 __u8 dqc_bitmap[]; /* Bitmap of entries in the corresponding member

Completed in 12 milliseconds