Home
last modified time | relevance | path

Searched refs:zfs_file_open (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c104 err = zfs_file_open(pathname, O_RDONLY, 0, &fp); in spa_config_load()
108 err = zfs_file_open(ZPOOL_CACHE_BOOT, O_RDONLY, 0, &fp); in spa_config_load()
175 error = zfs_file_open(dp->scd_path, flags, 0644, &fp); in spa_config_remove()
218 err = zfs_file_open(dp->scd_path, oflags, 0644, &fp); in spa_config_write()
H A Dvdev_file.c153 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_file.h43 int zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fp);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c50 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1080 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function