Home
last modified time | relevance | path

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

/linux-4.4.14/fs/romfs/
Dstorage.c118 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_read()
147 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_strnlen()
179 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_strcmp()
202 bh = sb_bread(sb, pos >> ROMBSBITS); in romfs_blk_strcmp()
Dsuper.c425 (romfs_maxsize(dentry->d_sb) + ROMBSIZE - 1) >> ROMBSBITS; in romfs_statfs()
/linux-4.4.14/include/uapi/linux/
Dromfs_fs.h10 #define ROMBSBITS BLOCK_SIZE_BITS macro