Home
last modified time | relevance | path

Searched refs:B_WATCH_ATTR (Results 1 – 19 of 19) sorted by relevance

/haiku/docs/user/storage/
H A DNodeMonitor.dox71 \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 DNodeMonitor.h21 B_WATCH_ATTR = 0x0004, enumerator
/haiku/src/kits/storage/
H A DNodeMonitor.cpp29 if ((flags & (B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR)) == 0) in watch_volume()
/haiku/src/kits/print/
H A DFolderWatcher.cpp170 return watch_node(node, B_WATCH_ATTR, this); in StartAttrWatching()
/haiku/src/kits/tracker/
H A DNodePreloader.cpp193 B_WATCH_STAT | B_WATCH_ATTR, this); in PreloadOne()
H A DDesktopPoseView.cpp94 B_WATCH_DIRECTORY | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, in InitDesktopDirentIterator()
H A DQueryPoseView.cpp288 | B_WATCH_ATTR, this); in InitDirentIterator()
377 return B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR; in WatchNewNodeMask()
H A DVirtualDirectoryPoseView.cpp151 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in StartWatching()
H A DModel.cpp907 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 DPoseView.cpp867 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 DFileMonitor.cpp109 watch_node(&file.node, B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in EntryCreated()
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h51 #define B_WATCH_ATTR 0x0004 macro
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp830 _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 Dnode_monitoring.rst77 - **B_WATCH_ATTR**
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp1256 return watch_node(&node, B_WATCH_STAT | B_WATCH_ATTR, target); in StartWatching()
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp276 if ((flags & B_WATCH_ATTR) != 0) in watch_flags_to_string()
/haiku/src/preferences/filetypes/
H A DIconView.cpp1427 watch_node(&nodeRef, B_WATCH_ATTR, this); in _StartWatching()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1079 #define B_WATCH_ATTR FSSH_B_WATCH_ATTR macro
/haiku/src/apps/deskbar/
H A DStatusView.cpp732 watch_node(&nodeRef, B_WATCH_NAME | B_WATCH_ATTR, this, Window()); in AddItem()