Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h243 struct cachefs_log_putpage_record { struct
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c339 struct cachefs_log_putpage_record putpage; in stats_log_logfile_read()
936 struct cachefs_log_putpage_record *putpagep; in stats_log_record_toascii()
1053 putpagep = (struct cachefs_log_putpage_record *)recp; in stats_log_record_toascii()
1256 struct cachefs_log_putpage_record *putpagep; in stats_log_get_record_info()
1342 putpagep = (struct cachefs_log_putpage_record *)recp; in stats_log_get_record_info()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c114 static bool_t cachefs_xdr_putpage(XDR *, struct cachefs_log_putpage_record *);
1110 struct cachefs_log_putpage_record *record; in cachefs_log_putpage()
1138 cachefs_xdr_putpage(XDR *xdrs, struct cachefs_log_putpage_record *rec) in cachefs_xdr_putpage()