Veritas™ File System 5.0.1 Administrator's Guide

VxFS I/O Overview
This chapter includes the following topics:
About VxFS I/O
Buffered and Direct I/O
Concurrent I/O
Cache advisories
Freezing and thawing a file system
Getting the I/O size
About VxFS 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