Home
last modified time | relevance | path

Searched refs:cluster_find (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dcluster.h36 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data);
Dntfscluster.c516 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()
Dcluster.c44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find() function