Searched refs:node_monitor (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/kernel/fs/ |
H A D | node_monitor.cpp | 46 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 D | Jamfile | 15 node_monitor.cpp
|
/haiku/src/tests/add-ons/kernel/kernelland_emu/ |
H A D | Jamfile | 18 node_monitor.cpp
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 126 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 D | Jamfile | 51 node_monitor.cpp
|