rc_bitmap          42 fs/ocfs2/quota.h 	unsigned long *rc_bitmap;	/* Bitmap of entries to recover */
rc_bitmap         305 fs/ocfs2/quota_local.c 	rc->rc_bitmap = kmalloc(sb->s_blocksize, GFP_NOFS);
rc_bitmap         306 fs/ocfs2/quota_local.c 	if (!rc->rc_bitmap) {
rc_bitmap         310 fs/ocfs2/quota_local.c 	memcpy(rc->rc_bitmap, dchunk->dqc_bitmap,
rc_bitmap         323 fs/ocfs2/quota_local.c 		kfree(rchunk->rc_bitmap);
rc_bitmap         487 fs/ocfs2/quota_local.c 		for_each_set_bit(bit, rchunk->rc_bitmap, ol_chunk_entries(sb)) {
rc_bitmap         569 fs/ocfs2/quota_local.c 		kfree(rchunk->rc_bitmap);