Searched refs:nlink (Results 1 - 25 of 41) sorted by path

12

/freebsd-11-stable/bin/pax/
H A Dtables.c179 if (--pt->nlink <= 1) {
196 pt->nlink = arcn->sb.st_nlink;
H A Dtables.h61 u_long nlink; /* expected link count */ member in struct:hrdlnk
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c961 fattr3->nlink = fattr->na_nlink;
/freebsd-11-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h69 #define na_nlink nlink
H A Dnfs_prot_freebsd3.h105 #define na_nlink 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/libamu/
H A Dxdr_func.c1165 if (!xdr_u_int(xdrs, &objp->nlink))
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c81 finfo->nlink = info->st_nlink;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree_classic.c34 int nlink; member in struct:__anon1909
83 " mtree nlink=2 time=1232266273.0 gid=1003 uid=1003 size=8\n"
130 archive_entry_set_nlink(ae, entries[i].nlink);
131 assertEqualInt(entries[i].nlink, archive_entry_nlink(ae));
H A Dtest_write_format_mtree_classic_indent.c34 int nlink; member in struct:__anon1910
83 " mtree nlink=2 time=1232266273.0 gid=1003 uid=1003 size=8\n"
132 archive_entry_set_nlink(ae, entries[i].nlink);
133 assertEqualInt(entries[i].nlink, archive_entry_nlink(ae));
/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)
/freebsd-11-stable/contrib/pjdfstest/tests/link/
H A D00.t22 expect ${type},1 lstat ${n0} type,nlink
25 expect ${type},2 lstat ${n0} type,nlink
26 expect ${type},2 lstat ${n1} type,nlink
29 expect ${type},3 lstat ${n0} type,nlink
30 expect ${type},3 lstat ${n1} type,nlink
31 expect ${type},3 lstat ${n2} type,nlink
36 expect ${type},0201,3,65534,65533 lstat ${n0} type,mode,nlink,uid,gid
37 expect ${type},0201,3,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
38 expect ${type},0201,3,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
41 expect ENOENT lstat ${n0} type,mode,nlink,ui
[all...]
H A D03.t19 expect 2 stat ${n0} nlink
20 expect 2 stat ${nx} nlink
23 expect 2 stat ${n0} nlink
24 expect 2 stat ${nx} nlink
27 expect 1 stat ${n0} nlink
H A D12.t27 expect 1 stat ${n0} nlink
29 expect 2 stat ${n0} nlink
31 expect 1 stat ${n0} nlink
37 expect 1 stat ${n0} nlink
41 expect 2 stat ${n0} nlink
43 expect 1 stat ${n0} nlink
47 expect 2 stat ${n0} nlink
50 expect 1 stat ${n0} nlink
56 expect 2 stat ${n0} nlink
59 expect 1 stat ${n0} nlink
[all...]
H A D13.t29 expect 1 stat ${n0}/${n1} nlink
31 expect 2 stat ${n0}/${n1} nlink
33 expect 1 stat ${n0}/${n1} nlink
37 expect 1 stat ${n0}/${n1} nlink
40 expect 2 stat ${n0}/${n1} nlink
42 expect 1 stat ${n0}/${n1} nlink
46 expect 2 stat ${n0}/${n1} nlink
49 expect 1 stat ${n0}/${n1} nlink
53 expect 2 stat ${n0}/${n1} nlink
56 expect 1 stat ${n0}/${n1} nlink
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/rename/
H A D00.t22 expect ${type},0644,1 lstat ${n0} type,mode,nlink
25 expect ENOENT lstat ${n0} type,mode,nlink
26 expect ${type},${inode},0644,1 lstat ${n1} type,inode,mode,nlink
28 expect ${type},${inode},0644,2 lstat ${n0} type,inode,mode,nlink
29 expect ${type},${inode},0644,2 lstat ${n1} type,inode,mode,nlink
31 expect ${type},${inode},0644,2 lstat ${n0} type,inode,mode,nlink
32 expect ENOENT lstat ${n1} type,mode,nlink
33 expect ${type},${inode},0644,2 lstat ${n2} type,inode,mode,nlink
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dre-mqueue.pl155 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x122 unsigned nlink; /* # hard links */
403 uint32 nlink; /* # hard links */
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c120 const struct linkinfo *nlink; local
169 nlink = &hlist->link[f];
173 nlink->ourhook, nlink->nodeinfo.id, nlink->peerhook);
175 if (!strcmp(nlink->ourhook, NG_ETHER_HOOK_ORPHAN) ||
176 !strcmp(nlink->ourhook, NG_ETHER_HOOK_DIVERT)) {
182 if (strcmp(nlink->nodeinfo.type, NG_PPPOE_NODE_TYPE)) {
184 epath, nlink->nodeinfo.type);
/freebsd-11-stable/sys/dev/cxgb/
H A Dbin2h.pl60 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_internal.h215 vap->va_nlink = fat->nlink;
H A Dfuse_kernel.h76 __u32 nlink; member in struct:fuse_attr
/freebsd-11-stable/tools/tools/build_option_survey/
H A Dreduce.sh22 mtree -k uid,gid,mode,nlink,size,link,type,flags \
/freebsd-11-stable/usr.bin/stat/tests/
H A Dstat_test.sh196 local nlink=$(stat -f '%l' $path)
205 Device: $devid Inode: $inode Links: $nlink
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c656 dinp->di_nlink = cur->inode->nlink;
706 dinp->di_nlink = cur->inode->nlink;
788 root->inode->nlink++; /* count my parent's link */
790 root->inode->nlink++; /* count my child's link */
832 if (cur->inode->nlink > 1)
833 printf(", nlink %d", cur->inode->nlink);

Completed in 429 milliseconds

12