Searched defs:cachefs_log_readlink_record (Results 1 – 1 of 1) sorted by relevance
200 struct cachefs_log_readlink_record { struct201 int type; /* == CACHEFS_LOG_READLINK */202 int error; /* errno */203 cfs_time_t time; /* timestamp */204 uint64_t vfsp; /* which filesystem */205 cfs_fid_t fid; /* file identifier */206 ino64_t fileno; /* fileno */207 cfs_uid_t uid; /* uid of credential */208 uint_t length; /* length of symlink */