Fs_type           164 maint/gnulib/lib/mountlist.c #define ME_DUMMY_0(Fs_name, Fs_type)            \
Fs_type           165 maint/gnulib/lib/mountlist.c   (strcmp (Fs_type, "autofs") == 0              \
Fs_type           166 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "proc") == 0             \
Fs_type           167 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "subfs") == 0            \
Fs_type           169 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "debugfs") == 0          \
Fs_type           170 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "devpts") == 0           \
Fs_type           171 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "fusectl") == 0          \
Fs_type           172 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "fuse.portal") == 0      \
Fs_type           173 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "mqueue") == 0           \
Fs_type           174 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "rpc_pipefs") == 0       \
Fs_type           175 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "sysfs") == 0            \
Fs_type           177 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "devfs") == 0            \
Fs_type           179 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "kernfs") == 0           \
Fs_type           181 maint/gnulib/lib/mountlist.c    || strcmp (Fs_type, "ignore") == 0)
Fs_type           188 maint/gnulib/lib/mountlist.c # define ME_DUMMY(Fs_name, Fs_type, Bind)	\
Fs_type           189 maint/gnulib/lib/mountlist.c   (ME_DUMMY_0 (Fs_name, Fs_type)		\
Fs_type           190 maint/gnulib/lib/mountlist.c    || (strcmp (Fs_type, "none") == 0 && !Bind))
Fs_type           192 maint/gnulib/lib/mountlist.c # define ME_DUMMY(Fs_name, Fs_type)		\
Fs_type           193 maint/gnulib/lib/mountlist.c   (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0)
Fs_type           230 maint/gnulib/lib/mountlist.c # define ME_REMOTE(Fs_name, Fs_type)            \
Fs_type           234 maint/gnulib/lib/mountlist.c          && (strcmp (Fs_type, "smbfs") == 0     \
Fs_type           235 maint/gnulib/lib/mountlist.c              || strcmp (Fs_type, "smb3") == 0   \
Fs_type           236 maint/gnulib/lib/mountlist.c              || strcmp (Fs_type, "cifs") == 0)) \
Fs_type           237 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "acfs") == 0           \
Fs_type           238 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "afs") == 0            \
Fs_type           239 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "coda") == 0           \
Fs_type           240 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "auristorfs") == 0     \
Fs_type           241 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "fhgfs") == 0          \
Fs_type           242 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "gpfs") == 0           \
Fs_type           243 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "ibrix") == 0          \
Fs_type           244 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "ocfs2") == 0          \
Fs_type           245 maint/gnulib/lib/mountlist.c      || strcmp (Fs_type, "vxfs") == 0           \