dqc_bitmap       1210 fs/ocfs2/ocfs2_fs.h 	__u8 dqc_bitmap[0];	/* Bitmap of entries in the corresponding
dqc_bitmap        310 fs/ocfs2/quota_local.c 	memcpy(rc->rc_bitmap, dchunk->dqc_bitmap,
dqc_bitmap        550 fs/ocfs2/quota_local.c 			WARN_ON(!ocfs2_test_bit_unaligned(bit, dchunk->dqc_bitmap));
dqc_bitmap        551 fs/ocfs2/quota_local.c 			ocfs2_clear_bit_unaligned(bit, dchunk->dqc_bitmap);
dqc_bitmap        947 fs/ocfs2/quota_local.c 	found = ocfs2_find_next_zero_bit_unaligned(dchunk->dqc_bitmap, len, 0);
dqc_bitmap       1029 fs/ocfs2/quota_local.c 	memset(dchunk->dqc_bitmap, 0,
dqc_bitmap       1211 fs/ocfs2/quota_local.c 	ocfs2_set_bit_unaligned(*offset, dchunk->dqc_bitmap);
dqc_bitmap       1292 fs/ocfs2/quota_local.c 	ocfs2_clear_bit_unaligned(offset, dchunk->dqc_bitmap);