Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/usr/
H A Dgen_init_cpio.c297 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()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-platform.c563 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch52 if (ctl->verbose > 1 && ctl->nlinks)
65 - _("Linked: ")), ctl->nlinks);
67 + ("Linked: ")), ctl->nlinks);
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch551 + unsigned long long nlinks;
591 + if (ctl->verbose > 1 && ctl->nlinks)
600 + _("Linked: ")), ctl->nlinks);
816 + ctl->nlinks++;
/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h168 __le16 nlinks; member
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_write.c919 file_inode->nlinks = cpu_to_le16(1); in ext4fs_write()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c6380 u32 nlinks; in changed_inode() local
6382 nlinks = btrfs_inode_nlink(sctx->left_path->nodes[0], left_ii); in changed_inode()
6383 if (nlinks == 0) { in changed_inode()