Lines Matching refs:nidx
251 u32 nidx, idx; in hfs_bmap_alloc() local
262 nidx = 0; in hfs_bmap_alloc()
263 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
301 nidx = node->next; in hfs_bmap_alloc()
302 if (!nidx) { in hfs_bmap_alloc()
306 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
326 u32 nidx; in hfs_bmap_free() local
331 nidx = node->this; in hfs_bmap_free()
336 while (nidx >= len * 8) { in hfs_bmap_free()
339 nidx -= len * 8; in hfs_bmap_free()
361 off += node->page_offset + nidx / 8; in hfs_bmap_free()
365 m = 1 << (~nidx & 7); in hfs_bmap_free()