Searched refs:ROMBSIZE (Results 1 – 3 of 3) sorted by relevance
116 offset = pos & (ROMBSIZE - 1); in romfs_blk_read()117 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read()145 offset = pos & (ROMBSIZE - 1); in romfs_blk_strnlen()146 segment = min_t(size_t, limit, ROMBSIZE - offset); in romfs_blk_strnlen()177 offset = pos & (ROMBSIZE - 1); in romfs_blk_strcmp()178 segment = min_t(size_t, size, ROMBSIZE - offset); in romfs_blk_strcmp()187 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()201 BUG_ON((pos & (ROMBSIZE - 1)) != 0); in romfs_blk_strcmp()
422 buf->f_bsize = ROMBSIZE; in romfs_statfs()425 (romfs_maxsize(dentry->d_sb) + ROMBSIZE - 1) >> ROMBSBITS; in romfs_statfs()479 sb_set_blocksize(sb, ROMBSIZE); in romfs_fill_super()481 sb->s_blocksize = ROMBSIZE; in romfs_fill_super()482 sb->s_blocksize_bits = blksize_bits(ROMBSIZE); in romfs_fill_super()
9 #define ROMBSIZE BLOCK_SIZE macro11 #define ROMBMASK (ROMBSIZE-1)