Searched defs:cachefs_log_readdir_record (Results 1 – 1 of 1) sorted by relevance
188 struct cachefs_log_readdir_record { struct189 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 */