Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c402 set_cluster(fsdata *mydata, u32 clustnum, u8 *buffer, u32 size) in set_cluster()
466 get_set_cluster(fsdata *mydata, __u32 clustnum, loff_t pos, __u8 *buffer, in get_set_cluster()
670 static int check_overflow(fsdata *mydata, __u32 clustnum, loff_t size) in check_overflow()
H A Dfat.c247 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster()
716 unsigned clustnum = START(parent->dent); in fat_itr_child() local