ROMBSIZE          126 fs/romfs/inode.c 	sb_set_blocksize(s, ROMBSIZE);
ROMBSIZE          190 fs/romfs/inode.c 	buf->f_bsize = ROMBSIZE;
ROMBSIZE          192 fs/romfs/inode.c 	buf->f_blocks = (romfs_maxsize(dentry->d_sb)+ROMBSIZE-1)>>ROMBSBITS;
ROMBSIZE          217 fs/romfs/inode.c 	avail = ROMBSIZE - (offset & ROMBMASK);
ROMBSIZE          231 fs/romfs/inode.c 		maxsize = min_t(unsigned long, count - res, ROMBSIZE);
ROMBSIZE          255 fs/romfs/inode.c 	avail = ROMBSIZE - (offset & ROMBMASK);
ROMBSIZE          269 fs/romfs/inode.c 		maxsize = min_t(unsigned long, count - res, ROMBSIZE);
ROMBSIZE            8 include/linux/romfs_fs.h #define ROMBMASK (ROMBSIZE-1)