Searched refs:nlinks (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 324 unsigned int nlinks) in cpio_mkfile() argument 374 for (i = 1; i <= nlinks; i++) { in cpio_mkfile() 376 if (i == nlinks) in cpio_mkfile() 389 nlinks, /* nlink */ in cpio_mkfile() 458 int nlinks = 1; in cpio_mkfile_line() local 489 nlinks++; in cpio_mkfile_line() 496 mode, uid, gid, nlinks); in cpio_mkfile_line()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-platform.c | 538 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()
|
/openbmc/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() 197 while (skeletons->nlinks) { in bonding_cleanup() 198 skeletons->nlinks--; in bonding_cleanup() 199 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in bonding_cleanup()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 52 if (ctl->verbose > 1 && ctl->nlinks) 65 - _("Linked: ")), ctl->nlinks); 67 + ("Linked: ")), ctl->nlinks);
|
H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 551 + unsigned long long nlinks; 591 + if (ctl->verbose > 1 && ctl->nlinks) 600 + _("Linked: ")), ctl->nlinks); 816 + ctl->nlinks++;
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 167 __le16 nlinks; member
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_write.c | 924 file_inode->nlinks = cpu_to_le16(1); in ext4fs_write()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 1432 :ref:`file link counts <nlinks>` are discussed in more detail in later 1495 :ref:`Quota usage <quotacheck>` and :ref:`file link count <nlinks>` 3756 <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
|