Searched refs:ntfs_cluster_alloc (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | lcnalloc.h | 41 extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
|
H A D | lcnalloc.c | 235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, in ntfs_cluster_alloc() function
|
H A D | mft.c | 746 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 D | attrib.c | 1418 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 >>
|