Searched defs:cachefs_log_rename_record (Results 1 – 1 of 1) sorted by relevance
275 struct cachefs_log_rename_record { struct276 int type; /* == CACHEFS_LOG_RENAME */277 int error; /* errno */278 cfs_time_t time; /* timestamp */279 uint64_t vfsp; /* which filesystem */280 cfs_fid_t gone; /* fid of file removed (may be undefined) */281 ino64_t fileno; /* fileno */282 int removed; /* nonzero if file was removed */283 cfs_uid_t uid; /* uid of credential */