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

12

/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h73 int32 statFields);
H A DNodeMonitorHandler.h36 virtual void StatChanged(ino_t node, dev_t device, int32 statFields);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
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 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 DLastModifiedIndex.h25 virtual void NodeChanged(Node* node, uint32 statFields,
H A DNameIndex.cpp179 NameIndex::NodeChanged(Node* node, uint32 statFields, argument
H A DNameIndex.h28 virtual void NodeChanged(Node* node, uint32 statFields,
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 DSizeIndex.h25 virtual void NodeChanged(Node* node, uint32 statFields,
/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/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h105 uint32 statFields,
179 uint32 statFields,
H A DVolume.cpp681 Volume::PackageLinkNodeChanged(Node* node, uint32 statFields, argument
686 statFields); local
687 _NotifyNodeChanged(node, statFields, oldAttributes);
1977 Volume::_NotifyNodeChanged(Node* node, uint32 statFields, argument
1989 listener->NodeChanged(node, statFields, oldAttributes);
/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
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp477 AddOnMonitorHandler::StatChanged(ino_t node, dev_t device, int32 statFields) argument
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/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/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/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/os/drivers/
H A Dfs_interface.h362 uint32 statFields);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h398 fssh_vnode_id dir, fssh_vnode_id node, uint32_t statFields);

Completed in 163 milliseconds

12