C
#define VALUE_BASED_ON_ENTRIES_PER_CLUSTER 4
Description
The VALUE_BASED_ON_ENTRIES_PER_CLUSTER macro is used to calculate sector offsets for directories. The position of the entry is shifted by 4 bits (divided by 16, since there are 16 entries in a sector) to calculate how many sectors a specified entry is offset from the beginning of the directory.