Home
last modified time | relevance | path

Searched refs:CFS_DLOG_ENTRY_MAXSIZE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Ddlog_ck.c135 (buf.dl_len > CFS_DLOG_ENTRY_MAXSIZE)) { in dlog_ck()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h277 #define CFS_DLOG_ENTRY_MAXSIZE \ macro
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_logfile.c436 (entp->dl_len > CFS_DLOG_ENTRY_MAXSIZE)) { in logfile_entry()
H A Dcfsd_fscache.c979 xx = logfile_setup(logfile_object_p, namebuf, CFS_DLOG_ENTRY_MAXSIZE); in fscache_roll()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c435 ASSERT(entp->dl_len <= CFS_DLOG_ENTRY_MAXSIZE); in cachefs_dlog_output()