Searched refs:unlinked (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_peer.c482 struct peer * unlinked; local
489 UNLINK_SLIST(unlinked, peer_hash[hash], p, adr_link,
491 if (NULL == unlinked) {
503 UNLINK_SLIST(unlinked, assoc_hash[hash], p, aid_link,
505 if (NULL == unlinked) {
513 UNLINK_SLIST(unlinked, peer_list, p, p_link,
515 if (NULL == unlinked)
636 struct peer * unlinked; local
659 UNLINK_SLIST(unlinked, p->dstadr->peers, p, ilink,
H A Dntp_io.c647 struct asyncio_reader *unlinked; local
649 UNLINK_SLIST(unlinked, asyncio_reader_list, reader, link,
817 endpt * unlinked; local
913 UNLINK_SLIST(unlinked, *pmclisthead,
916 (unlinked != scan)
987 endpt * unlinked; local
991 UNLINK_SLIST(unlinked, ep_list, ep, elink, endpt);
996 UNLINK_SLIST(unlinked, *pmclisthead, ep, mclink, endpt);
999 (unlinked != NULL)
4386 struct refclockio *unlinked; local
4541 remaddr_t *unlinked; local
4559 remaddr_t *unlinked; local
[all...]
H A Dntp_restrict.c295 restrict_u * unlinked; local
305 UNLINK_SLIST(unlinked, *plisthead, res, link, restrict_u);
306 INSIST(unlinked == res);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c378 int unlinked; local
382 unlinked = dzp->z_unlinked;
384 if (unlinked)
407 unlinked = dzp->z_unlinked;
409 if (unlinked)
442 * unlinked Set (formerly known as the "delete queue") Error Handling
444 * When dealing with the unlinked set, we dmu_tx_hold_zap(), but we
447 * unlinked set, even though we might (this is to lower the minimum file
452 * regarding the unlinked set below to fail due to i/o error. On a
481 * Interate over the contents of the unlinked se
815 boolean_t unlinked = B_FALSE; local
[all...]
H A Dzfs_vnops.c1906 boolean_t unlinked, toobig = FALSE; local
1964 * We may delete the znode now, or we may put it in the unlinked set;
2031 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked);
2038 if (unlinked) {
2085 } else if (unlinked) {
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dauthkeys.c521 symkey * unlinked; local
534 UNLINK_SLIST(unlinked, *bucket, sk, hlink, symkey);
535 DEBUG_ENSURE(sk == unlinked);
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dntpq-subs.c2410 mru *unlinked; local
2428 UNLINK_SLIST(unlinked, hash_table[hash], mon, hlink, mru);
2429 INSIST(unlinked == mon);
2515 mru *unlinked; local
2572 UNLINK_SLIST(unlinked, hash_table[hash],
2574 INSIST(unlinked == recent);
/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_softdep.c4651 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
7550 * Remove this inode from the unlinked list.
8913 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
9414 * track of the head of the linked list of referenced but unlinked inodes.
9442 * Return the first unlinked inodedep which is ready to be the head of the
9467 * Set the sujfree unlinked head pointer prior to writing a superblock.
9490 * due to a changing unlinked list head.
9517 * write activity after they are unlinked which we must not hold up.
9532 * Mark an inodedep as unlinked and insert it into the in-memory unlinked lis
13944 int error, unlinked; local
[all...]

Completed in 157 milliseconds