| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fb_localfs.c | 197 MAP_SHARED, fd->fd_num, size - left); 210 return (pread64(fd->fd_num, iobuf, iosize, fileoffset)); 219 return (read(fd->fd_num, iobuf, iosize)); 343 aiocb->aio_fildes = fdesc->fd_num; 351 fdesc->fd_num, (u_longlong_t)iosize, 502 if ((fd->fd_num = open64(path, flags, perms)) < 0) 532 return (fsync(fd->fd_num)); 541 return (lseek64(fd->fd_num, offset, whence)); 560 return (close(fd->fd_num)); 629 return (fstat64(fd->fd_num, statbufp)) [all...] |
| fsplug.h | 47 int fd_num; /* OS file descriptor number */ member in union:fb_fdesc
|
| flowop_library.c | [all...] |
| fileset.c | 508 (void) directio(fdesc->fd_num, DIRECTIO_ON); 510 (void) directio(fdesc->fd_num, DIRECTIO_OFF); [all...] |