Searched refs:nidx (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/hfsplus/ |
D | btree.c | 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() [all …]
|
D | bfind.c | 168 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()
|
D | inode.c | 72 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-v5.4/fs/hfs/ |
D | btree.c | 251 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 …]
|
D | bfind.c | 99 u32 nidx, parent; in hfs_brec_find() local 107 nidx = tree->root; in hfs_brec_find() 108 if (!nidx) in hfs_brec_find() 114 bnode = hfs_bnode_find(tree, nidx); in hfs_brec_find() 132 parent = nidx; in hfs_brec_find() 134 nidx = be32_to_cpu(data); in hfs_brec_find() 142 height, bnode->height, bnode->type, nidx, parent); in hfs_brec_find()
|
D | inode.c | 78 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()
|
/Linux-v5.4/net/core/ |
D | neighbour.c | 2368 int family, tidx, nidx = 0; in neightbl_dump_info() local 2397 nidx = 0; in neightbl_dump_info() 2403 if (nidx < neigh_skip) in neightbl_dump_info() 2413 nidx++; in neightbl_dump_info() 2420 cb->args[1] = nidx; in neightbl_dump_info()
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_policy.c | 608 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() local 611 if (!nidx) in xfrm_byidx_resize() 617 xfrm_idx_hash_transfer(oidx + i, nidx, nhashmask); in xfrm_byidx_resize() 619 net->xfrm.policy_byidx = nidx; in xfrm_byidx_resize()
|