Searched refs:nlinks (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/usr/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/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++;
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ext_common.h | 168 __le16 nlinks; member
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_write.c | 919 file_inode->nlinks = cpu_to_le16(1); in ext4fs_write()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | send.c | 6380 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()
|