Searched defs:cachefs_log_create_record (Results 1 – 1 of 1) sorted by relevance
255 struct cachefs_log_create_record { struct256 int type; /* == CACHEFS_LOG_CREATE */257 int error; /* errno */258 cfs_time_t time; /* timestamp */259 uint64_t vfsp; /* which filesystem */260 cfs_fid_t fid; /* fid of newly created file */261 ino64_t fileno; /* fileno */262 cfs_uid_t uid; /* uid of credential */