|
nfs-ganesha 1.4
|
#include "fsal.h"Go to the source code of this file.
Defines | |
| #define | ZFS_SNAP_DIR ".zfs" |
| #define | ZFS_SNAP_DIR_INODE 2 |
Functions | |
| libzfswrap_vfs_t * | ZFSFSAL_GetVFS (zfsfsal_handle_t *handle) |
| void | ZFSFSAL_VFS_RDLock () |
| void | ZFSFSAL_VFS_WRLock () |
| void | ZFSFSAL_VFS_Unlock () |
| #define ZFS_SNAP_DIR ".zfs" |
Common FS tools for internal use in the FSAL.
Definition at line 17 of file FSAL_ZFS/fsal_common.h.
| #define ZFS_SNAP_DIR_INODE 2 |
Definition at line 18 of file FSAL_ZFS/fsal_common.h.
| libzfswrap_vfs_t* ZFSFSAL_GetVFS | ( | zfsfsal_handle_t * | handle | ) |
Definition at line 22 of file FSAL_ZFS/fsal_common.c.
| void ZFSFSAL_VFS_RDLock | ( | ) |
Definition at line 45 of file FSAL_ZFS/fsal_common.c.
| void ZFSFSAL_VFS_Unlock | ( | ) |
Definition at line 55 of file FSAL_ZFS/fsal_common.c.
| void ZFSFSAL_VFS_WRLock | ( | ) |
Definition at line 50 of file FSAL_ZFS/fsal_common.c.
1.7.3