Lines Matching defs:sparse
3009 * @sparse: true if attribute is sparse
3013 * @compressed_size: compressed size (if compressed or sparse)
3019 const bool compressed, const bool encrypted, const bool sparse,
3034 if (sparse) {
3041 if (compressed || sparse) {
3538 * If we are in the first extent, then set/clean sparse bit,
3544 int sparse, err = 0;
3561 sparse = ntfs_rl_sparse(ni->runlist.rl);
3562 if (sparse < 0) {
3567 /* Attribute become sparse. */
3568 if (sparse && !(a->flags & (ATTR_IS_SPARSE | ATTR_IS_COMPRESSED))) {
3619 /* Attribute no longer sparse. */
3620 if (!sparse && (a->flags & ATTR_IS_SPARSE) &&
3639 if (NInoFullyMapped(ni) && (sparse || NInoCompressed(ni))) {
3657 * Set FILE_NAME dirty flag, to update sparse bit and
3673 * function updates sparse bit, allocated and compressed size (allocates/frees
4391 * sparse runs instead of real allocation of clusters.