Home
last modified time | relevance | path

Searched refs:MountConfiguration (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h21 struct MountConfiguration { struct
37 const MountConfiguration& configuration); argument
78 inline const MountConfiguration& GetConfiguration();
82 FileSystem(const MountConfiguration& config);
117 MountConfiguration fConfiguration;
238 inline const MountConfiguration&
H A DFileSystem.cpp37 FileSystem::FileSystem(const MountConfiguration& configuration) in FileSystem()
146 const char* fsPath, dev_t id, const MountConfiguration& configuration) in Mount()
H A Dkernel_interface.cpp70 char** _path, MountConfiguration* conf) in ParseArguments()
177 MountConfiguration config; in nfs4_mount()