Home
last modified time | relevance | path

Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dbtrfs_compress_types.h6 #if defined(BTRFS_COMPRESS_NONE) || (defined(HAVE_DECL_BTRFS_COMPRESS_NONE) && HAVE_DECL_BTRFS_COMP…
8 static_assert((BTRFS_COMPRESS_NONE) == (0), "BTRFS_COMPRESS_NONE != 0");
11 # define BTRFS_COMPRESS_NONE 0
40 XLAT(BTRFS_COMPRESS_NONE),
Dbtrfs_compress_types.in1 BTRFS_COMPRESS_NONE 0
/external/u-boot/fs/btrfs/
Dextent-io.c31 if (extent->compression == BTRFS_COMPRESS_NONE) { in btrfs_read_extent_inline()
84 if (extent->compression == BTRFS_COMPRESS_NONE) { in btrfs_read_extent_reg()
Dcompression.c121 case BTRFS_COMPRESS_NONE: in btrfs_decompress()
Dbtrfs_tree.h647 BTRFS_COMPRESS_NONE = 0, enumerator
Dinode.c113 if (extent->compression != BTRFS_COMPRESS_NONE) { in btrfs_readlink()
/external/strace/
Dconfigure.ac615 AC_CHECK_DECLS(m4_normalize([BTRFS_COMPRESS_NONE, BTRFS_COMPRESS_ZLIB,
Dconfig.h.in64 /* Define to 1 if you have the declaration of `BTRFS_COMPRESS_NONE', and to 0
Dconfigure12225 …ac_fn_c_check_decl "$LINENO" "BTRFS_COMPRESS_NONE" "ac_cv_have_decl_BTRFS_COMPRESS_NONE" " #includ…