Searched refs:dqc_bitmap (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/ocfs2/ | 
| D | quota_local.c | 310 	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()
  | 
| D | ocfs2_fs.h | 1210 	__u8 dqc_bitmap[];	/* Bitmap of entries in the corresponding  member
  |