Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h275 struct cachefs_log_rename_record { struct
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c342 struct cachefs_log_rename_record rename; in stats_log_logfile_read()
648 if ((rc = (struct cachefs_log_rename_record *) in stats_log_logfile_read()
939 struct cachefs_log_rename_record *renamep; in stats_log_record_toascii()
1091 renamep = (struct cachefs_log_rename_record *)recp; in stats_log_record_toascii()
1259 struct cachefs_log_rename_record *renamep; in stats_log_get_record_info()
1370 renamep = (struct cachefs_log_rename_record *)recp; in stats_log_get_record_info()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c117 static bool_t cachefs_xdr_rename(XDR *, struct cachefs_log_rename_record *);
1248 struct cachefs_log_rename_record *record; in cachefs_log_rename()
1275 cachefs_xdr_rename(XDR *xdrs, struct cachefs_log_rename_record *rec) in cachefs_xdr_rename()