Lines Matching refs:nidx
348 u32 nidx, idx; in hfs_bmap_alloc() local
375 nidx = 0; in hfs_bmap_alloc()
376 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
415 nidx = node->next; in hfs_bmap_alloc()
416 if (!nidx) { in hfs_bmap_alloc()
420 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
440 u32 nidx; in hfs_bmap_free() local
446 nidx = node->this; in hfs_bmap_free()
451 while (nidx >= len * 8) { in hfs_bmap_free()
454 nidx -= len * 8; in hfs_bmap_free()
477 off += node->page_offset + nidx / 8; in hfs_bmap_free()
481 m = 1 << (~nidx & 7); in hfs_bmap_free()