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

/u-boot/fs/ubifs/
H A Dubifs.c721 unsigned int block, beyond; local
731 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT;
732 if (block >= beyond) {
733 /* Reading beyond inode */
746 if (block >= beyond) {
747 /* Reading beyond inode */
752 * Reading last block? Make sure to not write beyond
755 if (((block + 1) == beyond) || last_block_size) {
889 * Make sure to not read beyond the requested size

Completed in 28 milliseconds