Searched refs:vIS_DATA_CLUSTER (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/fat/
H A Diter.cpp96 if (vIS_DATA_CLUSTER(csi->vol,csi->cluster)) {
H A Dfat.h12 #define vIS_DATA_CLUSTER(vol,cluster) (((cluster) >= 2) && ((uint32)(cluster) < vol->total_clusters + 2)) macro
13 #define IS_DATA_CLUSTER(cluster) vIS_DATA_CLUSTER(vol,cluster)

Completed in 40 milliseconds