GETIDINDEX        359 fs/quota_v2.c  	newblk = le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]);
GETIDINDEX        365 fs/quota_v2.c  			printk(KERN_ERR "VFS: Inserting already present quota entry (block %u).\n", le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]));
GETIDINDEX        375 fs/quota_v2.c  		ref[GETIDINDEX(dquot->dq_id, depth)] = cpu_to_le32(newblk);
GETIDINDEX        500 fs/quota_v2.c  	newblk = le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]);
GETIDINDEX        509 fs/quota_v2.c  		ref[GETIDINDEX(dquot->dq_id, depth)] = cpu_to_le32(0);
GETIDINDEX        590 fs/quota_v2.c  	blk = le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]);