| 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);
|