Searched refs:mountType (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.cpp39 link_path_for_mount_type(MountType mountType, PackageLinkSymlink::Type linkType) argument
41 if (mountType < 0 || mountType >= PACKAGE_FS_MOUNT_TYPE_ENUM_COUNT
46 return kLinkPaths[linkType][mountType];
H A DPackageLinkDirectory.cpp113 MountType mountType = package->Volume()->MountType(); local
117 if (otherPackage->Volume()->MountType() <= mountType)
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvableFamily.cpp19 MountType mountType local
25 <= mountType) {
/haiku/headers/private/package/
H A Dpackagefs.h40 PackageFSMountType mountType; member in struct:PackageFSVolumeInfo
/haiku/src/servers/package/
H A DRoot.cpp375 Root::_GetVolume(PackageFSMountType mountType) argument
377 switch (mountType) {
395 PackageFSMountType mountType = volume->MountType();
398 switch (mountType) {
400 mountType = PACKAGE_FS_MOUNT_TYPE_SYSTEM;
408 volume = *_GetVolume(mountType);
H A DRoot.h70 Volume** _GetVolume(PackageFSMountType mountType);
H A DVolume.cpp273 fMountType = info->mountType;
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp175 PackageFSMountType mountType)
182 if (mountType == PACKAGE_FS_MOUNT_TYPE_SYSTEM) {
198 const char* settingsFilePath = mountType == PACKAGE_FS_MOUNT_TYPE_HOME
174 Load(dev_t mountPointDeviceID, ino_t mountPointNodeID, PackageFSMountType mountType) argument
H A DPackageSettings.h196 PackageFSMountType mountType);
H A DVolume.cpp317 const char* mountType = NULL; local
328 mountType = get_driver_parameter(parameterHandle.Get(), "type", NULL,
341 error = _InitMountType(mountType);
343 FATAL("invalid mount type: \"%s\"\n", mountType);
471 volumeInfo.mountType = fMountType;
1675 Volume::_InitMountType(const char* mountType) argument
1677 if (mountType == NULL)
1679 else if (strcmp(mountType, "system") == 0)
1681 else if (strcmp(mountType, "home") == 0)
1683 else if (strcmp(mountType, "custo
[all...]
H A DVolume.h162 status_t _InitMountType(const char* mountType);

Completed in 99 milliseconds