Searched refs:gotten (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | inode.c | 70 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()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | inode.c | 62 const unsigned int gotten = sb->s_blocksize - *ofs; in erofs_read_inode() local 69 memcpy(copied, dic, gotten); in erofs_read_inode() 78 *ofs = vi->inode_isize - gotten; in erofs_read_inode() 79 memcpy((u8 *)copied + gotten, kaddr, *ofs); in erofs_read_inode()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory-failure.c | 1558 int gotten; in memory_failure_work_func() local 1563 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func() 1565 if (!gotten) in memory_failure_work_func()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory-failure.c | 2434 int gotten; in memory_failure_work_func() local 2439 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func() 2441 if (!gotten) in memory_failure_work_func()
|
Completed in 8 milliseconds