Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c331 struct cachefs_log_mount_record mount, *mountp; in stats_log_logfile_read()
370 CLPAD(cachefs_log_mount_record, path); in stats_log_logfile_read()
372 (struct cachefs_log_mount_record *) in stats_log_logfile_read()
928 struct cachefs_log_mount_record *mountp; in stats_log_record_toascii()
959 mountp = (struct cachefs_log_mount_record *)recp; in stats_log_record_toascii()
1652 struct cachefs_log_mount_record *mountp; in stats_log_compute_wssize()
1693 mountp = (struct cachefs_log_mount_record *)record; in stats_log_compute_wssize()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h156 struct cachefs_log_mount_record { struct
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c104 static bool_t cachefs_xdr_mount(XDR *, struct cachefs_log_mount_record *);
711 struct cachefs_log_mount_record *record; in cachefs_log_mount()
737 (int)CLPAD(cachefs_log_mount_record, path); in cachefs_log_mount()
772 cachefs_xdr_mount(XDR *xdrs, struct cachefs_log_mount_record *rec) in cachefs_xdr_mount()