Home
last modified time | relevance | path

Searched defs:cachefs_log_putpage_record (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h243 struct cachefs_log_putpage_record { struct
244 int type; /* == CACHEFS_LOG_PUTPAGE */
245 int error; /* errno */
246 cfs_time_t time; /* timestamp */
247 uint64_t vfsp; /* which filesystem */
248 cfs_fid_t fid; /* file being written */
249 ino64_t fileno; /* fileno */
250 cfs_uid_t uid; /* uid of credential */
251 u_offset_t offset; /* offset */
252 uint_t len; /* length */