Lines Matching full:clusters
91 * run_deallocate_ex - Deallocate clusters.
121 /* mark bitmap range [lcn + clen) as free and trim clusters. */ in run_deallocate_ex()
340 /* Undo: do not trim new allocated clusters. */ in attr_make_nonresident()
395 * - Sparse/compressed: No allocated clusters.
396 * - Normal: Append allocated and preallocated new clusters.
515 * Add clusters. In simple case we have to: in attr_set_size()
525 /* MFT allocates clusters from MFT zone. */ in attr_set_size()
693 * Truncate clusters. In simple case we have to: in attr_set_size()
697 * - mark and trim clusters as free (vcn, lcn, len) in attr_set_size()
756 /* dlen - really deallocated clusters. */ in attr_set_size()
876 * @zero - zeroout new allocated clusters
880 * - new allocated clusters are zeroed via blkdev_issue_zeroout.
991 /* Allocate frame aligned clusters. in attr_data_get_block()
992 * ntfs.sys usually uses 16 clusters per frame for sparsed or compressed. in attr_data_get_block()
1038 /* Allocate and zeroout new clusters. */ in attr_data_get_block()
1063 /* Check case when vcn0 + len overlaps new allocated clusters. */ in attr_data_get_block()
1549 * it does not contain any sparse clusters. in attr_is_frame_compressed()
1595 * There is no sparsed clusters in this frame in attr_is_frame_compressed()
1610 * attr_allocate_frame - Allocate/free clusters for @frame.
2205 * Calculate how many clusters there are. in attr_punch_hole()