Searched defs:unlinked (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_nodeid.c189 int unlinked = 0; local
205 unlinked = 1;
209 if (unlinked)
300 int unlinked = 0; local
341 ++unlinked;
346 if (unlinked)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c437 * unlinked Set (formerly known as the "delete queue") Error Handling
439 * When dealing with the unlinked set, we dmu_tx_hold_zap(), but we
442 * unlinked set, even though we might (this is to lower the minimum file
447 * regarding the unlinked set below to fail due to i/o error. On a
476 * Interate over the contents of the unlinked set.
518 * in the unlinked set.
603 * Leave it in the unlinked set.
622 * Leave the file in the unlinked set.
661 * unlinked set, leaking it until the fs is remounted (at
681 /* Remove this znode from the unlinked se
816 boolean_t unlinked = B_FALSE; local
[all...]
H A Dzfs_vnops.c1643 boolean_t unlinked, toobig = FALSE; local
1701 * We may delete the znode now, or we may put it in the unlinked set;
1765 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked);
1772 if (unlinked) {
1816 } else if (unlinked) {

Completed in 64 milliseconds