Searched refs:bhno (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | util.c | 152 unsigned len, bhno; in _ubh_ubhcpymem_() local 155 bhno = 0; in _ubh_ubhcpymem_() 158 memcpy (mem, ubh->bh[bhno]->b_data, len); in _ubh_ubhcpymem_() 161 bhno++; in _ubh_ubhcpymem_() 168 unsigned len, bhno; in _ubh_memcpyubh_() local 171 bhno = 0; in _ubh_memcpyubh_() 174 memcpy (ubh->bh[bhno]->b_data, mem, len); in _ubh_memcpyubh_() 177 bhno++; in _ubh_memcpyubh_()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | util.c | 152 unsigned len, bhno; in _ubh_ubhcpymem_() local 155 bhno = 0; in _ubh_ubhcpymem_() 158 memcpy (mem, ubh->bh[bhno]->b_data, len); in _ubh_ubhcpymem_() 161 bhno++; in _ubh_ubhcpymem_() 168 unsigned len, bhno; in _ubh_memcpyubh_() local 171 bhno = 0; in _ubh_memcpyubh_() 174 memcpy (ubh->bh[bhno]->b_data, mem, len); in _ubh_memcpyubh_() 177 bhno++; in _ubh_memcpyubh_()
|
Completed in 2 milliseconds