Searched refs:nlinks (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | nlinks.c | 128 if (!xnc->nlinks) in xchk_nlinks_update_incore() 131 error = xfarray_load_sparse(xnc->nlinks, ino, &nl); in xchk_nlinks_update_incore() 143 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_update_incore() 638 error = xfarray_load_sparse(xnc->nlinks, ino, &nl); in xchk_nlinks_comparison_read() 644 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_comparison_read() 940 while ((error = xfarray_iter(xnc->nlinks, &cur, &nl)) == 1) { in xchk_nlinks_compare() 974 if (xnc->nlinks) in xchk_nlinks_teardown_scan() 975 xfarray_destroy(xnc->nlinks); in xchk_nlinks_teardown_scan() 976 xnc->nlinks = NULL; in xchk_nlinks_teardown_scan() 1012 sizeof(struct xchk_nlink), &xnc->nlinks); in xchk_nlinks_setup_scan()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-platform.c | 561 int nlinks; in acpi_validate_coresight_graph() local 563 nlinks = cs_graph->package.elements[2].integer.value; in acpi_validate_coresight_graph() 568 if (cs_graph->package.count != (nlinks + 3)) in acpi_validate_coresight_graph() 689 int i, nlinks; in acpi_coresight_parse_graph() local 703 nlinks = graph->package.elements[2].integer.value; in acpi_coresight_parse_graph() 704 if (!nlinks) in acpi_coresight_parse_graph() 707 for (i = 0; i < nlinks; i++) { in acpi_coresight_parse_graph()
|
| /linux/usr/ |
| H A D | gen_init_cpio.c | 360 unsigned int nlinks) in cpio_mkfile() argument 416 for (i = 1; i <= nlinks; i++) { in cpio_mkfile() 422 if (i == nlinks) in cpio_mkfile() 443 nlinks, /* nlink */ in cpio_mkfile() 526 int nlinks = 1; in cpio_mkfile_line() local 557 nlinks++; in cpio_mkfile_line() 564 mode, uid, gid, nlinks); in cpio_mkfile_line()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_bonding.c | 95 int nlinks; member 108 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach() 115 skeletons->links[skeletons->nlinks++] = link; in xdp_attach() 196 while (skeletons->nlinks) { in link_cleanup() 197 skeletons->nlinks--; in link_cleanup() 198 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in link_cleanup()
|