Searched refs:cluster_find (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | cluster.h | 36 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data);
|
D | ntfscluster.c | 516 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main() 524 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main() 554 result = cluster_find(vol, 0, LONG_MAX, (cluster_cb*)&find_last, &m); in main()
|
D | cluster.c | 44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find() function
|