Lines Matching defs:unlinked
446 * unlinked Set (formerly known as the "delete queue") Error Handling
448 * When dealing with the unlinked set, we dmu_tx_hold_zap(), but we
451 * unlinked set, even though we might (this is to lower the minimum file
456 * regarding the unlinked set below to fail due to i/o error. On a
490 * Iterate over the contents of the unlinked set.
542 * Sets z_draining then tries to dispatch async unlinked drain.
543 * If that fails executes synchronous unlinked drain.
564 * Wait for the unlinked drain taskq task to stop. This will interrupt the
565 * unlinked set processing if it is in progress.
585 * in the unlinked set.
674 * Leave it in the unlinked set.
695 * Leave the file in the unlinked set.
735 * unlinked set, leaking it until the fs is remounted (at
760 * Remove this znode from the unlinked set. If a has rollback has
761 * occurred while a file is open and unlinked. Then when the file
763 * version of the unlinked object.
798 * - if zp has been unlinked.
819 if (zp->z_unlinked) { /* no new links to unlinked zp */
955 boolean_t unlinked = B_FALSE;
975 unlinked = B_TRUE;
991 *unlinkedp = unlinked;
992 else if (unlinked)
1021 * If 'unlinkedp' is NULL, we put unlinked znodes on the unlinked list.
1032 boolean_t unlinked = B_FALSE;
1059 error = zfs_drop_nlink_locked(zp, tx, &unlinked);
1089 *unlinkedp = unlinked;
1090 else if (unlinked)