Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h255 struct cachefs_log_create_record { struct
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c340 struct cachefs_log_create_record create; in stats_log_logfile_read()
600 if ((rc = (struct cachefs_log_create_record *) in stats_log_logfile_read()
937 struct cachefs_log_create_record *createp; in stats_log_record_toascii()
1065 createp = (struct cachefs_log_create_record *)recp; in stats_log_record_toascii()
1257 struct cachefs_log_create_record *createp; in stats_log_get_record_info()
1352 createp = (struct cachefs_log_create_record *)recp; in stats_log_get_record_info()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c115 static bool_t cachefs_xdr_create(XDR *, struct cachefs_log_create_record *);
1158 struct cachefs_log_create_record *record; in cachefs_log_create()
1184 cachefs_xdr_create(XDR *xdrs, struct cachefs_log_create_record *rec) in cachefs_xdr_create()