Home
last modified time | relevance | path

Searched refs:node_monitor (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp46 typedef struct node_monitor node_monitor; typedef
53 node_monitor *monitor;
59 struct node_monitor { struct
60 node_monitor* hash_link; argument
131 void _RemoveMonitor(node_monitor *monitor, uint32 flags);
135 node_monitor *_MonitorFor(dev_t device, ino_t node,
138 bool addIfNecessary, node_monitor **_monitor,
140 monitor_listener *_MonitorListenerFor(node_monitor* monitor,
143 node_monitor* monitor, uint32 flags,
167 typedef node_monitor ValueType;
[all …]
H A DJamfile15 node_monitor.cpp
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DJamfile18 node_monitor.cpp
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst126 node_monitor *monitor;
129 struct node_monitor {
130 node_monitor *next;
153 device/vnode pair. If there is no ``node_monitor`` yet for this pair,
179 If a node is deleted from the disk, the corresponding ``node_monitor``
/haiku/src/tools/fs_shell/
H A DJamfile51 node_monitor.cpp