Veritas™ File System 5.0.1 Programmer's Reference Guide

See vxfs_fcl_read on page 31.
Record structure fields
Table 2-2 briefly describes each field of the fcl_record structure and indicates the
record types for which it is valid.
Table 2-2
FCL record structure fields
ValidityDescriptionField
Valid for all records.Length of the FCL record. This
includes length of the FCL record
structure and length of the data
stored immediately following the
structure. This length should be
used while traversing fcl records
returned in the buffer by
vxfs_fcl_read.
fr_reclen
Valid for all FCL records except
when the record is
FCL_EVNTMSK_CHG. For event
mask change the file is implicitly
the FCL file.
The inode number of the file being
changed. To generate the full path
name of the changed object, the
inode number and generation
count (fr_inogen) can be used
with vxfs_inotopath_gen.
fr_inonum
Valid for all records.The operation for this FCL record.
For example, creation, unlink,
write, file attributes change, or
other change. fr_op takes on one
of the values for the record types
listed in Table 2-1.
Use this parameter to determine
which fields of the FCL record are
valid.
fr_op
Valid for all records.The approximate time when the
change was recorded in the FCL
file. Use the ctime call to
interpret this field.
fr_time
41File Change Log
Application programming interface for File Change Log