Home
last modified time | relevance | path

Searched refs:m_GetUsed (Results 1 – 25 of 43) sorted by relevance

12

/dports/sysutils/kpmcore/kpmcore-21.12.3/src/fs/
H A Dreiserfs.cpp23 FileSystem::CommandSupportType reiserfs::m_GetUsed = FileSystem::cmdSupportNone; member in FS::reiserfs
44m_GetUsed = findExternal(QStringLiteral("debugreiserfs"), {}, 16) ? cmdSupportFileSystem : cmdSupp… in init()
50 …m_Shrink = (m_GetUsed != cmdSupportNone && m_Grow != cmdSupportNone) ? cmdSupportFileSystem : cmdS… in init()
59 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dfat12.cpp32 FileSystem::CommandSupportType fat12::m_GetUsed = FileSystem::cmdSupportNone; member in FS::fat12
52 …m_Create = m_GetUsed = m_Check = findExternal(QStringLiteral("mkfs.fat"), {}, 1) ? cmdSupportFileS… in init()
70 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dreiser4.cpp21 FileSystem::CommandSupportType reiser4::m_GetUsed = FileSystem::cmdSupportNone; member in FS::reiser4
37m_GetUsed = findExternal(QStringLiteral("debugfs.reiser4"), {}, 16) ? cmdSupportFileSystem : cmdSu… in init()
47 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dnilfs2.cpp27 FileSystem::CommandSupportType nilfs2::m_GetUsed = FileSystem::cmdSupportNone; member in FS::nilfs2
55 m_GetUsed = findExternal(QStringLiteral("nilfs-tune")) ? cmdSupportFileSystem : cmdSupportNone; in init()
56 …m_Shrink = (m_Grow != cmdSupportNone && m_GetUsed != cmdSupportNone) ? cmdSupportFileSystem : cmdS… in init()
69 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dhfsplus.h45 return m_GetUsed; in supportGetUsed()
73 static CommandSupportType m_GetUsed; variable
H A Dhfs.h41 return m_GetUsed; in supportGetUsed()
71 static CommandSupportType m_GetUsed;
H A Dreiser4.h43 return m_GetUsed; in supportGetUsed()
70 static CommandSupportType m_GetUsed;
H A Dminix.h40 return m_GetUsed; in supportGetUsed()
74 static CommandSupportType m_GetUsed; variable
H A Dhpfs.h36 return m_GetUsed; in supportGetUsed()
78 static CommandSupportType m_GetUsed;
H A Dudf.cpp28 FileSystem::CommandSupportType udf::m_GetUsed = FileSystem::cmdSupportNone; member in FS::udf
41m_GetUsed = findExternal(QStringLiteral("udfinfo"), {}, 1) ? cmdSupportFileSystem : cmdSupportNone; in init()
55 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dext2.cpp20 FileSystem::CommandSupportType ext2::m_GetUsed = FileSystem::cmdSupportNone; member in FS::ext2
40 m_GetUsed = findExternal(QStringLiteral("dumpe2fs")) ? cmdSupportFileSystem : cmdSupportNone; in init()
47 …m_Shrink = (m_Grow != cmdSupportNone && m_GetUsed) != cmdSupportNone ? cmdSupportFileSystem : cmdS… in init()
88 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dbtrfs.cpp25 FileSystem::CommandSupportType btrfs::m_GetUsed = FileSystem::cmdSupportNone; member in FS::btrfs
48 m_GetUsed = m_Check; in init()
49 …m_Shrink = (m_Grow != cmdSupportNone && m_GetUsed != cmdSupportNone) ? cmdSupportFileSystem : cmdS… in init()
81 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dzfs.h41 return m_GetUsed; in supportGetUsed()
83 static CommandSupportType m_GetUsed;
H A Dudf.h43 return m_GetUsed; in supportGetUsed()
81 static CommandSupportType m_GetUsed;
H A Dexfat.h44 return m_GetUsed; in supportGetUsed()
87 static CommandSupportType m_GetUsed;
H A Dfat16.cpp33 …m_Create = m_GetUsed = m_Check = findExternal(QStringLiteral("mkfs.fat"), {}, 1) ? cmdSupportFileS… in init()
53 m_GetUsed != cmdSupportNone && in supportToolFound()
H A Dxfs.h46 return m_GetUsed; in supportGetUsed()
83 static CommandSupportType m_GetUsed;
H A Df2fs.h45 return m_GetUsed; in supportGetUsed()
91 static CommandSupportType m_GetUsed;
H A Docfs2.h45 return m_GetUsed; in supportGetUsed()
87 static CommandSupportType m_GetUsed;
H A Dfat12.h44 return m_GetUsed; in supportGetUsed()
91 static CommandSupportType m_GetUsed;
H A Dntfs.h47 return m_GetUsed; in supportGetUsed()
90 static CommandSupportType m_GetUsed;
H A Dreiserfs.h49 return m_GetUsed; in supportGetUsed()
95 static CommandSupportType m_GetUsed;
H A Djfs.h46 return m_GetUsed; in supportGetUsed()
86 static CommandSupportType m_GetUsed;
H A Dlinuxswap.h71 return m_GetUsed; in supportGetUsed()
101 static CommandSupportType m_GetUsed; variable
H A Dnilfs2.h46 return m_GetUsed; in supportGetUsed()
95 static CommandSupportType m_GetUsed;

12