Home
last modified time | relevance | path

Searched refs:ROMBSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/romfs/
Dinode.c105 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()
/linux-2.4.37.9/include/linux/
Dromfs_fs.h6 #define ROMBSIZE BLOCK_SIZE macro
8 #define ROMBMASK (ROMBSIZE-1)