Searched defs:cachefs_log_rmdir_record (Results 1 – 1 of 1) sorted by relevance
222 struct cachefs_log_rmdir_record { struct223 int type; /* == CACHEFS_LOG_RMDIR */224 int error; /* errno */225 cfs_time_t time; /* timestamp */226 uint64_t vfsp; /* which filesystem */227 cfs_fid_t fid; /* fid of directory being removed */228 ino64_t fileno; /* fileno */229 cfs_uid_t uid; /* uid of credential */