Searched refs:ntfs_cluster_free_from_rl (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.h44 extern int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl);
H A Dlcnalloc.c564 ntfs_cluster_free_from_rl(vol, rl);
572 * ntfs_cluster_free_from_rl - free clusters from runlist
578 int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) function
H A Dmft.c757 if (ntfs_cluster_free_from_rl(vol, rl2))
1109 if (ntfs_cluster_free_from_rl(vol, rl2))
H A Dattrib.c1443 if (ntfs_cluster_free_from_rl(vol, rlc)) {
4464 if (ntfs_cluster_free_from_rl(base_ni->vol, al_rl)) {
6625 ntfs_cluster_free_from_rl(vol, rl);
H A Dcompress.c1541 res = ntfs_cluster_free_from_rl(vol,freerl);
H A Ddir.c2120 if (ntfs_cluster_free_from_rl(ni->vol, rl)) {

Completed in 71 milliseconds