Home
last modified time | relevance | path

Searched refs:f_fd (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1091 fp->f_fd = fd; in zfs_file_open()
1101 close(fp->f_fd); in zfs_file_close()
1124 rc = write(fp->f_fd, buf, count); in zfs_file_write()
1162 rc = pwrite64(fp->f_fd, buf, split, pos); in zfs_file_pwrite()
1165 rc = pwrite64(fp->f_fd, (char *)buf + split, in zfs_file_pwrite()
1209 rc = read(fp->f_fd, buf, count); in zfs_file_read()
1239 rc = pread64(fp->f_fd, buf, count, off); in zfs_file_pread()
1283 rc = lseek(fp->f_fd, *offp, whence); in zfs_file_seek()
1307 if (fstat64_blk(fp->f_fd, &st) == -1) in zfs_file_getattr()
1329 rc = fsync(fp->f_fd); in zfs_file_fsync()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_file.h27 int f_fd; member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c5984 (void) close(vf->vf_file->f_fd); in ztest_fault_inject()
5985 vf->vf_file->f_fd = -1; in ztest_fault_inject()