Fs_type           205 src/filemanager/mountlist.c #define ME_DUMMY_0(Fs_name, Fs_type)                                                               \
Fs_type           206 src/filemanager/mountlist.c     (strcmp (Fs_type, "autofs") == 0                                                               \
Fs_type           207 src/filemanager/mountlist.c     || strcmp (Fs_type, "proc") == 0                                                               \
Fs_type           208 src/filemanager/mountlist.c     || strcmp (Fs_type, "subfs") == 0                                                              \
Fs_type           210 src/filemanager/mountlist.c     || strcmp (Fs_type, "debugfs") == 0                                                            \
Fs_type           211 src/filemanager/mountlist.c     || strcmp (Fs_type, "devpts") == 0                                                             \
Fs_type           212 src/filemanager/mountlist.c     || strcmp (Fs_type, "fusectl") == 0                                                            \
Fs_type           213 src/filemanager/mountlist.c     || strcmp (Fs_type, "fuse.portal") == 0                                                        \
Fs_type           214 src/filemanager/mountlist.c     || strcmp (Fs_type, "mqueue") == 0                                                             \
Fs_type           215 src/filemanager/mountlist.c     || strcmp (Fs_type, "rpc_pipefs") == 0                                                         \
Fs_type           216 src/filemanager/mountlist.c     || strcmp (Fs_type, "sysfs") == 0                                                              \
Fs_type           218 src/filemanager/mountlist.c     || strcmp (Fs_type, "devfs") == 0                                                              \
Fs_type           220 src/filemanager/mountlist.c     || strcmp (Fs_type, "kernfs") == 0)
Fs_type           228 src/filemanager/mountlist.c #define ME_DUMMY(Fs_name, Fs_type, Bind)                                                           \
Fs_type           229 src/filemanager/mountlist.c     (ME_DUMMY_0 (Fs_name, Fs_type) || (strcmp (Fs_type, "none") == 0 && !Bind))
Fs_type           231 src/filemanager/mountlist.c #define ME_DUMMY(Fs_name, Fs_type) (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0)
Fs_type           266 src/filemanager/mountlist.c #define ME_REMOTE(Fs_name, Fs_type)                                                                \
Fs_type           269 src/filemanager/mountlist.c          && (strcmp (Fs_type, "smbfs") == 0 || strcmp (Fs_type, "smb3") == 0                       \
Fs_type           270 src/filemanager/mountlist.c              || strcmp (Fs_type, "cifs") == 0))                                                    \
Fs_type           271 src/filemanager/mountlist.c      || strcmp (Fs_type, "acfs") == 0 || strcmp (Fs_type, "afs") == 0                              \
Fs_type           272 src/filemanager/mountlist.c      || strcmp (Fs_type, "coda") == 0 || strcmp (Fs_type, "auristorfs") == 0                       \
Fs_type           273 src/filemanager/mountlist.c      || strcmp (Fs_type, "fhgfs") == 0 || strcmp (Fs_type, "gpfs") == 0                            \
Fs_type           274 src/filemanager/mountlist.c      || strcmp (Fs_type, "ibrix") == 0 || strcmp (Fs_type, "ocfs2") == 0                           \
Fs_type           275 src/filemanager/mountlist.c      || strcmp (Fs_type, "vxfs") == 0 || strcmp ("-hosts", Fs_name) == 0)