Searched refs:zfs_file_open (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 101 err = zfs_file_open(pathname, O_RDONLY, 0, &fp); in spa_config_load() 105 err = zfs_file_open(ZPOOL_CACHE_BOOT, O_RDONLY, 0, &fp); in spa_config_load() 172 error = zfs_file_open(dp->scd_path, flags, 0644, &fp); in spa_config_remove() 215 err = zfs_file_open(dp->scd_path, oflags, 0644, &fp); in spa_config_write()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_file.h | 41 int zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fp);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_file_os.c | 43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
|
| H A D | vdev_file.c | 142 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_file.c | 142 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
|
| H A D | zfs_file_os.c | 53 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 1046 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
|