Searched refs:ntfs_cluster_free_from_rl (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | lcnalloc.h | 44 extern int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl);
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | lcnalloc.c | 564 ntfs_cluster_free_from_rl(vol, rl); in ntfs_cluster_alloc() 572 * ntfs_cluster_free_from_rl - free clusters from runlist 578 int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) in ntfs_cluster_free_from_rl() function
|
H A D | mft.c | 757 if (ntfs_cluster_free_from_rl(vol, rl2)) in ntfs_mft_bitmap_extend_allocation_i() 1109 if (ntfs_cluster_free_from_rl(vol, rl2)) in ntfs_mft_data_extend_allocation()
|
H A D | attrib.c | 1443 if (ntfs_cluster_free_from_rl(vol, rlc)) { in ntfs_attr_fill_hole() 4464 if (ntfs_cluster_free_from_rl(base_ni->vol, al_rl)) { 6625 ntfs_cluster_free_from_rl(vol, rl);
|
H A D | compress.c | 1541 res = ntfs_cluster_free_from_rl(vol,freerl); in ntfs_compress_free()
|
H A D | dir.c | 2117 if (ntfs_cluster_free_from_rl(ni->vol, rl)) { in ntfs_delete()
|
Completed in 20 milliseconds