/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | beos_kernel_emu.cpp | 47 notify_listener(int op, nspace_id nsid, ino_t vnida, ino_t vnidb, in notify_listener() function 55 return UserlandFS::KernelEmu::notify_listener(op, 0, nsid, 0, in notify_listener() 62 return UserlandFS::KernelEmu::notify_listener(op, 0, nsid, vnida, in notify_listener() 71 return UserlandFS::KernelEmu::notify_listener(op, statFields, nsid, in notify_listener() 78 return UserlandFS::KernelEmu::notify_listener(op, B_ATTR_CHANGED, in notify_listener()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | haiku_kernel_emu.cpp | 65 return UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, device, 0, in notify_entry_created() 78 return UserlandFS::KernelEmu::notify_listener(B_ENTRY_REMOVED, 0, device, 0, in notify_entry_removed() 92 return UserlandFS::KernelEmu::notify_listener(B_ENTRY_MOVED, 0, device, in notify_entry_moved() 102 return UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, statFields, in notify_stat_changed() 115 return UserlandFS::KernelEmu::notify_listener(B_ATTR_CHANGED, cause, in notify_attribute_changed()
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 41 int notify_listener(int op, nspace_id nsid, 56 When a file system calls the ``notify_listener()`` function, it will 103 optimized for sending messages. For every call to ``notify_listener()``, 174 The ``notify_listener()`` also only does a hash lookup for the
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | kernel_emu.h | 19 status_t notify_listener(int32 operation, uint32 details, dev_t device,
|
H A D | kernel_emu.cpp | 130 UserlandFS::KernelEmu::notify_listener(int32 operation, uint32 details, in notify_listener() function in UserlandFS::KernelEmu
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | FUSEVolume.cpp | 1274 UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, fID, 0, in CreateSymlink() 1330 UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, fID, 0, dir->id, in Link() 1384 UserlandFS::KernelEmu::notify_listener(B_ENTRY_REMOVED, 0, fID, 0, in Unlink() 1445 UserlandFS::KernelEmu::notify_listener(B_ENTRY_MOVED, 0, fID, in Rename() 1621 UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, changedFields, in WriteStat() 1708 UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, fID, 0, dir->id, in Create() 1799 UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, in Open() 1999 UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, in Write() 2053 UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, fID, 0, in CreateDir() 2107 UserlandFS::KernelEmu::notify_listener(B_ENTRY_REMOVED, 0, fID, 0, in RemoveDir()
|
/haiku/headers/private/userlandfs/legacy/ |
H A D | fsproto.h | 237 extern _IMPEXP_KERNEL int notify_listener(int op, nspace_id nsid,
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | Volume.cpp | 188 return notify_listener(opcode, nsid, vnida, vnidb, vnidc, name); in NotifyListener()
|
/haiku/src/add-ons/kernel/file_systems/websearchfs/ |
H A D | websearchfs.c | 620 notify_listener(B_ENTRY_REMOVED, ns->nsid, ns->rootid, 0LL, node->vnid, NULL); in websearchfs_free_cookie() 621 notify_listener(B_STAT_CHANGED, ns->nsid, 0LL, 0LL, ns->rootid, NULL); in websearchfs_free_cookie()
|