Lines Matching refs:nidx
226 u32 nidx, idx; in hfs_bmap_alloc() local
252 nidx = 0; in hfs_bmap_alloc()
253 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
291 nidx = node->next; in hfs_bmap_alloc()
292 if (!nidx) { in hfs_bmap_alloc()
296 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
316 u32 nidx; in hfs_bmap_free() local
321 nidx = node->this; in hfs_bmap_free()
326 while (nidx >= len * 8) { in hfs_bmap_free()
329 nidx -= len * 8; in hfs_bmap_free()
348 off += node->page_offset + nidx / 8; in hfs_bmap_free()
352 m = 1 << (~nidx & 7); in hfs_bmap_free()