Searched refs:ntfs_cluster_alloc (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.h41 extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
H A Dlcnalloc.c196 * ntfs_cluster_alloc - allocate clusters on an ntfs volume
235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, function
H A Dmft.c677 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE);
1015 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE);
H A Dattrib.c1334 rlc = ntfs_cluster_alloc(vol, alloc_vcn, need,
1337 rlc = ntfs_cluster_alloc(vol, from_vcn, need,
4764 rl = ntfs_cluster_alloc(vol, 0, new_allocated_size >>
6205 rl = ntfs_cluster_alloc(vol, na->allocated_size >>

Completed in 72 milliseconds