Searched refs:rwsize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/fsck_msdosfs/
H A Dfat.c392 size_t rwsize; local
425 rwsize = fat_get_iosize(fat, addr);
430 (size_t)read(fd, entry->chunk, rwsize) != rwsize) {
1144 size_t rwsize, tailsize, blobs, i; local
1158 rwsize = fat32_cache_size;
1167 rwsize = tailsize;
1170 (size_t)read(fd, fat->fatbuf, rwsize) != rwsize) &&
1177 (size_t)write(fd, fat->fatbuf, rwsize) !
[all...]

Completed in 102 milliseconds