Searched defs:cachefs_log_populate_record (Results 1 – 1 of 1) sorted by relevance
297 struct cachefs_log_populate_record { struct298 int type; /* == CACHEFS_LOG_POPULATE */299 int error; /* errno */300 cfs_time_t time; /* timestamp */301 uint64_t vfsp; /* which filesystem */302 cfs_fid_t fid; /* fid of file being populated */303 ino64_t fileno; /* fileno */304 u_offset_t off; /* offset */305 uint_t size; /* popsize */