Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dbtree.c289 u32 nidx, idx; in hfs_bmap_alloc() local
300 nidx = 0; in hfs_bmap_alloc()
301 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
339 nidx = node->next; in hfs_bmap_alloc()
340 if (!nidx) { in hfs_bmap_alloc()
344 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
364 u32 nidx; in hfs_bmap_free() local
369 nidx = node->this; in hfs_bmap_free()
374 while (nidx >= len * 8) { in hfs_bmap_free()
377 nidx -= len * 8; in hfs_bmap_free()
[all …]
/linux/fs/hfsplus/
H A 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()
435 nidx = node->next; in hfs_bmap_alloc()
436 if (!nidx) { in hfs_bmap_alloc()
440 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
460 u32 nidx; in hfs_bmap_free() local
466 nidx = node->this; in hfs_bmap_free()
471 while (nidx >= len * 8) { in hfs_bmap_free()
474 nidx -= len * 8; in hfs_bmap_free()
[all …]
/linux/lib/
H A Dbootconfig.c724 unsigned short nidx = child->next; in xbc_parse_kv() local
728 child->next = nidx; /* keep subkeys */ in xbc_parse_kv()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c521 int nidx; in vcap_copy_to_w32be() local
526 nidx = idx + first_byte_index - (idx & ~0x3); in vcap_copy_to_w32be()
527 dst[nidx] = src[idx]; in vcap_copy_to_w32be()
1072 int idx, ridx, wstart, nidx; in vcap_copy_from_w32be() local
1077 nidx = wstart + 3 - (idx & 0x3); in vcap_copy_from_w32be()
1078 if (nidx >= size) in vcap_copy_from_w32be()
1079 nidx -= tail_bytes; in vcap_copy_from_w32be()
1080 dst[nidx] = src[ridx]; in vcap_copy_from_w32be()
/linux/net/core/
H A Dneighbour.c2590 int family, tidx, nidx = 0; in neightbl_dump_info() local
2621 nidx = 0; in neightbl_dump_info()
2627 if (nidx < neigh_skip) in neightbl_dump_info()
2637 nidx++; in neightbl_dump_info()
2646 cb->args[1] = nidx; in neightbl_dump_info()
/linux/net/xfrm/
H A Dxfrm_policy.c667 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() local
670 if (!nidx) in xfrm_byidx_resize()
676 xfrm_idx_hash_transfer(oidx + i, nidx, nhashmask); in xfrm_byidx_resize()
678 net->xfrm.policy_byidx = nidx; in xfrm_byidx_resize()