Searched refs:zfs_file_open (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | spa_config.c | 102 err = zfs_file_open(pathname, O_RDONLY, 0, &fp); in spa_config_load() 106 err = zfs_file_open(ZPOOL_CACHE_BOOT, O_RDONLY, 0, &fp); in spa_config_load() 173 error = zfs_file_open(dp->scd_path, flags, 0644, &fp); in spa_config_remove() 216 err = zfs_file_open(dp->scd_path, oflags, 0644, &fp); in spa_config_write()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | zfs_file.h | 43 int zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fp);
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zfs_file_os.c | 43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
|
| HD | vdev_file.c | 142 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zfs_file_os.c | 53 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
|
| HD | vdev_file.c | 143 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/ |
| HD | kernel.c | 1016 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
|