HomeSort by: relevance | last modified time | path
    Searched defs:rl_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_rlock.h 55 } 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);
64 rl_t *zfs_range_lock_try(znode_t *zp, uint64_t off, uint64_t len, rl_type_t type);
67 void zfs_range_unlock(rl_t *rl);
73 void zfs_range_reduce(rl_t *rl, uint64_t off, uint64_t len);
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 255 } rl_t; typedef in typeref:struct:rl
1151 static rl_t *
1157 rl_t *rl;
1171 ztest_range_unlock(rl_t *rl)
1564 rl_t *rl;
1682 rl_t *rl;
2134 rl_t *rl;

Completed in 32 milliseconds