Veritas File System v5.0.1 Administrator's Guide for HP-UX 11i v3 (5900-0082, June 2010)

VxFS I/O Overview
This chapter includes the following topics:
About Veritas File System I/O
Buffered and Direct I/O
Concurrent I/O
Cache advisories
Freezing and thawing a file system
Getting the I/O size
About Veritas File System I/O
VxFS processes two basic types of file system I/O:
Sequential
Random or I/O that is not sequential
For sequential I/O, VxFS employs a read-ahead policy by default when the
application is reading data. For writing, it allocates contiguous blocks if possible.
In most cases, VxFS handles I/O that is sequential through buffered I/O. VxFS
handles random or nonsequential I/O using direct I/O without buffering.
VxFS provides a set of I/O cache advisories for use when accessing files.
See the vxfsio(7) manual page.
4
Chapter