Searched refs:statFields (Results 1 - 25 of 30) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp74 uint32 statFields = node->MarkUnmodified(); local
75 notify_stat_changed(volume->GetID(), -1, node->GetID(), statFields);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
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);
H A DVolume.h105 uint32 statFields,
179 uint32 statFields,
/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/apps/musiccollection/
H A DFileMonitor.h87 int32 statFields);
H A DFileMonitor.cpp142 FileMonitor::StatChanged(ino_t node, dev_t device, int32 statFields) argument
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h398 fssh_vnode_id dir, fssh_vnode_id node, uint32_t statFields);
/haiku/headers/os/drivers/
H A Dfs_interface.h362 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/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.h28 virtual void NodeChanged(Node* node, uint32 statFields,
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 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/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/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/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/kits/storage/
H A DAddOnMonitorHandler.cpp477 AddOnMonitorHandler::StatChanged(ino_t node, dev_t device, int32 statFields) argument
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h73 int32 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,

Completed in 151 milliseconds

12