Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c750 __u32 startsect, sect_num, offset; in check_overflow() local
758 sect_num = div_u64_rem(size, mydata->sect_size, &offset); in check_overflow()
761 sect_num++; in check_overflow()
763 if (startsect + sect_num > total_sector) in check_overflow()