Home
last modified time | relevance | path

Searched refs:F2FS_LOG_SECTORS_PER_BLOCK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Df2fs_fs.h17 #define F2FS_LOG_SECTORS_PER_BLOCK 3 /* log number for sector/blk */ macro
/openbmc/linux/fs/f2fs/
H A Dsegment.h135 (((sector_t)blk_addr) << F2FS_LOG_SECTORS_PER_BLOCK)
137 ((sectors) >> F2FS_LOG_SECTORS_PER_BLOCK)
H A Df2fs.h2247 return (inode->i_blocks >> F2FS_LOG_SECTORS_PER_BLOCK) > xattr_block; in F2FS_HAS_BLOCKS()
2431 blkcnt_t sectors = count << F2FS_LOG_SECTORS_PER_BLOCK; in dec_valid_block_count()
H A Dsuper.c3821 F2FS_LOG_SECTORS_PER_BLOCK; in f2fs_report_zone_cb()