Searched refs:dm_bufio_get (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Ddm-bufio.h55 * - Threads which call only dm_bufio_get can hold unlimited number of
74 void *dm_bufio_get(struct dm_bufio_client *c, sector_t block,
/linux-master/drivers/md/persistent-data/
H A Ddm-block-manager.c546 p = dm_bufio_get(bm->bufio, b, (struct dm_buffer **) result);
/linux-master/drivers/md/
H A Ddm-bufio.c1821 * read if dm_bufio_get function is used. Both dm_bufio_get and
1823 * If the user called both dm_bufio_prefetch and dm_bufio_get on
1881 * read if dm_bufio_get function is used. Both dm_bufio_get and
1883 * If the user called both dm_bufio_prefetch and dm_bufio_get on
1930 void *dm_bufio_get(struct dm_bufio_client *c, sector_t block, function
1935 EXPORT_SYMBOL_GPL(dm_bufio_get); variable
H A Ddm-verity-target.c303 data = dm_bufio_get(v->bufio, hash_block, &buf);

Completed in 136 milliseconds