Home
last modified time | relevance | path

Searched refs:RL_APPEND (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_rlock.h41 RL_APPEND enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c487 ASSERT(type == RL_READER || type == RL_WRITER || type == RL_APPEND); in zfs_rangelock_enter_impl()
H A Dzfs_vnops.c392 lr = zfs_rangelock_enter(&zp->z_rangelock, 0, n, RL_APPEND); in zfs_write()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c121 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c100 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c279 RL_APPEND enumerator