Home
last modified time | relevance | path

Searched refs:RL_READER (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzfs_rlock.c249 proxy->lr_type = RL_READER; in zfs_rangelock_proxify()
278 rear->lr_type = RL_READER; in zfs_rangelock_split()
303 lr->lr_type = RL_READER; in zfs_rangelock_new_proxy()
487 ASSERT(type == RL_READER || type == RL_WRITER || type == RL_APPEND); in zfs_rangelock_enter_impl()
502 if (type == RL_READER) { in zfs_rangelock_enter_impl()
585 ASSERT3U(lr->lr_type, ==, RL_READER); in zfs_rangelock_exit_reader()
595 ASSERT3U(next->lr_type, ==, RL_READER); in zfs_rangelock_exit_reader()
621 ASSERT(lr->lr_type == RL_WRITER || lr->lr_type == RL_READER); in zfs_rangelock_exit()
HDzfs_vnops.c135 lr = zfs_rangelock_enter(&zp->z_rangelock, 0, UINT64_MAX, RL_READER); in zfs_holey_common()
286 zfs_uio_offset(uio), zfs_uio_resid(uio), RL_READER); in zfs_read()
900 offset, size, RL_READER); in zfs_get_data()
923 offset, size, RL_READER); in zfs_get_data()
1205 RL_READER); in zfs_clone_range()
1212 RL_READER); in zfs_clone_range()
HDzvol.c666 size, RL_READER); in zvol_get_data()
680 size, RL_READER); in zvol_get_data()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzfs_rlock.h39 RL_READER, enumerator
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzvol_os.c735 doread ? RL_READER : RL_WRITER); in zvol_geom_bio_strategy()
844 zfs_uio_resid(&uio), RL_READER); in zvol_cdev_read()
1224 RL_READER); in zvol_cdev_ioctl()
HDzfs_vnops_os.c3909 roundup(end, blksz) - rounddown(start, blksz), RL_READER); in zfs_getpages()
/freebsd-14-stable/sys/contrib/openzfs/cmd/
HDztest.c314 RL_READER, enumerator
1620 if (type == RL_READER) { in ztest_rll_lock()
2147 ztest_object_lock(zd, lr->lr_foid, RL_READER); in ztest_replay_write()
2251 ztest_object_lock(zd, lr->lr_foid, RL_READER); in ztest_replay_truncate()
2420 ztest_object_lock(zd, object, RL_READER); in ztest_get_data()
2445 object, offset, size, RL_READER); in ztest_get_data()
2461 object, offset, size, RL_READER); in ztest_get_data()
2537 ztest_object_lock(zd, od->od_object, RL_READER); in ztest_lookup()
2711 ztest_object_lock(zd, object, RL_READER); in ztest_prealloc()
5823 ztest_object_lock(zd, obj, RL_READER); in ztest_verify_dnode_bt()
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzvol_os.c457 uio.uio_loffset, uio.uio_resid, RL_READER); in zvol_read()