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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_dir.h40 #define ZSHARED 0x0004 /* shared access (zfs_dirlook()) */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c112 * ZSHARED: allow concurrent access with other ZSHARED callers.
217 * have both ZSHARED and ZHAVELOCK together.
219 ASSERT(!(flag & ZSHARED) || !(flag & ZHAVELOCK));
257 if ((flag & ZSHARED) && dl->dl_sharecnt != 0)
268 if ((flag & ZSHARED) && ++dl->dl_sharecnt > 1 && dl->dl_namesize == 0) {
417 zf = ZEXISTS | ZSHARED;
H A Dzfs_vnops.c4955 ZXATTR | ZEXISTS | ZSHARED, NULL, NULL);

Completed in 74 milliseconds