Searched refs:ZEXISTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_dir.h39 #define ZEXISTS 0x0002 /* entry should exist */ macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c98 * ZEXISTS: if the entry does not exist, fail with ENOENT.
180 if (error != ENOENT || (flag & ZEXISTS)) {
238 error = zfs_dirent_lookup(dzp, name, &zp, ZEXISTS);
583 ASSERT(!(flag & (ZNEW | ZEXISTS)));
H A Dzfs_vnops.c2022 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked);
2280 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, NULL);
3580 error = zfs_dirent_lookup(sdzp, snm, &szp, ZEXISTS);
4450 ZXATTR | ZEXISTS | ZSHARED);

Completed in 1501 milliseconds