Home
last modified time | relevance | path

Searched refs:nlinks (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/usr/
Dgen_init_cpio.c325 unsigned int nlinks) in cpio_mkfile() argument
381 for (i = 1; i <= nlinks; i++) { in cpio_mkfile()
383 if (i == nlinks) in cpio_mkfile()
396 nlinks, /* nlink */ in cpio_mkfile()
465 int nlinks = 1; in cpio_mkfile_line() local
496 nlinks++; in cpio_mkfile_line()
503 mode, uid, gid, nlinks); in cpio_mkfile_line()
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-platform.c538 int nlinks; in acpi_validate_coresight_graph() local
540 nlinks = cs_graph->package.elements[2].integer.value; in acpi_validate_coresight_graph()
545 if (cs_graph->package.count != (nlinks + 3)) in acpi_validate_coresight_graph()
666 int i, nlinks; in acpi_coresight_parse_graph() local
680 nlinks = graph->package.elements[2].integer.value; in acpi_coresight_parse_graph()
681 if (!nlinks) in acpi_coresight_parse_graph()
684 for (i = 0; i < nlinks; i++) { in acpi_coresight_parse_graph()
/linux-6.12.1/fs/xfs/scrub/
Dnlinks.c128 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()
612 error = xfarray_load_sparse(xnc->nlinks, ino, &nl); in xchk_nlinks_comparison_read()
618 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_comparison_read()
916 while ((error = xfarray_iter(xnc->nlinks, &cur, &nl)) == 1) { in xchk_nlinks_compare()
950 xfarray_destroy(xnc->nlinks); in xchk_nlinks_teardown_scan()
951 xnc->nlinks = NULL; in xchk_nlinks_teardown_scan()
988 sizeof(struct xchk_nlink), &xnc->nlinks); in xchk_nlinks_setup_scan()
Dnlinks.h14 struct xfarray *nlinks; member
Dnlinks_repair.c157 error = xfarray_load_sparse(xnc->nlinks, ip->i_ino, &obs); in xrep_nlinks_repair_inode()
211 error = xfarray_load_sparse(xnc->nlinks, ip->i_ino, &obs); in xrep_nlinks_repair_inode()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c95 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()
197 while (skeletons->nlinks) { in bonding_cleanup()
198 skeletons->nlinks--; in bonding_cleanup()
199 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in bonding_cleanup()
/linux-6.12.1/fs/xfs/
DMakefile174 nlinks.o \
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst1432 :ref:`file link counts <nlinks>` are discussed in more detail in later
1495 :ref:`Quota usage <quotacheck>` and :ref:`file link count <nlinks>`
3749 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=scrub-nlinks>`_
4392 The :ref:`file link count fsck <nlinks>` code takes care of fixing link counts