Searched refs:fMountType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/package/
H A DVolume.h94 { return fMountType; }
192 PackageFSMountType fMountType; member in class:Volume
H A DVolume.cpp146 fMountType(PACKAGE_FS_MOUNT_TYPE_CUSTOM),
273 fMountType = info->mountType;
686 switch (fMountType) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h55 ::MountType MountType() const { return fMountType; }
187 ::MountType fMountType; member in class:Volume
H A DVolume.cpp355 fMountType);
382 switch (fMountType) {
471 volumeInfo.mountType = fMountType;
1678 fMountType = PACKAGE_FS_MOUNT_TYPE_CUSTOM;
1680 fMountType = PACKAGE_FS_MOUNT_TYPE_SYSTEM;
1682 fMountType = PACKAGE_FS_MOUNT_TYPE_HOME;
1684 fMountType = PACKAGE_FS_MOUNT_TYPE_CUSTOM;
1729 switch (fMountType) {

Completed in 200 milliseconds