Searched refs:dqc_bitmap (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | quota_local.c | 317 memcpy(rc->rc_bitmap, dchunk->dqc_bitmap, in ocfs2_add_recovery_chunk() 557 WARN_ON(!ocfs2_test_bit_unaligned(bit, dchunk->dqc_bitmap)); in ocfs2_recover_local_quota_file() 558 ocfs2_clear_bit_unaligned(bit, dchunk->dqc_bitmap); in ocfs2_recover_local_quota_file() 956 found = ocfs2_find_next_zero_bit_unaligned(dchunk->dqc_bitmap, len, 0); in ocfs2_find_free_entry() 1038 memset(dchunk->dqc_bitmap, 0, in ocfs2_local_quota_add_chunk() 1220 ocfs2_set_bit_unaligned(*offset, dchunk->dqc_bitmap); in olq_alloc_dquot() 1301 ocfs2_clear_bit_unaligned(offset, dchunk->dqc_bitmap); in ocfs2_local_release_dquot()
|
D | ocfs2_fs.h | 1239 __u8 dqc_bitmap[0]; /* Bitmap of entries in the corresponding member
|