Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDspa_config.c102 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/
HDzfs_file.h43 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/
HDzfs_file_os.c43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
HDvdev_file.c142 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_file_os.c53 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function
HDvdev_file.c143 error = zfs_file_open(vd->vdev_path, in vdev_file_open()
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
HDkernel.c1016 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() function