Home
last modified time | relevance | path

Searched refs:ZfsDaemon (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/cddl/usr.sbin/zfsd/
H A Dzfsd.cc91 ZfsDaemon *ZfsDaemon::s_theZfsDaemon;
105 ZfsDaemon &
106 ZfsDaemon::Get() in Get()
112 ZfsDaemon::WakeEventLoop() in WakeEventLoop()
125 ZfsDaemon::Run() in Run()
127 ZfsDaemon daemon; in Run()
152 ZfsDaemon::ZfsDaemon() in ZfsDaemon() function in ZfsDaemon
190 ZfsDaemon::~ZfsDaemon() in ~ZfsDaemon()
259 ZfsDaemon::RescanSystem() in RescanSystem()
326 ZfsDaemon::EventLoop() in EventLoop()
[all …]
H A Dzfsd.h82 class ZfsDaemon : public DevdCtl::Consumer
86 static ZfsDaemon &Get();
106 ZfsDaemon();
107 ~ZfsDaemon();
179 static ZfsDaemon *s_theZfsDaemon;
H A Dzfsd_main.cc84 ZfsDaemon::Run(); in main()
H A Dzfsd_event.cc293 ZfsDaemon::Get().ReplayUnconsumedEvents(/*discard*/true); in Process()
441 ZfsDaemon::RequestSystemRescan(); in ProcessPoolEvent()
H A Dcallout.cc149 ZfsDaemon::WakeEventLoop(); in AlarmSignalHandler()
H A Dcase_file.cc452 ZfsDaemon::RequestSystemRescan(); in ReEvaluate()
962 const EventFactory &factory(ZfsDaemon::Get().GetFactory()); in DeSerialize()