Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 17 of 17) sorted by relevance

/fs/squashfs/
Dblock.c89 int bytes, compressed, b = 0, k = 0, page = 0, avail; in squashfs_read_data() local
102 compressed = SQUASHFS_COMPRESSED_BLOCK(length); in squashfs_read_data()
108 index, compressed ? "" : "un", length, srclength); in squashfs_read_data()
134 compressed = SQUASHFS_COMPRESSED(length); in squashfs_read_data()
140 compressed ? "" : "un", length); in squashfs_read_data()
155 if (compressed) { in squashfs_read_data()
DKconfig7 Read-Only File System). Squashfs is a highly compressed read-only
/fs/ntfs/
Dinode.c1098 ni->itype.compressed.block_size = 1U << in ntfs_read_locked_inode()
1102 ni->itype.compressed.block_size_bits = in ntfs_read_locked_inode()
1104 compressed. in ntfs_read_locked_inode()
1106 ni->itype.compressed.block_clusters = in ntfs_read_locked_inode()
1111 ni->itype.compressed.block_size = 0; in ntfs_read_locked_inode()
1112 ni->itype.compressed.block_size_bits = in ntfs_read_locked_inode()
1114 ni->itype.compressed.block_clusters = in ntfs_read_locked_inode()
1117 ni->itype.compressed.size = sle64_to_cpu( in ntfs_read_locked_inode()
1172 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_read_locked_inode()
1380 ni->itype.compressed.block_size = 1U << in ntfs_read_locked_attr_inode()
[all …]
Dattrib.c1715 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1717 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1720 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1721 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1723 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1726 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1727 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1728 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1730 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2351 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
[all …]
Dcompress.c495 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block()
510 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block()
604 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
DChangeLog8 UPDATE: The only things that need to be checked are the compressed
191 to ensure that these functions are never called for compressed or
198 - Fixup handling of sparse, compressed, and encrypted attributes in
279 - Correct sparse file handling. The compressed values need to be
280 checked and set in the ntfs inode as done for compressed files and
281 the compressed size needs to be used for vfs inode->i_blocks instead
282 of the allocated size, again, as done for compressed files.
851 - Fix a possible bug where when a compressed read is truncated to the
912 2.1.6 - Fix minor bug in handling of compressed directories.
914 - Fix bug in handling of compressed directories. A compressed
[all …]
Dinode.h119 } compressed; member
Dfile.c1065 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
1067 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write()
1158 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
/fs/fat/
DKconfig40 they are compressed; to access compressed MSDOS partitions under
45 intend to use dosemu with a non-compressed MSDOS partition, say Y
65 long filenames. That includes non-compressed FAT-based file systems
/fs/isofs/
DKconfig35 data in compressed form on a CD-ROM and have it transparently
39 able to read such compressed CD-ROMs.
/fs/cramfs/
DKconfig7 System). CramFs is designed to be a simple, small, and compressed
DREADME88 compressed at a time. It's intended to be somewhere around
119 etc. macros as used by ext2fs. We don't need to swab the compressed
/fs/btrfs/
Dfile.c177 int compressed = 0; in btrfs_drop_extent_cache() local
213 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
224 if (compressed) in btrfs_drop_extent_cache()
246 if (compressed) { in btrfs_drop_extent_cache()
Dinode.c1505 int compressed = 0; in btrfs_finish_ordered_io() local
1524 compressed = 1; in btrfs_finish_ordered_io()
1526 BUG_ON(compressed); in btrfs_finish_ordered_io()
1539 compressed, 0, 0, in btrfs_finish_ordered_io()
3905 int compressed; in btrfs_get_extent() local
3964 compressed = btrfs_file_extent_compression(leaf, item); in btrfs_get_extent()
4010 if (compressed) { in btrfs_get_extent()
4045 if (compressed) in btrfs_get_extent()
Dextent_io.c2138 int compressed; in __extent_writepage() local
2251 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage()
2259 if (compressed || block_start == EXTENT_MAP_HOLE || in __extent_writepage()
2271 if (!compressed && tree->ops && in __extent_writepage()
2276 else if (compressed) { in __extent_writepage()
/fs/jffs2/
DKconfig147 Rtime does manage to recompress already-compressed data. Say 'Y' if unsure.
/fs/
DKconfig.binfmt76 Support FLAT format compressed binaries