Searched refs:sparse (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_resize.c34 int sparse; local
58 sparse = ext2_is_group_sparse(fs, group);
63 if (!sparse)
99 if (sparse)
124 if (sparse)
157 if (sparse)
204 int sparse; local
210 sparse = ext2_is_group_sparse(fs, group);
213 if (!sparse)
270 if (sparse)
[all...]
H A Dext2_block_relocator.c594 * FIXME: doesn't seem to handle sparse block groups. That is, there might be
783 int sparse; local
788 sparse = ext2_is_group_sparse(fs, i);
791 || (sparse && ((EXT2_GROUP_BLOCK_BITMAP(fs->gd[i])
840 int sparse; local
846 sparse = ext2_is_group_sparse(fs, i);
858 if (!sparse && type == 2)
H A Dext2.h118 int sparse; /* sparse superblocks */ member in struct:ext2_fs
H A Dext2.c571 * where not all groups have one (sparse superblock feature) */
574 if (!fs->sparse)
764 fs->sparse = 0;
767 fs->sparse = 1;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h279 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
339 extern int __ntfs_attr_truncate(ntfs_attr *na, const s64 newsize, BOOL sparse);
356 * would be after eventual decompression and filling in of holes if sparse).
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c189 * Otherwise, we are dealing with a sparse run and we
194 * we have sparse runs in uncompressed files as well?
195 * - Yes we can, in sparse files! But not necessarily
229 * Otherwise, we are dealing with a sparse run and we just
233 * we have sparse runs in uncompressed files as well?
234 * - Yes we can, in sparse files! But not necessarily size of
295 * @sparse:
305 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
317 if (sparse)
322 if (compressed || sparse) {
304 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
4331 int sparse; local
4884 ntfs_non_resident_attr_expand(ntfs_attr *na, const s64 newsize, BOOL sparse) argument
5107 __ntfs_attr_truncate(ntfs_attr *na, const s64 newsize, BOOL sparse) argument
[all...]

Completed in 32 milliseconds