Searched defs:cachefs_log_calloc_record (Results 1 – 1 of 1) sorted by relevance
371 struct cachefs_log_calloc_record { struct372 int type; /* == CACHEFS_LOG_CALLOC */373 int error; /* errno */374 cfs_time_t time; /* timestamp */375 uint64_t vfsp; /* which filesystem */376 cfs_fid_t fid; /* fid of allocmap-checked file */377 ino64_t fileno; /* fileno of allocmap-checked file */378 u_offset_t off; /* offset of successful check_allocmap */379 uint_t len; /* length of successful check_allocmap */