Lines Matching refs:runlist
43 #include "runlist.h"
209 * On success return a runlist describing the allocated cluster(s).
235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
243 runlist *rl = NULL, *trl;
264 /* Return empty runlist if @count == 0 */
357 if ((rlpos + 2) * (int)sizeof(runlist) >= rlsize) {
533 /* Add runlist terminator element. */
559 /* Add runlist terminator element. */
572 * ntfs_cluster_free_from_rl - free clusters from runlist
574 * @rl: runlist from which deallocate clusters
578 int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl)
654 * @na: attribute whose runlist describes the clusters to free
658 * Free @count clusters starting at the cluster @start_vcn in the runlist
661 * If @count is -1, all clusters from @start_vcn to the end of the runlist
669 runlist *rl;