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

/freebsd-12-stable/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)
4449 struct refclockio *unlinked; local
4604 remaddr_t *unlinked; local
4622 remaddr_t *unlinked; local
[all...]
H A Dntp_restrict.c293 restrict_u * unlinked; local
303 UNLINK_SLIST(unlinked, *plisthead, res, link, restrict_u);
304 INSIST(unlinked == res);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dauthkeys.c521 symkey * unlinked; local
534 UNLINK_SLIST(unlinked, *bucket, sk, hlink, symkey);
535 DEBUG_ENSURE(sk == unlinked);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c92 * the directory, then it must not be unlinked.
248 * unlinked Set (formerly known as the "delete queue") Error Handling
250 * When dealing with the unlinked set, we dmu_tx_hold_zap(), but we
253 * unlinked set, even though we might (this is to lower the minimum file
258 * regarding the unlinked set below to fail due to i/o error. On a
288 * Interate over the contents of the unlinked set.
351 * in the unlinked set.
437 * Leave it in the unlinked set.
456 * Leave the file in the unlinked set.
491 * unlinked se
695 boolean_t unlinked = B_FALSE; local
[all...]
H A Dzfs_vnops.c1950 boolean_t unlinked, toobig = FALSE; local
1988 * We may delete the znode now, or we may put it in the unlinked set;
2022 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked);
2029 if (unlinked) {
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2467 mru *unlinked; local
2485 UNLINK_SLIST(unlinked, hash_table[hash], mon, hlink, mru);
2486 INSIST(unlinked == mon);
2572 mru *unlinked; local
2629 UNLINK_SLIST(unlinked, hash_table[hash],
2631 INSIST(unlinked == recent);
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c4653 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
7620 * Remove this inode from the unlinked list.
8996 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
9502 * track of the head of the linked list of referenced but unlinked inodes.
9530 * Return the first unlinked inodedep which is ready to be the head of the
9555 * Set the sujfree unlinked head pointer prior to writing a superblock.
9578 * due to a changing unlinked list head.
9605 * write activity after they are unlinked which we must not hold up.
9620 * Mark an inodedep as unlinked and insert it into the in-memory unlinked lis
14249 int error, unlinked; local
[all...]

Completed in 223 milliseconds