FreeBSD ZFS
The Zettabyte File System
|
#include <sys/zfs_context.h>
Go to the source code of this file.
Data Structures | |
struct | zrlock |
Typedefs | |
typedef struct zrlock | zrlock_t |
Functions | |
void | zrl_init (zrlock_t *) |
void | zrl_destroy (zrlock_t *) |
void | zrl_add (zrlock_t *) |
void | zrl_remove (zrlock_t *) |
int | zrl_tryenter (zrlock_t *) |
void | zrl_exit (zrlock_t *) |
int | zrl_is_zero (zrlock_t *) |
int | zrl_is_locked (zrlock_t *) |