Searched refs:RL_APPEND (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h40 RL_APPEND enumerator in enum:__anon4644
59 * or exclusive (RL_WRITER or RL_APPEND). RL_APPEND is a special type that
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c85 * range locking mutex, and the lock type converted from RL_APPEND to
130 if (new->r_type == RL_APPEND)
170 new->r_type = RL_WRITER; /* convert possible RL_APPEND */
430 ASSERT(type == RL_READER || type == RL_WRITER || type == RL_APPEND);
454 zfs_range_lock_writer(zp, new); /* RL_WRITER or RL_APPEND */
H A Dzfs_vnops.c758 rl = zfs_range_lock(zp, 0, n, RL_APPEND);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c238 RL_APPEND enumerator in enum:__anon145

Completed in 96 milliseconds