Searched refs:watch_volume (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/storage/
H A DNodeMonitor.h86 extern status_t watch_volume(dev_t volume, uint32 flags, BMessenger target);
87 extern status_t watch_volume(dev_t volume, uint32 flags,
/haiku/src/kits/storage/
H A DNodeMonitor.cpp27 watch_volume(dev_t volume, uint32 flags, BMessenger target) function
42 watch_volume(dev_t volume, uint32 flags, const BHandler* handler, function
45 return watch_volume(volume, flags, BMessenger(handler, looper));
/haiku/src/servers/index/
H A DVolumeWatcher.cpp454 watch_volume(fVolume.Device(), B_WATCH_NAME | B_WATCH_STAT,

Completed in 46 milliseconds