Home
last modified time | relevance | path

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

/haiku/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.c235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, in ntfs_cluster_alloc() function
H A Dmft.c746 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE); in ntfs_mft_bitmap_extend_allocation_i()
1084 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE); in ntfs_mft_data_extend_allocation()
H A Dattrib.c1418 rlc = ntfs_cluster_alloc(vol, alloc_vcn, need, in ntfs_attr_fill_hole()
1421 rlc = ntfs_cluster_alloc(vol, from_vcn, need, in ntfs_attr_fill_hole()
5141 rl = ntfs_cluster_alloc(vol, 0, new_allocated_size >>
6604 rl = ntfs_cluster_alloc(vol, na->allocated_size >>