Searched defs:phys_blocksize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.c78 vol->phys_blocksize = 512;
147 void fsw_set_blocksize(struct fsw_volume *vol, fsw_u32 phys_blocksize, fsw_u32 log_blocksize) argument
150 // phys_blocksize.
157 vol->phys_blocksize, vol->log_blocksize,
158 phys_blocksize, log_blocksize);
160 vol->phys_blocksize = phys_blocksize;
249 status = fsw_alloc(vol->phys_blocksize, &vol->bcache[i].data);
892 phys_bno = shand->extent.phys_start + pos_in_extent / vol->phys_blocksize;
893 pos_in_physblock = pos_in_extent & (vol->phys_blocksize
[all...]
H A Dfsw_core.h249 fsw_u32 phys_blocksize; //!< Block size for disk access / file system structures member in struct:fsw_volume
417 void fsw_set_blocksize(struct VOLSTRUCTNAME *vol, fsw_u32 phys_blocksize, fsw_u32 log_blocksize);

Completed in 183 milliseconds