Searched defs:get_next_cluster (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/fs/fat/
H A Dfat.c32 static uint32_t get_next_cluster(struct fs_info *fs, uint32_t clust_num) function
122 pcluster = get_next_cluster(fs, pcluster);
131 xcluster = get_next_cluster(fs, pcluster);
170 cluster = get_next_cluster(fs, cluster + 2) - 2;

Completed in 693 milliseconds