Searched refs:GETIDINDEX (Results 1 – 1 of 1) sorted by relevance
25 #define GETIDINDEX(id, depth) (((id) >> ((V2_DQTREEDEPTH-(depth)-1)*8)) & 0xff) macro373 newblk = le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]); in do_insert_tree()379 …printk(KERN_ERR "VFS: Inserting already present quota entry (block %u).\n", ref[GETIDINDEX(dquot->… in do_insert_tree()389 ref[GETIDINDEX(dquot->dq_id, depth)] = cpu_to_le32(newblk); in do_insert_tree()506 newblk = le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]); in remove_tree()515 ref[GETIDINDEX(dquot->dq_id, depth)] = cpu_to_le32(0); in remove_tree()592 blk = le32_to_cpu(ref[GETIDINDEX(dquot->dq_id, depth)]); in find_tree_dqentry()