Home
last modified time | relevance | path

Searched refs:ROMBSBITS (Results 1 – 3 of 3) sorted by path

/linux/fs/romfs/
H A Dstorage.c114 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_read()
143 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_strnlen()
175 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_strcmp()
198 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_strcmp()
H A Dsuper.c419 (romfs_maxsize(dentry->d_sb) + ROMBSIZE - 1) >> ROMBSBITS; in romfs_statfs()
/linux/include/uapi/linux/
H A Dromfs_fs.h11 #define ROMBSBITS BLOCK_SIZE_BITS macro