Searched refs:ROMBSIZE (Results 1 – 2 of 2) sorted by relevance
105 set_blocksize(dev, ROMBSIZE); in romfs_read_super()106 s->s_blocksize = ROMBSIZE; in romfs_read_super()168 buf->f_bsize = ROMBSIZE; in romfs_statfs()170 buf->f_blocks = (sb->u.romfs_sb.s_maxsize+ROMBSIZE-1)>>ROMBSBITS; in romfs_statfs()195 avail = ROMBSIZE - (offset & ROMBMASK); in romfs_strnlen()209 maxsize = min_t(unsigned long, count - res, ROMBSIZE); in romfs_strnlen()233 avail = ROMBSIZE - (offset & ROMBMASK); in romfs_copyfrom()247 maxsize = min_t(unsigned long, count - res, ROMBSIZE); in romfs_copyfrom()
6 #define ROMBSIZE BLOCK_SIZE macro8 #define ROMBMASK (ROMBSIZE-1)