Searched refs:cfs_dlog_trailer (Results 1 – 3 of 3) sorted by relevance
207 (buf.dl_len != sizeof (struct cfs_dlog_trailer)) || in dlog_ck()211 buf.dl_len = sizeof (struct cfs_dlog_trailer); in dlog_ck()
193 struct cfs_dlog_trailer trailer; in cachefs_dlog_setup()287 offset = vattr.va_size - sizeof (struct cfs_dlog_trailer); in cachefs_dlog_setup()295 sizeof (struct cfs_dlog_trailer), (offset_t)offset, in cachefs_dlog_setup()433 struct cfs_dlog_trailer *trail; in cachefs_dlog_output()473 trail = (struct cfs_dlog_trailer *)((uintptr_t)entp + entp->dl_len); in cachefs_dlog_output()474 trail->dl_len = sizeof (struct cfs_dlog_trailer); in cachefs_dlog_output()687 entp = cachefs_kmem_alloc(len + 32 + sizeof (struct cfs_dlog_trailer), in cachefs_dlog_setsecattr()730 cachefs_kmem_free(entp, len + 32 + sizeof (struct cfs_dlog_trailer)); in cachefs_dlog_setsecattr()
238 struct cfs_dlog_trailer { struct259 struct cfs_dlog_trailer dl_trailer;