Home
last modified time | relevance | path

Searched refs:zfs_link_destroy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_dir.h53 extern int zfs_link_destroy(znode_t *, const char *, znode_t *, dmu_tx_t *, int,
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_dir.c399 error = zfs_link_destroy(dzp, zap.za_name, xzp, tx, 0, NULL); in zfs_purgedir()
689 zfs_link_destroy(znode_t *dzp, const char *name, znode_t *zp, dmu_tx_t *tx, in zfs_link_destroy() function
Dzfs_vnops.c2022 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked); in zfs_remove()
2280 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, NULL); in zfs_rmdir()
3936 error = zfs_link_destroy(tdzp, tnm, tzp, tx, 0, NULL); in zfs_rename()
3947 error = zfs_link_destroy(sdzp, snm, szp, tx, ZRENAMING, in zfs_rename()
3970 VERIFY3U(zfs_link_destroy(tdzp, tnm, szp, tx, in zfs_rename()