Searched defs:cachefs_log_getpage_record (Results 1 – 1 of 1) sorted by relevance
176 struct cachefs_log_getpage_record { struct177 int type; /* == CACHEFS_LOG_GETPAGE */178 int error; /* errno */179 cfs_time_t time; /* timestamp */180 uint64_t vfsp; /* which filesystem */181 cfs_fid_t fid; /* file identifier */182 ino64_t fileno; /* fileno */183 cfs_uid_t uid; /* uid of credential */184 u_offset_t offset; /* offset we're getting */185 uint_t len; /* how many bytes we're getting */