Lines Matching refs:nidx
289 u32 nidx, idx; in hfs_bmap_alloc() local
300 nidx = 0; in hfs_bmap_alloc()
301 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
339 nidx = node->next; in hfs_bmap_alloc()
340 if (!nidx) { in hfs_bmap_alloc()
344 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
364 u32 nidx; in hfs_bmap_free() local
369 nidx = node->this; in hfs_bmap_free()
374 while (nidx >= len * 8) { in hfs_bmap_free()
377 nidx -= len * 8; in hfs_bmap_free()
399 off += node->page_offset + nidx / 8; in hfs_bmap_free()
403 m = 1 << (~nidx & 7); in hfs_bmap_free()