Searched defs:nlink (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drealpath.c55 int nlink = 0; local
152 nlink++;
153 if (nlink > MAXSYMLINKS) {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dlookup.c102 int nlink = 0; local
265 nlink++;
266 if (nlink > MAXSYMLINKS) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c90 int nlink; local
98 nlink = 0;
305 if (++nlink > MAXSYMLINKS) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h72 unsigned short nlink; member in struct:fs_file
H A Diso9660.h173 iso_32bit_t nlink; member in struct:rock_ridge::__anon2191::PX
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c223 int nlink; local
234 nlink = 0;
455 if (++nlink > MAXSYMLINKS) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c369 int nlink = 0; local
469 if (++nlink > MAXSYMLINKS) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c1214 link_t *link, *nlink; local
1223 nlink = link->next;
1225 link = nlink;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h48 uint_t nlink; /* no. of links to file */ member in struct:hs_direntry
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h90 kstat_named_t nlink; /* VOP_LINK */ member in struct:vopstats
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h89 kstat_named_t nlink; /* VOP_LINK */ member in struct:vopstats
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1793 uint_t n, ndev, nlink; local
1812 ndev = nlink = opterr = 0;
1819 if (ndev + nlink >= MAXPORT)
1847 if (ndev + nlink >= MAXPORT)
1850 links[nlink++] = optarg;
1892 if (ndev + nlink == 0)
1921 for (n = 0; n < nlink; n++) {
1929 status = dladm_aggr_create(handle, name, key, ndev + nlink, port,
2046 uint_t n, ndev, nlink; local
2055 ndev = nlink
2141 uint_t n, ndev, nlink; local
7721 uint_t n, i, nlink; local
7995 uint_t n, nlink; local
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1146 uint32 nlink; member in struct:fattr3

Completed in 5625 milliseconds