Home
last modified time | relevance | path

Searched refs:nidx (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/hfsplus/
Dbtree.c377 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()
[all …]
Dbfind.c168 u32 nidx, parent; in hfs_brec_find() local
176 nidx = tree->root; in hfs_brec_find()
177 if (!nidx) in hfs_brec_find()
183 bnode = hfs_bnode_find(tree, nidx); in hfs_brec_find()
201 parent = nidx; in hfs_brec_find()
203 nidx = be32_to_cpu(data); in hfs_brec_find()
211 height, bnode->height, bnode->type, nidx, parent); in hfs_brec_find()
Dinode.c72 u32 nidx; in hfsplus_releasepage() local
92 nidx = page->index >> in hfsplus_releasepage()
95 node = hfs_bnode_findhash(tree, nidx); in hfsplus_releasepage()
106 nidx = page->index << in hfsplus_releasepage()
111 node = hfs_bnode_findhash(tree, nidx++); in hfsplus_releasepage()
120 } while (--i && nidx < tree->node_count); in hfsplus_releasepage()
/linux-4.19.296/fs/hfs/
Dbtree.c251 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()
[all …]
Dbfind.c111 u32 nidx, parent; in hfs_brec_find() local
119 nidx = tree->root; in hfs_brec_find()
120 if (!nidx) in hfs_brec_find()
126 bnode = hfs_bnode_find(tree, nidx); in hfs_brec_find()
144 parent = nidx; in hfs_brec_find()
146 nidx = be32_to_cpu(data); in hfs_brec_find()
154 height, bnode->height, bnode->type, nidx, parent); in hfs_brec_find()
Dinode.c78 u32 nidx; in hfs_releasepage() local
97 nidx = page->index >> (tree->node_size_shift - PAGE_SHIFT); in hfs_releasepage()
99 node = hfs_bnode_findhash(tree, nidx); in hfs_releasepage()
110 nidx = page->index << (PAGE_SHIFT - tree->node_size_shift); in hfs_releasepage()
114 node = hfs_bnode_findhash(tree, nidx++); in hfs_releasepage()
123 } while (--i && nidx < tree->node_count); in hfs_releasepage()