Lines Matching refs:nidx
377 u32 nidx, idx; in hfs_bmap_alloc() local
388 nidx = 0; in hfs_bmap_alloc()
389 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
428 nidx = node->next; in hfs_bmap_alloc()
429 if (!nidx) { in hfs_bmap_alloc()
433 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
453 u32 nidx; in hfs_bmap_free() local
459 nidx = node->this; in hfs_bmap_free()
464 while (nidx >= len * 8) { in hfs_bmap_free()
467 nidx -= len * 8; in hfs_bmap_free()
491 off += node->page_offset + nidx / 8; in hfs_bmap_free()
495 m = 1 << (~nidx & 7); in hfs_bmap_free()