Searched refs:notify_attribute_changed (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp115 notify_attribute_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp306 notify_attribute_changed(fInode->GetFileSystem()->DevId(),
323 notify_attribute_changed(fInode->GetFileSystem()->DevId(),
H A DInode.cpp296 notify_attribute_changed(fFileSystem->DevId(), -1, ID(), name,
385 notify_attribute_changed(from->fFileSystem->DevId(), -1, from->ID(),
387 notify_attribute_changed(to->fFileSystem->DevId(), -1, to->ID(), toName,
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c1303 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[0].name, B_ATTR_CHANGED);
1471 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
1477 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
1483 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
1489 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
1496 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
1504 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
1512 notify_attribute_changed(ns->nsid, -1, n->vnid, n->attrs[i].name, B_ATTR_CREATED);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1551 notify_attribute_changed(volume->GetID(), -1, node->GetID(), name,
1560 notify_attribute_changed(volume->GetID(), -1, node->GetID(), name,
1618 notify_attribute_changed(volume->GetID(), -1, node->GetID(),
1737 notify_attribute_changed(volume->GetID(), -1, node->GetID(), name,
1816 notify_attribute_changed(volume->GetID(), -1, node->GetID(), name,
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp77 notify_attribute_changed(volume->id, -1, fileInode,
846 notify_attribute_changed(SuperVolume()->id, -1,
906 notify_attribute_changed(SuperVolume()->id, -1, fInodeNumber, fName,
1508 notify_attribute_changed(SuperVolume()->id, -1, fInodeNumber,
2169 notify_attribute_changed(volume->id, -1, fromNode->InodeNumber(), fromName,
2171 notify_attribute_changed(volume->id, -1, toNode->InodeNumber(), toName,
2188 notify_attribute_changed(volume->id, -1, node->InodeNumber(), name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp107 // notify_attribute_changed
109 notify_attribute_changed(dev_t device, ino_t directory, ino_t node, function
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp856 notify_attribute_changed(fVolumeID, -1, fFileInode, name, B_ATTR_REMOVED);
879 notify_attribute_changed(fVolumeID, -1, fFileInode, entry->Name(),
1071 notify_attribute_changed(fParent->VolumeID(), -1, fParent->FileInode(),
/haiku/headers/os/drivers/
H A Dfs_interface.h363 extern status_t notify_attribute_changed(dev_t device, ino_t directory,
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp2069 notify_attribute_changed(volume->ID(), -1, inode->ID(), name,
2159 notify_attribute_changed(volume->ID(), -1, inode->ID(),
2205 notify_attribute_changed(volume->ID(), -1, inode->ID(), name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp219 PRINT(("notify_attribute_changed(%" B_PRId32 ", %" B_PRId64 ", "
222 result = notify_attribute_changed(request->device,
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp1232 notify_attribute_changed(dev_t device, ino_t directory, ino_t node, function
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1957 notify_attribute_changed(volume->ID(), inode->ParentID(),
2025 notify_attribute_changed(volume->ID(), inode->ParentID(), inode->ID(),
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h963 #define notify_attribute_changed fssh_notify_attribute_changed macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp1016 notify_attribute_changed(vol->id, -1, file->vnid, "BEOS:TYPE",

Completed in 270 milliseconds