Searched refs:UserlandFS (Results 1 - 25 of 31) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp803 error = UserlandFS::KernelEmu::publish_vnode(fID, node->id, node,
1065 error = UserlandFS::KernelEmu::read_from_io_request(GetID(), requestInfo.id, buffer,
1077 error = UserlandFS::KernelEmu::write_to_io_request(GetID(), requestInfo.id,
1081 UserlandFS::KernelEmu::notify_io_request(GetID(), requestInfo.id, error);
1274 UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, fID, 0,
1330 UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, fID, 0, dir->id,
1384 UserlandFS::KernelEmu::notify_listener(B_ENTRY_REMOVED, 0, fID, 0,
1445 UserlandFS::KernelEmu::notify_listener(B_ENTRY_MOVED, 0, fID,
1621 UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, changedFields,
1708 UserlandFS
[all...]
H A DFUSEVolume.h20 namespace UserlandFS { namespace
231 } // namespace UserlandFS
233 using UserlandFS::FUSEVolume;
H A DFUSEEntry.h20 namespace UserlandFS { namespace
143 } // namespace UserlandFS
145 using UserlandFS::FUSENode;
H A DFUSEFileSystem.h14 namespace UserlandFS { namespace
99 } // namespace UserlandFS
101 using UserlandFS::FUSEFileSystem;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp44 status_t error = UserlandFS::KernelEmu::file_cache_create(mountID, vnodeID,
68 UserlandFS::KernelEmu::file_cache_delete(fileCache->mountID,
85 if (UserlandFS::KernelEmu::file_cache_set_enabled(fileCache->mountID,
111 status_t error = UserlandFS::KernelEmu::file_cache_set_enabled(
130 return UserlandFS::KernelEmu::file_cache_set_size(fileCache->mountID,
145 return UserlandFS::KernelEmu::file_cache_sync(fileCache->mountID,
159 return UserlandFS::KernelEmu::file_cache_read(fileCache->mountID,
173 return UserlandFS::KernelEmu::file_cache_write(fileCache->mountID,
H A DHaikuKernelVolume.cpp529 UserlandFS::KernelEmu::notify_select_event(sync, event, false);
H A Dhaiku_kernel_emu.cpp65 return UserlandFS::KernelEmu::notify_listener(B_ENTRY_CREATED, 0, device, 0,
78 return UserlandFS::KernelEmu::notify_listener(B_ENTRY_REMOVED, 0, device, 0,
92 return UserlandFS::KernelEmu::notify_listener(B_ENTRY_MOVED, 0, device,
102 return UserlandFS::KernelEmu::notify_listener(B_STAT_CHANGED, statFields,
115 return UserlandFS::KernelEmu::notify_listener(B_ATTR_CHANGED, cause,
124 return UserlandFS::KernelEmu::notify_select_event(sync, event, false);
136 return UserlandFS::KernelEmu::notify_query(port, token, B_ENTRY_CREATED,
149 return UserlandFS::KernelEmu::notify_query(port, token, B_ENTRY_REMOVED,
171 error = UserlandFS::KernelEmu::new_vnode(volume->GetID(), vnodeID, node,
195 error = UserlandFS
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp31 return UserlandFS::KernelEmu::new_path(path, copy);
38 UserlandFS::KernelEmu::free_path(p);
55 return UserlandFS::KernelEmu::notify_listener(op, 0, nsid, 0,
62 return UserlandFS::KernelEmu::notify_listener(op, 0, nsid, vnida,
71 return UserlandFS::KernelEmu::notify_listener(op, statFields, nsid,
78 return UserlandFS::KernelEmu::notify_listener(op, B_ATTR_CHANGED,
90 UserlandFS::KernelEmu::notify_select_event(sync, 0, true);
109 return UserlandFS::KernelEmu::notify_query(port, token, op, nsida,
115 status_t error = UserlandFS::KernelEmu::notify_query(port, token,
120 return UserlandFS
[all...]
H A DBeOSKernelVolume.cpp254 UserlandFS::KernelEmu::notify_select_event(sync, event, false);
H A DBeOSKernelFileSystem.h10 namespace UserlandFS { namespace
40 } // namespace UserlandFS
42 using UserlandFS::BeOSKernelFileSystem;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp56 UserlandFS::KernelEmu::new_path(const char *path, char **copy)
101 UserlandFS::KernelEmu::free_path(char *p)
130 UserlandFS::KernelEmu::notify_listener(int32 operation, uint32 details,
177 UserlandFS::KernelEmu::notify_select_event(selectsync *sync, uint8 event,
214 UserlandFS::KernelEmu::notify_query(port_id targetPort, int32 token,
262 UserlandFS::KernelEmu::get_vnode(dev_t nsid, ino_t vnid, void** node)
298 UserlandFS::KernelEmu::put_vnode(dev_t nsid, ino_t vnid)
333 UserlandFS::KernelEmu::acquire_vnode(dev_t nsid, ino_t vnid)
368 UserlandFS::KernelEmu::new_vnode(dev_t nsid, ino_t vnid, void* data,
406 UserlandFS
[all...]
H A DFileSystem.h18 namespace UserlandFS { namespace
62 } // namespace UserlandFS
64 using UserlandFS::FileSystem;
H A DIORequestInfo.h11 namespace UserlandFS { namespace
42 } // namespace UserlandFS
45 using UserlandFS::IORequestInfo;
H A DRequestThread.cpp54 UserlandFS::Volume*
140 UserlandFS::FileSystem*
H A DRequestThread.h10 namespace UserlandFS { namespace
73 } // namespace UserlandFS
75 using UserlandFS::RequestThreadContext;
76 using UserlandFS::RequestThread;
H A DServerDefs.cpp34 ServerSettings UserlandFS::gServerSettings;
H A DServerDefs.h10 namespace UserlandFS { namespace
28 } // namespace UserlandFS
30 using UserlandFS::ServerSettings;
31 using UserlandFS::gServerSettings;
32 using UserlandFS::kRequestPortSize;
H A DUserlandFSServer.h16 namespace UserlandFS { namespace
41 } // namespace UserlandFS
43 using UserlandFS::FileSystem;
44 using UserlandFS::RequestThread;
45 using UserlandFS::UserlandFSServer;
H A DUserlandRequestHandler.h99 namespace UserlandFS { namespace
218 } // namespace UserlandFS
220 using UserlandFS::UserlandRequestHandler;
H A DVolume.cpp31 UserlandFS::FileSystem*
122 error = UserlandFS::KernelEmu::get_vnode(GetID(), parentID, &parentNode);
124 UserlandFS::KernelEmu::put_vnode(GetID(), parentID);
167 UserlandFS::KernelEmu::put_vnode(GetID(), parentID);
H A DVolume.h16 namespace UserlandFS { namespace
191 } // namespace UserlandFS
193 using UserlandFS::Volume;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DUserlandFS.h26 class UserlandFS { class
28 UserlandFS();
29 ~UserlandFS();
32 static status_t InitUserlandFS(UserlandFS** userlandFS);
34 static UserlandFS* GetUserlandFS();
46 typedef AutoLocker<UserlandFS::FileSystemMap> FileSystemLocker;
53 static UserlandFS* sUserlandFS;
H A Dkernel_interface.cpp16 #include "UserlandFS.h"
89 // get the UserlandFS object
90 UserlandFS* userlandFS = UserlandFS::GetUserlandFS();
130 UserlandFS::GetUserlandFS()->UnregisterFileSystem(fileSystem);
1063 // make sure there is a UserlandFS we can work with
1064 UserlandFS* userlandFS = NULL;
1065 error = UserlandFS::RegisterUserlandFS(&userlandFS);
1082 UserlandFS::UnregisterUserlandFS();
1100 // make sure there is a UserlandFS w
[all...]
H A DKernelDebug.cpp12 #include "UserlandFS.h"
22 UserlandFS* userlandFS = UserlandFS::GetUserlandFS();
H A DUserlandFS.cpp6 #include "UserlandFS.h"
20 UserlandFS* UserlandFS::sUserlandFS = NULL;
23 UserlandFS::UserlandFS() function in class:UserlandFS
31 UserlandFS::~UserlandFS()
33 PRINT(("UserlandFS::~UserlandFS()\n"))
41 UserlandFS
[all...]

Completed in 271 milliseconds

12