Home
last modified time | relevance | path

Searched refs:fs_dlogoff (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c258 fscp->fs_dlogoff = sizeof (version); in cachefs_dlog_setup()
285 fscp->fs_dlogoff = (off_t)vattr.va_size; in cachefs_dlog_setup()
305 fscp->fs_dlogoff = offset; in cachefs_dlog_setup()
497 offset = fscp->fs_dlogoff; in cachefs_dlog_output()
513 fscp->fs_dlogoff += entp->dl_len; in cachefs_dlog_output()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h113 off_t fs_dlogoff; /* offset into log file */ member