Home
last modified time | relevance | path

Searched refs:block_size (Results 401 – 403 of 403) sorted by relevance

1...<<11121314151617

/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2376 maxrecs = (block_size - header_size) / record_size
2402 maxrecs = (block_size - header_size) / (key_size + ptr_size)
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch29451 +# If we have a 2-byte format & block_size > 8 then can only afford
36460 + const unsigned int block_size = (char *)yp->qpu_mc_curr - (char *)yp->qpu_mc_base;
36462 + if (block_size > max_block)
36463 + max_block = block_size;
44913 + const unsigned int offset0, const unsigned int block_size, const unsigned int blocks, const unsi…
44922 + b->block_size = block_size;
45020 + b->block_size = uv_size;
45029 + b->block_size = y_size;
45125 + const unsigned int offset0, const unsigned int block_size, const unsigned int blocks, const unsi…
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch8195 + .block_size = len,

1...<<11121314151617