Home
last modified time | relevance | path

Searched defs:clustnum (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/fat/
Dfat_write.c496 set_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, in set_cluster()
747 static int check_overflow(fsdata *mydata, __u32 clustnum, loff_t size) in check_overflow()
Dfat.c246 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster()
696 unsigned clustnum = START(parent->dent); in fat_itr_child() local