Searched defs:cachefs_log_remove_record (Results 1 – 1 of 1) sorted by relevance
211 struct cachefs_log_remove_record { struct212 int type; /* == CACHEFS_LOG_REMOVE */213 int error; /* errno */214 cfs_time_t time; /* timestamp */215 uint64_t vfsp; /* which filesystem */216 cfs_fid_t fid; /* fid of file being removed */218 ino64_t fileno; /* fileno */219 cfs_uid_t uid; /* uid of credential */