Searched refs:__bufio_new (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/md/ |
D | dm-bufio.c | 1005 static struct dm_buffer *__bufio_new(struct dm_bufio_client *c, sector_t block, in __bufio_new() function 1103 b = __bufio_new(c, block, nf, &need_submit, &write_list); in new_read() 1173 b = __bufio_new(c, block, NF_PREFETCH, &need_submit, in dm_bufio_prefetch()
|