Lines Matching refs:UBIFS_BLOCK_SIZE
699 memset(addr, 0, UBIFS_BLOCK_SIZE); in read_block()
706 if (len <= 0 || len > UBIFS_BLOCK_SIZE) in read_block()
710 out_len = UBIFS_BLOCK_SIZE; in read_block()
721 if (len < UBIFS_BLOCK_SIZE) in read_block()
722 memset(addr + len, 0, UBIFS_BLOCK_SIZE - len); in read_block()
748 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()
766 memset(addr, 0, UBIFS_BLOCK_SIZE); in do_readpage()
782 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
803 dlen = UBIFS_BLOCK_SIZE; in do_readpage()
823 addr += UBIFS_BLOCK_SIZE; in do_readpage()
899 count = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in ubifs_read()