• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/umount_flags.in; do not edit. */
2 
3 static const struct xlat umount_flags[] = {
4 #if defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE)
5  XLAT(MNT_FORCE),
6 #endif
7 #if defined(MNT_DETACH) || (defined(HAVE_DECL_MNT_DETACH) && HAVE_DECL_MNT_DETACH)
8  XLAT(MNT_DETACH),
9 #endif
10 #if defined(MNT_EXPIRE) || (defined(HAVE_DECL_MNT_EXPIRE) && HAVE_DECL_MNT_EXPIRE)
11  XLAT(MNT_EXPIRE),
12 #endif
13  XLAT_END
14 };
15