Home
last modified time | relevance | path

Searched refs:free_clusters (Results 1 – 8 of 8) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c372 if (vol->free_clusters <= 0) in ntfs_cluster_alloc()
375 (long long)vol->free_clusters); in ntfs_cluster_alloc()
377 vol->free_clusters--; in ntfs_cluster_alloc()
606 vol->free_clusters += nr_freed; in ntfs_cluster_free_from_rl()
608 && (vol->free_clusters > vol->nr_clusters)) in ntfs_cluster_free_from_rl()
610 (long long)vol->free_clusters, in ntfs_cluster_free_from_rl()
643 vol->free_clusters += nr_freed; in ntfs_cluster_free_basic()
644 if (vol->free_clusters > vol->nr_clusters) in ntfs_cluster_free_basic()
646 (long long)vol->free_clusters, in ntfs_cluster_free_basic()
766 vol->free_clusters += nr_freed ; in ntfs_cluster_free()
[all …]
Dvolume.c1885 vol->free_clusters = ntfs_attr_get_free_bits(vol->lcnbmp_na); in ntfs_volume_get_free_space()
1886 if (vol->free_clusters < 0) { in ntfs_volume_get_free_space()
Dmft.c886 vol->free_clusters++; in ntfs_mft_bitmap_extend_allocation_i()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h264 s64 free_clusters; /* Track the number of free clusters which member
/third_party/libuv/src/win/
Dfs.c2713 DWORD free_clusters; in fs__statfs() local
2722 &free_clusters, in fs__statfs()
2782 stat_fs->f_bfree = free_clusters; in fs__statfs()
2783 stat_fs->f_bavail = free_clusters; in fs__statfs()
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c552 (long long)vol->free_clusters, in ntfs_dump_volume()
553 100.0*vol->free_clusters in ntfs_dump_volume()
/third_party/ntfs-3g/src/
Dntfs-3g.c509 size = vol->free_clusters; in ntfs_fuse_statfs()
Dlowntfs-3g.c489 size = vol->free_clusters; in ntfs_fuse_statfs()