Searched defs:cachefs_log_truncate_record (Results 1 – 1 of 1) sorted by relevance
232 struct cachefs_log_truncate_record { struct233 int type; /* == CACHEFS_LOG_TRUNCATE */234 int error; /* errno */235 cfs_time_t time; /* timestamp */236 uint64_t vfsp; /* which filesystem */237 cfs_fid_t fid; /* file being truncated */238 ino64_t fileno; /* fileno */239 cfs_uid_t uid; /* uid of credential */240 u_offset_t size; /* new size */