Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.h117 (((sector_t)blk_addr) << F2FS_LOG_SECTORS_PER_BLOCK)
119 ((sectors) >> F2FS_LOG_SECTORS_PER_BLOCK)
Df2fs.h1735 return (inode->i_blocks >> F2FS_LOG_SECTORS_PER_BLOCK) > xattr_block; in F2FS_HAS_BLOCKS()
1845 blkcnt_t sectors = count << F2FS_LOG_SECTORS_PER_BLOCK; in dec_valid_block_count()
/Linux-v5.4/include/linux/
Df2fs_fs.h17 #define F2FS_LOG_SECTORS_PER_BLOCK 3 /* log number for sector/blk */ macro