Home
last modified time | relevance | path

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

/Linux-v6.1/fs/hfs/
Dbtree.c254 u32 nidx, idx; in hfs_bmap_alloc() local
265 nidx = 0; in hfs_bmap_alloc()
266 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
304 nidx = node->next; in hfs_bmap_alloc()
305 if (!nidx) { in hfs_bmap_alloc()
309 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
329 u32 nidx; in hfs_bmap_free() local
334 nidx = node->this; in hfs_bmap_free()
339 while (nidx >= len * 8) { in hfs_bmap_free()
342 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_release_folio() local
98 nidx = folio->index >> (tree->node_size_shift - PAGE_SHIFT); in hfs_release_folio()
100 node = hfs_bnode_findhash(tree, nidx); in hfs_release_folio()
111 nidx = folio->index << (PAGE_SHIFT - tree->node_size_shift); in hfs_release_folio()
115 node = hfs_bnode_findhash(tree, nidx++); in hfs_release_folio()
124 } while (--i && nidx < tree->node_count); in hfs_release_folio()
/Linux-v6.1/fs/hfsplus/
Dbtree.c378 u32 nidx, idx; in hfs_bmap_alloc() local
389 nidx = 0; in hfs_bmap_alloc()
390 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
429 nidx = node->next; in hfs_bmap_alloc()
430 if (!nidx) { in hfs_bmap_alloc()
434 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
454 u32 nidx; in hfs_bmap_free() local
460 nidx = node->this; in hfs_bmap_free()
465 while (nidx >= len * 8) { in hfs_bmap_free()
468 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_release_folio() local
93 nidx = folio->index >> in hfsplus_release_folio()
96 node = hfs_bnode_findhash(tree, nidx); in hfsplus_release_folio()
107 nidx = folio->index << in hfsplus_release_folio()
112 node = hfs_bnode_findhash(tree, nidx++); in hfsplus_release_folio()
121 } while (--i && nidx < tree->node_count); in hfsplus_release_folio()
/Linux-v6.1/lib/
Dbootconfig.c712 unsigned short nidx = child->next; in xbc_parse_kv() local
715 child->next = nidx; /* keep subkeys */ in xbc_parse_kv()
/Linux-v6.1/net/core/
Dneighbour.c2502 int family, tidx, nidx = 0; in neightbl_dump_info() local
2531 nidx = 0; in neightbl_dump_info()
2537 if (nidx < neigh_skip) in neightbl_dump_info()
2547 nidx++; in neightbl_dump_info()
2554 cb->args[1] = nidx; in neightbl_dump_info()
/Linux-v6.1/net/xfrm/
Dxfrm_policy.c614 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() local
617 if (!nidx) in xfrm_byidx_resize()
623 xfrm_idx_hash_transfer(oidx + i, nidx, nhashmask); in xfrm_byidx_resize()
625 net->xfrm.policy_byidx = nidx; in xfrm_byidx_resize()