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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c135 size_t startblock; member in struct:fat_mount
1108 size_t port = 0, startblock = 0; local
1119 startblock = startblock*10 + (*puri++ - '0');
1126 FAT_DEBUG_F("got mount for port %zu, offset %zu", port, startblock);
1133 mount->startblock = startblock;
1190 mount->startblock, mount->bootsec_data, &size);
1221 mount->fat_start = mount->startblock + fat_bpb_rsvs_rd(&mount->bpb);
1291 mount->startblock
[all...]
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex94 \verb@fat<version>://<port>[+<startblock>]@, e.g. \verb@fat32://0+63@, where
96 device, and the optional {\tt startblock} specifies the offset the first sector

Completed in 64 milliseconds