Searched refs:nlinks (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/usr/ |
D | gen_init_cpio.c | 297 unsigned int nlinks) in cpio_mkfile() argument 336 for (i = 1; i <= nlinks; i++) { in cpio_mkfile() 338 if (i == nlinks) size = buf.st_size; in cpio_mkfile() 350 nlinks, /* nlink */ in cpio_mkfile() 408 int nlinks = 1; in cpio_mkfile_line() local 439 nlinks++; in cpio_mkfile_line() 446 mode, uid, gid, nlinks); in cpio_mkfile_line()
|
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-platform.c | 563 int nlinks; in acpi_validate_coresight_graph() local 565 nlinks = cs_graph->package.elements[2].integer.value; in acpi_validate_coresight_graph() 570 if (cs_graph->package.count != (nlinks + 3)) in acpi_validate_coresight_graph() 689 int rc, i, nlinks; in acpi_coresight_parse_graph() local 698 nlinks = graph->package.elements[2].integer.value; in acpi_coresight_parse_graph() 699 if (!nlinks) in acpi_coresight_parse_graph() 708 conns = devm_kcalloc(&adev->dev, nlinks, sizeof(*conns), GFP_KERNEL); in acpi_coresight_parse_graph() 712 for (i = 0; i < nlinks; i++) { in acpi_coresight_parse_graph()
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_bonding.c | 94 int nlinks; member 107 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach() 114 skeletons->links[skeletons->nlinks++] = link; in xdp_attach() 204 while (skeletons->nlinks) { in bonding_cleanup() 205 skeletons->nlinks--; in bonding_cleanup() 206 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in bonding_cleanup()
|
/Linux-v5.15/fs/btrfs/ |
D | send.c | 6324 u32 nlinks; in changed_inode() local 6326 nlinks = btrfs_inode_nlink(sctx->left_path->nodes[0], left_ii); in changed_inode() 6327 if (nlinks == 0) { in changed_inode()
|