Searched refs:statFields (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNodeListener.cpp55 NodeListener::NodeChanged(Node* node, uint32 statFields, argument
H A DNodeListener.h41 virtual void NodeChanged(Node* node, uint32 statFields,
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinksListener.h23 uint32 statFields,
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp83 StatChangedNotification::StatChangedNotification(Node* node, uint32 statFields) argument
86 fStatFields(statFields)
H A DNotifications.h64 uint32 statFields);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.h25 virtual void NodeChanged(Node* node, uint32 statFields,
H A DSizeIndex.h25 virtual void NodeChanged(Node* node, uint32 statFields,
H A DNameIndex.h28 virtual void NodeChanged(Node* node, uint32 statFields,
H A DAttributeIndex.h31 virtual void NodeChanged(Node* node, uint32 statFields,
H A DLastModifiedIndex.cpp129 virtual void NodeChanged(Node* node, uint32 statFields,
199 LastModifiedIndex::NodeChanged(Node* node, uint32 statFields, argument
287 LastModifiedIndex::Iterator::NodeChanged(Node* node, uint32 statFields, argument
H A DSizeIndex.cpp128 virtual void NodeChanged(Node* node, uint32 statFields,
198 SizeIndex::NodeChanged(Node* node, uint32 statFields, argument
285 SizeIndex::Iterator::NodeChanged(Node* node, uint32 statFields, argument
H A DAttributeIndex.cpp185 virtual void NodeChanged(Node* node, uint32 statFields,
331 AttributeIndex::NodeChanged(Node* node, uint32 statFields, argument
422 AttributeIndex::Iterator::NodeChanged(Node* node, uint32 statFields, argument
H A DNameIndex.cpp179 NameIndex::NodeChanged(Node* node, uint32 statFields, argument
/haiku/src/kits/storage/
H A DNodeMonitorHandler.cpp113 NodeMonitorHandler::StatChanged(ino_t node, dev_t device, int32 statFields) argument
211 int32 statFields; local
214 (msg->FindInt32("fields", &statFields) != B_OK)) {
217 StatChanged(node, device, statFields);
/haiku/src/tools/fs_shell/
H A Dnode_monitor.cpp37 fssh_vnode_id node, uint32_t statFields)
36 fssh_notify_stat_changed(fssh_mount_id device, fssh_vnode_id dir, fssh_vnode_id node, uint32_t statFields) argument
/haiku/headers/private/storage/
H A DNodeMonitorHandler.h36 virtual void StatChanged(ino_t node, dev_t device, int32 statFields);
H A DAddOnMonitorHandler.h73 int32 statFields);
/haiku/src/servers/index/
H A DVolumeWatcher.cpp70 WatchNameHandler::StatChanged(ino_t node, dev_t device, int32 statFields) argument
72 if ((statFields & B_STAT_MODIFICATION_TIME) == 0)
88 int32 statFields; local
89 msg->FindInt32("fields", &statFields);
90 if ((statFields & B_STAT_MODIFICATION_TIME) == 0)
H A DVolumeWatcher.h42 int32 statFields);
/haiku/src/apps/musiccollection/
H A DFileMonitor.h87 int32 statFields);
H A DFileMonitor.cpp142 FileMonitor::StatChanged(ino_t node, dev_t device, int32 statFields) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h105 uint32 statFields,
179 uint32 statFields,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp68 uint32 statFields = B_STAT_MODE | B_STAT_UID | B_STAT_GID local
71 return UserlandFS::KernelEmu::notify_listener(op, statFields, nsid,
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp102 uint32 statFields);
759 uint32 statFields)
767 uint32 watchFlag = (statFields & B_STAT_INTERIM_UPDATE) != 0
800 message.AddInt32("fields", statFields); // Haiku only
1205 \param statFields A bitwise combination of one or more of the \c B_STAT_*
1214 uint32 statFields)
1217 statFields);
758 NotifyStatChanged(dev_t device, ino_t directory, ino_t node, uint32 statFields) argument
1213 notify_stat_changed(dev_t device, ino_t directory, ino_t node, uint32 statFields) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp100 uint32 statFields)
102 return UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, statFields,
99 notify_stat_changed(dev_t device, ino_t directory, ino_t node, uint32 statFields) argument

Completed in 271 milliseconds

12