Searched refs:z_links (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_dir.c244 ASSERT(zp->z_links == 0);
379 ASSERT(zp->z_links == 0);
463 xzp->z_links = 0; /* no more links to it */
465 &xzp->z_links, sizeof (xzp->z_links), tx));
512 if (dzp->z_links >= LINK_MAX)
523 if (zp->z_links >= LINK_MAX) {
527 zp->z_links++;
529 &zp->z_links, sizeof (zp->z_links));
[all...]
H A Dzfs_sa.c272 &zp->z_links, 8);
H A Dzfs_znode.c210 nzp->z_links = ozp->z_links;
683 &zp->z_links, 8);
1514 &zp->z_links, sizeof (zp->z_links));
1565 zp->z_unlinked = (zp->z_links == 0);
H A Dzfs_vnops.c3116 links = zp->z_links + 1;
3118 links = zp->z_links;
4486 VN_KNOTE(*svpp, (szp->z_links == 0 ?
4490 tzp != NULL ? tzp->z_links : 0);
/netbsd-current/usr.bin/fstat/
H A Dzfs_znode.h89 uint64_t z_links; /* file links (cached) */ member in struct:znode
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h208 uint64_t z_links; /* file links (cached) */ member in struct:znode

Completed in 287 milliseconds