Searched refs:btrfs_compress_type2str (Results 1 – 5 of 5) sorted by relevance
144 const char* btrfs_compress_type2str(enum btrfs_compression_type type);
369 return btrfs_compress_type2str(inode->prop_compress); in prop_compression_extract()
1074 compress_type = btrfs_compress_type2str(info->compress_type); in btrfs_show_options()1478 const char *compress_type = btrfs_compress_type2str(info->compress_type); in btrfs_emit_options()
42 const char* btrfs_compress_type2str(enum btrfs_compression_type type) in btrfs_compress_type2str() function
361 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set()363 comp = btrfs_compress_type2str(BTRFS_COMPRESS_ZLIB); in btrfs_fileattr_set()