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

/freebsd-13-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-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c226 * If zp is an xattr node, check whether the xattr owner is unlinked.
227 * We don't want to log anything if the owner is unlinked.
232 int unlinked = 0; local
248 unlinked = 1;
255 unlinked = tzp->z_unlinked;
268 unlinked = 1;
274 unlinked = zp->z_unlinked;
278 return (unlinked);
416 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked)
439 if (unlinked) {
415 zfs_log_remove(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked) argument
[all...]
/freebsd-13-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-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c95 * the directory, then it must not be unlinked.
257 * unlinked Set (formerly known as the "delete queue") Error Handling
259 * When dealing with the unlinked set, we dmu_tx_hold_zap(), but we
262 * unlinked set, even though we might (this is to lower the minimum file
267 * regarding the unlinked set below to fail due to i/o error. On a
299 * Iterate over the contents of the unlinked set.
362 * in the unlinked set.
448 * Leave it in the unlinked set.
467 * Leave the file in the unlinked set.
502 * unlinked se
711 boolean_t unlinked = B_FALSE; local
[all...]
H A Dzfs_vnops_os.c1225 boolean_t unlinked; local
1264 * We may delete the znode now, or we may put it in the unlinked set;
1298 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked);
1305 if (unlinked) {
1311 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c443 * unlinked Set (formerly known as the "delete queue") Error Handling
445 * When dealing with the unlinked set, we dmu_tx_hold_zap(), but we
448 * unlinked set, even though we might (this is to lower the minimum file
453 * regarding the unlinked set below to fail due to i/o error. On a
487 * Iterate over the contents of the unlinked set.
538 * Sets z_draining then tries to dispatch async unlinked drain.
539 * If that fails executes synchronous unlinked drain.
560 * Wait for the unlinked drain taskq task to stop. This will interrupt the
561 * unlinked set processing if it is in progress.
581 * in the unlinked se
943 boolean_t unlinked = B_FALSE; local
[all...]
H A Dzfs_vnops_os.c904 /* Add to unlinked set */
957 boolean_t unlinked, toobig = FALSE; local
1010 * We may delete the znode now, or we may put it in the unlinked set;
1076 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked);
1083 if (unlinked) {
1121 * Add to the unlinked set because a new reference could be
1126 } else if (unlinked) {
1134 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h187 boolean_t z_unlinked; /* file has been unlinked */
269 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked);
/freebsd-13-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-13-stable/sys/ufs/ffs/
H A Dffs_softdep.c5005 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
7963 * Remove this inode from the unlinked list.
9345 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
9850 * track of the head of the linked list of referenced but unlinked inodes.
9878 * Return the first unlinked inodedep which is ready to be the head of the
9903 * Set the sujfree unlinked head pointer prior to writing a superblock.
9931 * due to a changing unlinked list head.
9958 * write activity after they are unlinked which we must not hold up.
9973 * Mark an inodedep as unlinked and insert it into the in-memory unlinked lis
14743 int error, unlinked; local
[all...]

Completed in 416 milliseconds