Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/romfs/
H A Dstorage.c112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read()
113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read()
141 offset = pos & (ROMBSIZE - 1); in romfs_blk_strnlen()
142 segment = min_t(size_t, limit, ROMBSIZE - offset); in romfs_blk_strnlen()
173 offset = pos & (ROMBSIZE - 1); in romfs_blk_strcmp()
174 segment = min_t(size_t, size, ROMBSIZE - offset); in romfs_blk_strcmp()
183 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()
197 BUG_ON((pos & (ROMBSIZE - 1)) != 0); in romfs_blk_strcmp()
H A Dsuper.c415 buf->f_bsize = ROMBSIZE; in romfs_statfs()
418 (romfs_maxsize(dentry->d_sb) + ROMBSIZE - 1) >> ROMBSBITS; in romfs_statfs()
470 sb_set_blocksize(sb, ROMBSIZE); in romfs_fill_super()
472 sb->s_blocksize = ROMBSIZE; in romfs_fill_super()
473 sb->s_blocksize_bits = blksize_bits(ROMBSIZE); in romfs_fill_super()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dromfs_fs.h10 #define ROMBSIZE BLOCK_SIZE macro
12 #define ROMBMASK (ROMBSIZE-1)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dromfs_fs.h10 #define ROMBSIZE BLOCK_SIZE macro
12 #define ROMBMASK (ROMBSIZE-1)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dromfs_fs.h10 #define ROMBSIZE BLOCK_SIZE macro
12 #define ROMBMASK (ROMBSIZE-1)