Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/fiemap_flags.in; do not edit. */
      2 #if !(defined(FIEMAP_FLAG_SYNC) || (defined(HAVE_DECL_FIEMAP_FLAG_SYNC) && HAVE_DECL_FIEMAP_FLAG_SYNC))
      3 # define FIEMAP_FLAG_SYNC 1
      4 #endif
      5 #if !(defined(FIEMAP_FLAG_XATTR) || (defined(HAVE_DECL_FIEMAP_FLAG_XATTR) && HAVE_DECL_FIEMAP_FLAG_XATTR))
      6 # define FIEMAP_FLAG_XATTR 2
      7 #endif
      8 #if !(defined(FIEMAP_FLAG_CACHE) || (defined(HAVE_DECL_FIEMAP_FLAG_CACHE) && HAVE_DECL_FIEMAP_FLAG_CACHE))
      9 # define FIEMAP_FLAG_CACHE 4
     10 #endif
     11 
     12 #ifdef IN_MPERS
     13 
     14 # error static const struct xlat fiemap_flags in mpers mode
     15 
     16 #else
     17 
     18 static
     19 const struct xlat fiemap_flags[] = {
     20  XLAT(FIEMAP_FLAG_SYNC),
     21  XLAT(FIEMAP_FLAG_XATTR),
     22  XLAT(FIEMAP_FLAG_CACHE),
     23  XLAT_END
     24 };
     25 
     26 #endif /* !IN_MPERS */
     27