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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_dir.h39 #define ZEXISTS 0x0002 /* entry should exist */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c111 * ZEXISTS: if the entry does not exist, fail with ENOENT.
316 if (error != ENOENT || (flag & ZEXISTS)) {
417 zf = ZEXISTS | ZSHARED;
723 ASSERT(!(flag & (ZNEW | ZEXISTS)));
H A Dzfs_vnops.c1648 int zflg = ZEXISTS;
2059 int zflg = ZEXISTS;
3573 ZEXISTS | zflg, NULL, NULL);
3580 sdzp, snm, &szp, ZEXISTS | ZRENAMING | zflg,
4955 ZXATTR | ZEXISTS | ZSHARED, NULL, NULL);

Completed in 55 milliseconds