Searched refs:iofs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/tests/sys/fs/fusefs/ |
| HD | io.cc | 144 off_t iofs = in.body.write.offset; in SetUp() local 148 ASSERT_EQ(isize, pwrite(m_backing_fd, buf, isize, iofs)) in SetUp() 161 off_t iofs = in.body.write.offset; in SetUp() local 166 osize = pread(m_backing_fd, buf, isize, iofs); in SetUp()
|
| /freebsd-13-stable/usr.bin/mkimg/ |
| HD | image.c | 574 image_copyout_file(int fd, size_t size, int ifd, off_t iofs) in image_copyout_file() argument 586 buf = mp = image_file_map(ifd, iofs, sz, &iof); in image_copyout_file() 595 iofs += sz; in image_copyout_file()
|