Searched defs:rl_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/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);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c253 } rl_t; typedef in typeref:struct:rl
1155 static rl_t *
1161 rl_t *rl;
1175 ztest_range_unlock(rl_t *rl)
1569 rl_t *rl;
1687 rl_t *rl;
2139 rl_t *rl;

Completed in 130 milliseconds