/haiku/docs/user/storage/ |
H A D | NodeMonitor.dox | 71 \var B_WATCH_ATTR 320 or <tt>B_WATCH_ATTR</tt>: The target is subscribed to watching the specified 326 - \c B_WATCH_ATTR 337 \c B_WATCH_STAT, or \c B_WATCH_ATTR. 351 or <tt>B_WATCH_ATTR</tt>: The target is subscribed to watching the specified 357 - \c B_WATCH_ATTR 371 \c B_WATCH_STAT, or \c B_WATCH_ATTR. 388 \c B_WATCH_ATTR, or <tt>B_WATCH_DIRECTORY</tt>: The target is subscribed to 398 - \c B_WATCH_ATTR 429 \c B_WATCH_ATTR, or <tt>B_WATCH_DIRECTORY</tt>: The target is subscribed to [all …]
|
/haiku/headers/os/storage/ |
H A D | NodeMonitor.h | 21 B_WATCH_ATTR = 0x0004, enumerator
|
/haiku/src/kits/storage/ |
H A D | NodeMonitor.cpp | 29 if ((flags & (B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR)) == 0) in watch_volume()
|
/haiku/src/kits/print/ |
H A D | FolderWatcher.cpp | 170 return watch_node(node, B_WATCH_ATTR, this); in StartAttrWatching()
|
/haiku/src/kits/tracker/ |
H A D | NodePreloader.cpp | 193 B_WATCH_STAT | B_WATCH_ATTR, this); in PreloadOne()
|
H A D | DesktopPoseView.cpp | 94 B_WATCH_DIRECTORY | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, in InitDesktopDirentIterator()
|
H A D | QueryPoseView.cpp | 288 | B_WATCH_ATTR, this); in InitDirentIterator() 377 return B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR; in WatchNewNodeMask()
|
H A D | VirtualDirectoryPoseView.cpp | 151 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in StartWatching()
|
H A D | Model.cpp | 907 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, target); in WatchVolumeAndMountPoint() 911 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, target); in WatchVolumeAndMountPoint()
|
H A D | PoseView.cpp | 867 TTracker::WatchNode(targetModel->NodeRef(), B_WATCH_ATTR, this); in StartWatching() 1200 | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in InitDirentIterator() 1216 return B_WATCH_STAT | B_WATCH_INTERIM_STAT | B_WATCH_ATTR; in WatchNewNodeMask() 1719 | B_WATCH_STAT | B_WATCH_ATTR, this); in CreateVolumePose() 5545 WatchNewNode(&nref, B_WATCH_STAT | B_WATCH_ATTR | B_WATCH_NAME in CreateSymlinkPoseTarget()
|
/haiku/src/apps/musiccollection/ |
H A D | FileMonitor.cpp | 109 watch_node(&file.node, B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in EntryCreated()
|
/haiku/headers/private/userlandfs/legacy/ |
H A D | fsproto.h | 51 #define B_WATCH_ATTR 0x0004 macro
|
/haiku/src/system/kernel/fs/ |
H A D | node_monitor.cpp | 830 _GetInterestedVolumeListeners(device, B_WATCH_ATTR, in NotifyAttributeChanged() 842 B_WATCH_CHILDREN | B_WATCH_ATTR, in NotifyAttributeChanged() 846 _GetInterestedMonitorListeners(device, node, B_WATCH_ATTR, in NotifyAttributeChanged()
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 77 - **B_WATCH_ATTR**
|
/haiku/src/apps/diskprobe/ |
H A D | DataEditor.cpp | 1256 return watch_node(&node, B_WATCH_STAT | B_WATCH_ATTR, target); in StartWatching()
|
/haiku/src/tests/kits/storage/testapps/ |
H A D | PathMonitorTest2.cpp | 276 if ((flags & B_WATCH_ATTR) != 0) in watch_flags_to_string()
|
/haiku/src/preferences/filetypes/ |
H A D | IconView.cpp | 1427 watch_node(&nodeRef, B_WATCH_ATTR, this); in _StartWatching()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1079 #define B_WATCH_ATTR FSSH_B_WATCH_ATTR macro
|
/haiku/src/apps/deskbar/ |
H A D | StatusView.cpp | 732 watch_node(&nodeRef, B_WATCH_NAME | B_WATCH_ATTR, this, Window()); in AddItem()
|