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

/external/syslinux/core/fs/ufs/
H A Dbmap.c87 * @mask_per_blk: mask to limit the max nr. of addresses in a block.
96 uint32_t mask_per_blk = addr_count - 1; local
108 index = (block >> (levels * shft_per_blk)) & mask_per_blk;

Completed in 131 milliseconds