Home
last modified time | relevance | path

Searched refs:IS_LAST_CLUST (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dfat.h85 #define IS_LAST_CLUST(x, fatsize) ((x) >= ((fatsize) != 32 ? \ macro
/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c890 if (IS_LAST_CLUST(curclust, mydata->fatsize)) { in find_directory_entry()