Home
last modified time | relevance | path

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

/fs/erofs/
Dinode.c70 const unsigned int gotten = PAGE_SIZE - *ofs; in erofs_read_inode() local
77 memcpy(copied, dic, gotten); in erofs_read_inode()
88 *ofs = vi->inode_isize - gotten; in erofs_read_inode()
89 memcpy((u8 *)copied + gotten, page_address(page), *ofs); in erofs_read_inode()
/fs/befs/
DTODO6 * Befs_fs.h has gotten big and messy. No reason not to break it up into