Home
last modified time | relevance | path

Searched refs:zfs_file_get (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_file.h58 int zfs_file_get(int fd, zfs_file_t **fp);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c413 zfs_file_get(int fd, zfs_file_t **fpp) in zfs_file_get() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c245 zfs_file_get(int fd, zfs_file_t **fpp) in zfs_file_get() function
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1394 zfs_file_get(int fd, zfs_file_t **fpp) in zfs_file_get() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4837 if ((error = zfs_file_get(input_fd, &input_fp))) in zfs_ioc_recv_impl()
5448 if ((error = zfs_file_get(zc->zc_cookie, &fp))) in zfs_ioc_send()
6061 if ((error = zfs_file_get(zc->zc_cookie, &fp))) in zfs_ioc_diff()
6435 if ((error = zfs_file_get(fd, &fp))) in zfs_ioc_send_new()
7329 if ((rc = zfs_file_get(fd, &fp))) in zfsdev_getminor()