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 \ Fs_type 202 src/filemanager/mountlist.c || strcmp (Fs_type, "proc") == 0 \ Fs_type 203 src/filemanager/mountlist.c || strcmp (Fs_type, "subfs") == 0 \ Fs_type 205 src/filemanager/mountlist.c || strcmp (Fs_type, "debugfs") == 0 \ Fs_type 206 src/filemanager/mountlist.c || strcmp (Fs_type, "devpts") == 0 \ Fs_type 207 src/filemanager/mountlist.c || strcmp (Fs_type, "fusectl") == 0 \ Fs_type 208 src/filemanager/mountlist.c || strcmp (Fs_type, "fuse.portal") == 0 \ Fs_type 209 src/filemanager/mountlist.c || strcmp (Fs_type, "mqueue") == 0 \ Fs_type 210 src/filemanager/mountlist.c || strcmp (Fs_type, "rpc_pipefs") == 0 \ Fs_type 211 src/filemanager/mountlist.c || strcmp (Fs_type, "sysfs") == 0 \ Fs_type 213 src/filemanager/mountlist.c || strcmp (Fs_type, "devfs") == 0 \ Fs_type 215 src/filemanager/mountlist.c || strcmp (Fs_type, "kernfs") == 0 \ Fs_type 217 src/filemanager/mountlist.c || strcmp (Fs_type, "ignore") == 0) Fs_type 224 src/filemanager/mountlist.c #define ME_DUMMY(Fs_name, Fs_type, Bind) \ Fs_type 225 src/filemanager/mountlist.c (ME_DUMMY_0 (Fs_name, Fs_type) \ Fs_type 226 src/filemanager/mountlist.c || (strcmp (Fs_type, "none") == 0 && !Bind)) Fs_type 228 src/filemanager/mountlist.c #define ME_DUMMY(Fs_name, Fs_type) \ Fs_type 229 src/filemanager/mountlist.c (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0) Fs_type 264 src/filemanager/mountlist.c #define ME_REMOTE(Fs_name, Fs_type) \ Fs_type 268 src/filemanager/mountlist.c && (strcmp (Fs_type, "smbfs") == 0 \ Fs_type 269 src/filemanager/mountlist.c || 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 \ Fs_type 272 src/filemanager/mountlist.c || strcmp (Fs_type, "afs") == 0 \ Fs_type 273 src/filemanager/mountlist.c || strcmp (Fs_type, "coda") == 0 \ Fs_type 274 src/filemanager/mountlist.c || strcmp (Fs_type, "auristorfs") == 0 \ Fs_type 275 src/filemanager/mountlist.c || strcmp (Fs_type, "fhgfs") == 0 \ Fs_type 276 src/filemanager/mountlist.c || strcmp (Fs_type, "gpfs") == 0 \ Fs_type 277 src/filemanager/mountlist.c || strcmp (Fs_type, "ibrix") == 0 \ Fs_type 278 src/filemanager/mountlist.c || strcmp (Fs_type, "ocfs2") == 0 \ Fs_type 279 src/filemanager/mountlist.c || strcmp (Fs_type, "vxfs") == 0 \