Searched refs:UBIFS_BLOCK_SIZE (Results 1 – 10 of 10) sorted by relevance
69 memset(addr, 0, UBIFS_BLOCK_SIZE); in read_block()76 if (len <= 0 || len > UBIFS_BLOCK_SIZE) in read_block()80 out_len = UBIFS_BLOCK_SIZE; in read_block()91 if (len < UBIFS_BLOCK_SIZE) in read_block()92 memset(addr + len, 0, UBIFS_BLOCK_SIZE - len); in read_block()120 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()141 memset(addr, 0, UBIFS_BLOCK_SIZE); in do_readpage()150 int ilen = i_size & (UBIFS_BLOCK_SIZE - 1); in do_readpage()159 addr += UBIFS_BLOCK_SIZE; in do_readpage()637 memset(addr, 0, UBIFS_BLOCK_SIZE); in populate_page()[all …]
105 #define UBIFS_BLOCK_SIZE 4096 macro124 #define UBIFS_MAX_INO_DATA UBIFS_BLOCK_SIZE295 #define UBIFS_MAX_DATA_NODE_SZ (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE)
196 min_blk = r->new_size / UBIFS_BLOCK_SIZE; in trun_remove_range()197 if (r->new_size & (UBIFS_BLOCK_SIZE - 1)) in trun_remove_range()200 max_blk = r->old_size / UBIFS_BLOCK_SIZE; in trun_remove_range()201 if ((r->old_size & (UBIFS_BLOCK_SIZE - 1)) == 0) in trun_remove_range()617 UBIFS_BLOCK_SIZE; in replay_bud()
706 ubifs_assert(len <= UBIFS_BLOCK_SIZE); in ubifs_jnl_write_data()735 ubifs_assert(out_len <= UBIFS_BLOCK_SIZE); in ubifs_jnl_write_data()1121 ubifs_assert(out_len <= UBIFS_BLOCK_SIZE); in recomp_data_node()1176 dlen = new_size & (UBIFS_BLOCK_SIZE - 1); in ubifs_jnl_truncate()1243 bit = new_size & (UBIFS_BLOCK_SIZE - 1); in ubifs_jnl_truncate()1247 bit = old_size & (UBIFS_BLOCK_SIZE - 1); in ubifs_jnl_truncate()
542 return (1ULL << UBIFS_S_KEY_BLOCK_BITS) * UBIFS_BLOCK_SIZE; in key_max_inode_size()
73 #define UBIFS_BLOCKS_PER_PAGE (PAGE_CACHE_SIZE / UBIFS_BLOCK_SIZE)168 (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR)
655 factor = UBIFS_BLOCK_SIZE; in ubifs_reported_space()
1143 stat->blksize = UBIFS_BLOCK_SIZE; in ubifs_getattr()1161 size = ALIGN(size, UBIFS_BLOCK_SIZE); in ubifs_getattr()
407 buf->f_bsize = UBIFS_BLOCK_SIZE; in ubifs_statfs()2037 sb->s_blocksize = UBIFS_BLOCK_SIZE; in ubifs_fill_super()2243 if (PAGE_CACHE_SIZE < UBIFS_BLOCK_SIZE) { in ubifs_init()
3286 block = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in dbg_check_inode_size()