Searched refs:block (Results 1 – 5 of 5) sorted by relevance
1255 unsigned long block; /* block traverser bit */ local1383 if ( (block = idx2binblock(idx)) <= binblocks_r)1388 if ( (block & binblocks_r) == 0)1392 block <<= 1;1393 while ((block & binblocks_r) == 0)1396 block <<= 1;1450 av_[1] = (mbinptr)(binblocks_r & ~block);1459 if ( (block <<= 1) <= binblocks_r && (block != 0) )1461 while ((block & binblocks_r) == 0)1464 block <<= 1;
1535 /* bin<->block macros */2114 unsigned long block; /* block traverser bit */2226 if ( (block & binblocks) == 0)2230 block <<= 1;2231 while ((block & binblocks) == 0)2234 block <<= 1;2280 /* Clear out the block bit. */2286 binblocks &= ~block;2295 if ( (block <<= 1) <= binblocks && (block != 0) )2297 while ((block & binblocks) == 0)[all …]
1024 multiple of the block size.
307 Support loading images from block devices. This adds a bl_len member749 filesystem from within SPL. Support for the underlying block758 filesystem from within SPL. Support for the underlying block767 filesystem from within SPL. Support for the underlying block779 block-by-block. This is separate from the bounce-buffer used by the780 block subsystem (CONFIG_BOUNCE_BUFFER).816 Support for the underlying block device (e.g. MMC or USB) must be872 'partition'. These partitions are typically uses as individual block965 provides a block interface over raw NAND and can also be used with1071 The maximum physical erase block size.[all …]
169 appear as block devices in U-Boot and can support filesystems such
Completed in 31 milliseconds