Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h222 struct cachefs_log_rmdir_record { struct
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c337 struct cachefs_log_rmdir_record rmdir; in stats_log_logfile_read()
934 struct cachefs_log_rmdir_record *rmdirp; in stats_log_record_toascii()
1028 rmdirp = (struct cachefs_log_rmdir_record *)recp; in stats_log_record_toascii()
1254 struct cachefs_log_rmdir_record *rmdirp; in stats_log_get_record_info()
1323 rmdirp = (struct cachefs_log_rmdir_record *)recp; in stats_log_get_record_info()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c111 static bool_t cachefs_xdr_rmdir(XDR *, struct cachefs_log_rmdir_record *);
1020 struct cachefs_log_rmdir_record *record; in cachefs_log_rmdir()
1046 cachefs_xdr_rmdir(XDR *xdrs, struct cachefs_log_rmdir_record *rec) in cachefs_xdr_rmdir()