Searched refs:rl_t (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h55 } rl_t; typedef in typeref:struct:rl
63 rl_t *zfs_range_lock(znode_t *zp, uint64_t off, uint64_t len, rl_type_t type);
66 void zfs_range_unlock(rl_t *rl);
72 void zfs_range_reduce(rl_t *rl, uint64_t off, uint64_t len);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c50 * locks. On entry to zfs_lock_range() a rl_t is allocated; the tree
51 * searched that finds no overlap, and *this* rl_t is placed in the tree.
75 * two condition variables are allocated in each rl_t.
104 zfs_range_lock_writer(znode_t *zp, rl_t *new)
107 rl_t *rl;
162 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
166 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE);
190 static rl_t *
191 zfs_range_proxify(avl_tree_t *tree, rl_t *rl)
193 rl_t *prox
[all...]
H A Dzfs_vnops.c706 rl_t *rl;
864 rl_t *rl;
4545 rl_t *rl;
4641 rl_t *rl;
H A Dzfs_znode.c131 sizeof (rl_t), offsetof(rl_t, r_node));
1562 rl_t *rl;
1639 rl_t *rl;
1688 rl_t *rl;
H A Dzvol.c742 sizeof (rl_t), offsetof(rl_t, r_node));
1587 rl_t *rl;
1841 rl_t *rl;
1900 rl_t *rl;
2128 rl_t *rl;
3148 rl_t *rl;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c262 } rl_t; typedef in typeref:struct:rl
1175 static rl_t *
1181 rl_t *rl;
1195 ztest_range_unlock(rl_t *rl)
1594 rl_t *rl;
1714 rl_t *rl;
2168 rl_t *rl;

Completed in 162 milliseconds