Searched refs:Changed (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndex.h18 virtual status_t Changed(Attribute *attribute,
H A DFile.cpp44 index->Changed(this, oldSize);
60 index->Changed(this, oldSize);
H A DSymLink.cpp34 index->Changed(this, oldSize);
59 index->Changed(this, oldLen);
H A DAttributeIndexImpl.h17 virtual status_t Changed(Attribute *attribute,
H A DLastModifiedIndex.h18 virtual status_t Changed(Node *node, time_t oldModified);
H A DNameIndex.h20 virtual status_t Changed(Entry *entry, const char *oldName);
H A DSizeIndex.h18 virtual status_t Changed(Node *node, off_t oldSize);
H A DAttribute.cpp81 fIndex->Changed(this, oldKey, oldLength);
H A DLastModifiedIndex.cpp143 // Changed
145 LastModifiedIndex::Changed(Node *node, time_t oldModified) function in class:LastModifiedIndex
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttributeIndex.h18 virtual status_t Changed(Attribute *attribute,
H A DFile.cpp41 index->Changed(this, oldSize);
57 index->Changed(this, oldSize);
H A DSymLink.cpp34 index->Changed(this, oldSize);
57 index->Changed(this, oldLen);
H A DAttributeIndexImpl.h17 virtual status_t Changed(Attribute *attribute,
H A DLastModifiedIndex.h18 virtual status_t Changed(Node *node, time_t oldModified);
H A DNameIndex.h20 virtual status_t Changed(Entry *entry, const char *oldName);
H A DSizeIndex.h18 virtual status_t Changed(Node *node, off_t oldSize);
H A DAttribute.cpp66 fIndex->Changed(this, oldKey, oldLength);
/haiku-fatelf/src/kits/storage/disk_device/
H A DMutablePartition.cpp56 Changed(B_PARTITION_CHANGED_OFFSET);
75 Changed(B_PARTITION_CHANGED_SIZE);
94 Changed(B_PARTITION_CHANGED_CONTENT_SIZE);
113 Changed(B_PARTITION_CHANGED_BLOCK_SIZE);
132 Changed(B_PARTITION_CHANGED_STATUS);
151 Changed(B_PARTITION_CHANGED_FLAGS);
162 Changed(B_PARTITION_CHANGED_FLAGS);
181 Changed(B_PARTITION_CHANGED_VOLUME);
212 Changed(B_PARTITION_CHANGED_NAME);
235 Changed(B_PARTITION_CHANGED_CONTENT_NAM
504 BMutablePartition::Changed(uint32 flags, uint32 clearFlags) function in class:BMutablePartition
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp108 Hub::Changed(change_item **changeList, bool added) function in class:Hub
110 status_t result = Device::Changed(changeList, added);
118 fChildren[i]->Changed(changeList, false);
248 fChildren[i]->Changed(changeList, false);
275 newDevice->Changed(changeList, true);
290 fChildren[i]->Changed(changeList, false);
/haiku-fatelf/headers/private/storage/
H A DMutablePartition.h77 void Changed(uint32 flags, uint32 clearFlags = 0);
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x778 * config.gdb: Changed "Makefile.c" to "Makefile.dist".
783 [many]: Changed many `lose' entries to have the 0x10 bit set, so
1058 * printcmd.c (_initialize_printcmd): Changed "undisplay" not to
1119 * core.c (read_memory): Changed "return" to "return 0".
1135 * printcmd.c (print_frame_args): Changed test for call to
1157 * symtab.c (lookup_symbol): Changed error to an informational (if
1164 * symtab.c (lookup_symbol): Changed "fatal" to "error" in
1298 * valprint.c (val_print): Changed assignment of pretty to use
1507 * symmisc.c: Changed decl of print_spaces from static to extern
1554 * dbxread.c (psymtab_to_symtab_1): Changed readin
[all...]
/haiku-fatelf/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp121 partition->Changed(B_PARTITION_CHANGED_INITIALIZATION);
/haiku-fatelf/src/tests/system/kernel/file_corruption/disk_system/
H A Dchecksumfs.cpp155 partition->Changed(B_PARTITION_CHANGED_INITIALIZATION);
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h174 void Changed(uint32 flags, uint32 clearFlags = 0);
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp166 partition->Changed(B_PARTITION_CHANGED_INITIALIZATION);

Completed in 141 milliseconds

12