Searched refs:nlink (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11-stable/usr.sbin/makefs/
H A Dmakefs.h55 * refcount (nlink), and stat buffer
85 uint32_t nlink; /* number of links to this entry */ member in struct:__anon8787
/freebsd-11-stable/bin/pax/
H A Dtables.c179 if (--pt->nlink <= 1) {
196 pt->nlink = arcn->sb.st_nlink;
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c81 finfo->nlink = info->st_nlink;
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x122 unsigned nlink; /* # hard links */
403 uint32 nlink; /* # hard links */
/freebsd-11-stable/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c103 unsigned int nlink; member in struct:mtree_entry
802 me->nlink = archive_entry_nlink(entry);
949 me->nlink != 1 && me->filetype != AE_IFDIR)
950 archive_string_sprintf(str, " nlink=%u", me->nlink);
1317 if (strcmp(key, "nlink") == 0)
2200 np->nlink = file->nlink;
H A Darchive_write_set_format_xar.c221 int nlink; member in struct:hardlink
2480 hl->nlink = 1;
2495 hl->nlink++;
2520 archive_entry_set_nlink(target->entry, hl->nlink);
2521 if (hl->nlink > 1)
2528 archive_entry_set_nlink(nf->entry, hl->nlink);
H A Darchive_read_support_format_xar.c197 unsigned int nlink; member in struct:xar_file
641 int nlink = (*hdlink)->cnt + 1; local
643 file->nlink = nlink;
646 f2->nlink = nlink;
775 /* Set proper nlink. */
779 archive_entry_set_nlink(entry, file->nlink);
1806 file->nlink = 1;
H A Darchive_read_disk_posix.c229 int nlink; member in struct:tree
722 t->nlink == 1)
1176 t->nlink = archive_entry_nlink(entry);
H A Darchive_entry.c1154 archive_entry_set_nlink(struct archive_entry *entry, unsigned int nlink) argument
1157 entry->ae_stat.aest_nlink = nlink;
H A Darchive_write_set_format_iso9660.c302 int nlink; member in struct:hardlink
5015 hl->nlink = 1;
5030 hl->nlink++;
5055 archive_entry_set_nlink(target->entry, hl->nlink);
5060 archive_entry_set_nlink(nf->entry, hl->nlink);
7028 /* Update nlink. */
/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h184 u_int nlink; member in struct:am_fattr3
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c961 fattr3->nlink = fattr->na_nlink;
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c1165 if (!xdr_u_int(xdrs, &objp->nlink))
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c4020 off_t diroff, nlink_t nlink)
4028 nlink, ip->i_mode);
4036 nlink_t nlink, uint16_t mode)
4043 inoref->if_nlink = nlink;
4050 * adding the entry to the journal when this information is available. nlink
4055 newjaddref(struct inode *dp, ino_t ino, off_t diroff, int16_t nlink, argument
4064 newinoref(&jaddref->ja_ref, ino, dp->i_number, diroff, nlink, mode);
4319 * We must adjust the nlink of any reference operation that follows
4321 * ensures that inode nlink rollbacks always have the correct link.
4350 * will incorrectly adjust nlink i
4019 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument
4035 newinoref(struct inoref *inoref, ino_t ino, ino_t parent, off_t diroff, nlink_t nlink, uint16_t mode) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7268 unsigned nlink; local
7368 nlink = t->link_cnt;
7375 if (t->link_cnt != nlink)

Completed in 419 milliseconds

12