Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_log.c232 int unlinked = 0; in zfs_xattr_owner_unlinked() local
248 unlinked = 1; in zfs_xattr_owner_unlinked()
255 unlinked = tzp->z_unlinked; in zfs_xattr_owner_unlinked()
268 unlinked = 1; in zfs_xattr_owner_unlinked()
274 unlinked = zp->z_unlinked; in zfs_xattr_owner_unlinked()
278 return (unlinked); in zfs_xattr_owner_unlinked()
416 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked) in zfs_log_remove() argument
439 if (unlinked) { in zfs_log_remove()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c713 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local
748 unlinked = B_TRUE; in zfs_link_destroy()
786 *unlinkedp = unlinked; in zfs_link_destroy()
787 else if (unlinked) in zfs_link_destroy()
H A Dzfs_vnops_os.c1198 boolean_t unlinked; in zfs_remove_() local
1271 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked); in zfs_remove_()
1278 if (unlinked) { in zfs_remove_()
1284 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove_()
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt131 or for the unlinked list;
187 Additionally, a list that contains all unlinked flowset:
382 flowset unlinked list is scanned to see if there are some flowset that would
395 When a new scheduler is created, it is necessary to scan the unlinked
410 unlinked flowset list, it is removed and deleted, and then recreated.
434 Finally, flowsets in the unlinked flowset list are write in the buffer, and
456 If the flowset to remove is in the unlinked flowset list, there is not any
501 unlinked flowset list, but doing this now will be very expensive.
506 the flowset will be moved into the flowset unlinked list, or will be
626 Search into the flowset unlinked list if there are some flowset that
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c943 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local
979 unlinked = B_TRUE; in zfs_link_destroy()
1022 *unlinkedp = unlinked; in zfs_link_destroy()
1023 else if (unlinked) in zfs_link_destroy()
H A Dzfs_vnops_os.c947 boolean_t unlinked, toobig = FALSE; in zfs_remove() local
1066 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked); in zfs_remove()
1073 if (unlinked) { in zfs_remove()
1116 } else if (unlinked) { in zfs_remove()
1124 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c100 int unlinked = 0; in sw_port_unlink() local
109 unlinked++; in sw_port_unlink()
121 p->unlinks_in_progress += unlinked; in sw_port_unlink()
124 return unlinked; in sw_port_unlink()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_znode.h269 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked);