Home
last modified time | relevance | path

Searched refs:cfs_dlog_trailer (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Ddlog_ck.c207 (buf.dl_len != sizeof (struct cfs_dlog_trailer)) || in dlog_ck()
211 buf.dl_len = sizeof (struct cfs_dlog_trailer); in dlog_ck()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c193 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()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h238 struct cfs_dlog_trailer { struct
259 struct cfs_dlog_trailer dl_trailer;