Searched defs:cachefs_log_mkdir_record (Results 1 – 1 of 1) sorted by relevance
265 struct cachefs_log_mkdir_record { struct266 int type; /* == CACHEFS_LOG_MKDIR */267 int error; /* errno */268 cfs_time_t time; /* timestamp */269 uint64_t vfsp; /* which filesystem */270 cfs_fid_t fid; /* fid of newly created directory */271 ino64_t fileno; /* fileno */272 cfs_uid_t uid; /* uid of credential */