Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h211 struct cachefs_log_remove_record { struct
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c336 struct cachefs_log_remove_record remove; in stats_log_logfile_read()
933 struct cachefs_log_remove_record *removep; in stats_log_record_toascii()
1016 removep = (struct cachefs_log_remove_record *)recp; in stats_log_record_toascii()
1253 struct cachefs_log_remove_record *removep; in stats_log_get_record_info()
1314 removep = (struct cachefs_log_remove_record *)recp; in stats_log_get_record_info()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c110 static bool_t cachefs_xdr_remove(XDR *, struct cachefs_log_remove_record *);
976 struct cachefs_log_remove_record *record; in cachefs_log_remove()
1002 cachefs_xdr_remove(XDR *xdrs, struct cachefs_log_remove_record *rec) in cachefs_xdr_remove()