Searched refs:UBIFS_BLOCK_SHIFT (Results 1 – 6 of 6) sorted by relevance
385 free, free >> UBIFS_BLOCK_SHIFT); in ubifs_statfs()390 buf->f_bfree = free >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()392 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()732 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT; in init_constants_master()1924 sb->s_blocksize_bits = UBIFS_BLOCK_SHIFT; in ubifs_fill_super()
84 #define UBIFS_BLOCK_SHIFT 12 macro
1155 blk = new_size >> UBIFS_BLOCK_SHIFT; in ubifs_jnl_truncate()1219 blk = (new_size >> UBIFS_BLOCK_SHIFT) + (bit ? 1 : 0); in ubifs_jnl_truncate()1223 blk = (old_size >> UBIFS_BLOCK_SHIFT) - (bit ? 0 : 1); in ubifs_jnl_truncate()
122 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()647 read = (i << UBIFS_BLOCK_SHIFT) + len; in populate_page()
60 #define UBIFS_BLOCKS_PER_PAGE_SHIFT (PAGE_CACHE_SHIFT - UBIFS_BLOCK_SHIFT)
1881 blk_offs <<= UBIFS_BLOCK_SHIFT; in check_leaf()