Fs_type           200 src/filemanager/mountlist.c #define ME_DUMMY_0(Fs_name, Fs_type)                                                               \
Fs_type           201 src/filemanager/mountlist.c     (strcmp (Fs_type, "autofs") == 0 || strcmp (Fs_type, "proc") == 0                              \
Fs_type           202 src/filemanager/mountlist.c      || strcmp (Fs_type, "subfs") == 0 /* for Linux 2.6/3.x */                                     \
Fs_type           203 src/filemanager/mountlist.c      || strcmp (Fs_type, "debugfs") == 0 || strcmp (Fs_type, "devpts") == 0                        \
Fs_type           204 src/filemanager/mountlist.c      || strcmp (Fs_type, "fusectl") == 0 || strcmp (Fs_type, "fuse.portal") == 0                   \
Fs_type           205 src/filemanager/mountlist.c      || strcmp (Fs_type, "mqueue") == 0 || strcmp (Fs_type, "rpc_pipefs") == 0                     \
Fs_type           206 src/filemanager/mountlist.c      || strcmp (Fs_type, "sysfs") == 0  /* FreeBSD, Linux 2.4 */                                   \
Fs_type           207 src/filemanager/mountlist.c      || strcmp (Fs_type, "devfs") == 0  /* for NetBSD 3.0 */                                       \
Fs_type           208 src/filemanager/mountlist.c      || strcmp (Fs_type, "kernfs") == 0 /* for Irix 6.5 */                                         \
Fs_type           209 src/filemanager/mountlist.c      || strcmp (Fs_type, "ignore") == 0)
Fs_type           216 src/filemanager/mountlist.c #    define ME_DUMMY(Fs_name, Fs_type, Bind)                                                       \
Fs_type           217 src/filemanager/mountlist.c         (ME_DUMMY_0 (Fs_name, Fs_type) || (strcmp (Fs_type, "none") == 0 && !Bind))
Fs_type           219 src/filemanager/mountlist.c #    define ME_DUMMY(Fs_name, Fs_type)                                                             \
Fs_type           220 src/filemanager/mountlist.c         (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0)
Fs_type           255 src/filemanager/mountlist.c #    define ME_REMOTE(Fs_name, Fs_type)                                                            \
Fs_type           258 src/filemanager/mountlist.c              && (strcmp (Fs_type, "smbfs") == 0 || strcmp (Fs_type, "smb3") == 0                   \
Fs_type           259 src/filemanager/mountlist.c                  || strcmp (Fs_type, "cifs") == 0))                                                \
Fs_type           260 src/filemanager/mountlist.c          || strcmp (Fs_type, "acfs") == 0 || strcmp (Fs_type, "afs") == 0                          \
Fs_type           261 src/filemanager/mountlist.c          || strcmp (Fs_type, "coda") == 0 || strcmp (Fs_type, "auristorfs") == 0                   \
Fs_type           262 src/filemanager/mountlist.c          || strcmp (Fs_type, "fhgfs") == 0 || strcmp (Fs_type, "gpfs") == 0                        \
Fs_type           263 src/filemanager/mountlist.c          || strcmp (Fs_type, "ibrix") == 0 || strcmp (Fs_type, "ocfs2") == 0                       \
Fs_type           264 src/filemanager/mountlist.c          || strcmp (Fs_type, "vxfs") == 0 || strcmp ("-hosts", Fs_name) == 0)