Lines Matching defs:links
474 * Clean up any znodes that had no links when we either crashed or
661 uint64_t links;
749 clear_nlink(ZTOI(xzp)); /* no more links to it */
750 links = 0;
752 &links, sizeof (links), tx));
812 uint64_t links;
819 if (zp->z_unlinked) { /* no new links to unlinked zp */
830 links = ZTOI(zp)->i_nlink;
832 NULL, &links, sizeof (links));
882 links = ZTOI(dzp)->i_nlink;
887 &links, sizeof (links));
958 uint64_t links;
984 links = ZTOI(zp)->i_nlink;
986 NULL, &links, sizeof (links));
1035 uint64_t links;
1072 links = ZTOI(dzp)->i_nlink;
1074 NULL, &links, sizeof (links));