Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dsuper.c418 free, free >> UBIFS_BLOCK_SHIFT); in ubifs_statfs()
423 buf->f_bfree = free >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
425 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
786 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT; in init_constants_master()
2216 sb->s_blocksize_bits = UBIFS_BLOCK_SHIFT; in ubifs_fill_super()
H A Dubifs-media.h94 #define UBIFS_BLOCK_SHIFT 12 macro
H A Dfile.c117 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()
660 read = (i << UBIFS_BLOCK_SHIFT) + len; in populate_page()
H A Djournal.c1585 blk = new_size >> UBIFS_BLOCK_SHIFT; in ubifs_jnl_truncate()
1665 blk = (new_size >> UBIFS_BLOCK_SHIFT) + (bit ? 1 : 0); in ubifs_jnl_truncate()
1669 blk = (old_size >> UBIFS_BLOCK_SHIFT) - (bit ? 0 : 1); in ubifs_jnl_truncate()
H A Dtnc.c3544 block = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in dbg_check_inode_size()
3575 ((loff_t)block) << UBIFS_BLOCK_SHIFT); in dbg_check_inode_size()
H A Dubifs.h46 #define UBIFS_BLOCKS_PER_PAGE_SHIFT (PAGE_SHIFT - UBIFS_BLOCK_SHIFT)
H A Ddebug.c2071 blk_offs <<= UBIFS_BLOCK_SHIFT; in check_leaf() local
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsuper.c418 free, free >> UBIFS_BLOCK_SHIFT); in ubifs_statfs()
423 buf->f_bfree = free >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
425 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
786 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT; in init_constants_master()
2221 sb->s_blocksize_bits = UBIFS_BLOCK_SHIFT; in ubifs_fill_super()
H A Dubifs-media.h94 #define UBIFS_BLOCK_SHIFT 12 macro
H A Dfile.c117 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()
659 read = (i << UBIFS_BLOCK_SHIFT) + len; in populate_page()
H A Djournal.c1595 blk = new_size >> UBIFS_BLOCK_SHIFT; in ubifs_jnl_truncate()
1675 blk = (new_size >> UBIFS_BLOCK_SHIFT) + (bit ? 1 : 0); in ubifs_jnl_truncate()
1679 blk = (old_size >> UBIFS_BLOCK_SHIFT) - (bit ? 0 : 1); in ubifs_jnl_truncate()
H A Dtnc.c3545 block = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in dbg_check_inode_size()
3576 ((loff_t)block) << UBIFS_BLOCK_SHIFT); in dbg_check_inode_size()
H A Dubifs.h48 #define UBIFS_BLOCKS_PER_PAGE_SHIFT (PAGE_SHIFT - UBIFS_BLOCK_SHIFT)
H A Ddebug.c2071 blk_offs <<= UBIFS_BLOCK_SHIFT; in check_leaf() local

Completed in 38 milliseconds