Home
last modified time | relevance | path

Searched defs:cachefs_log_readdir_record (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h188 struct cachefs_log_readdir_record { struct
189 int type; /* == CACHEFS_LOG_READDIR */
190 int error; /* errno */
191 cfs_time_t time; /* timestamp */
192 uint64_t vfsp; /* which filesystem */
193 cfs_fid_t fid; /* file identifier */
194 ino64_t fileno; /* fileno */
195 cfs_uid_t uid; /* uid of credential */
196 u_offset_t offset; /* offset into directory */
197 int eof; /* like `*eofp' in VOP_READDIR */