Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h176 struct cachefs_log_getpage_record { struct
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c333 struct cachefs_log_getpage_record getpage; in stats_log_logfile_read()
930 struct cachefs_log_getpage_record *getpagep; in stats_log_record_toascii()
978 getpagep = (struct cachefs_log_getpage_record *)recp; in stats_log_record_toascii()
1250 struct cachefs_log_getpage_record *getpagep; in stats_log_get_record_info()
1283 getpagep = (struct cachefs_log_getpage_record *)recp; in stats_log_get_record_info()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c106 static bool_t cachefs_xdr_getpage(XDR *, struct cachefs_log_getpage_record *);
834 struct cachefs_log_getpage_record *record; in cachefs_log_getpage()
862 cachefs_xdr_getpage(XDR *xdrs, struct cachefs_log_getpage_record *rec) in cachefs_xdr_getpage()