diff options
Diffstat (limited to 'drivers/md/dm-bufio.h')
-rw-r--r-- | drivers/md/dm-bufio.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/md/dm-bufio.h b/drivers/md/dm-bufio.h index b142946a9e32..c096779a7292 100644 --- a/drivers/md/dm-bufio.h +++ b/drivers/md/dm-bufio.h | |||
@@ -108,6 +108,18 @@ int dm_bufio_issue_flush(struct dm_bufio_client *c); | |||
108 | */ | 108 | */ |
109 | void dm_bufio_release_move(struct dm_buffer *b, sector_t new_block); | 109 | void dm_bufio_release_move(struct dm_buffer *b, sector_t new_block); |
110 | 110 | ||
111 | /* | ||
112 | * Free the given buffer. | ||
113 | * This is just a hint, if the buffer is in use or dirty, this function | ||
114 | * does nothing. | ||
115 | */ | ||
116 | void dm_bufio_forget(struct dm_bufio_client *c, sector_t block); | ||
117 | |||
118 | /* | ||
119 | * Set the minimum number of buffers before cleanup happens. | ||
120 | */ | ||
121 | void dm_bufio_set_minimum_buffers(struct dm_bufio_client *c, unsigned n); | ||
122 | |||
111 | unsigned dm_bufio_get_block_size(struct dm_bufio_client *c); | 123 | unsigned dm_bufio_get_block_size(struct dm_bufio_client *c); |
112 | sector_t dm_bufio_get_device_size(struct dm_bufio_client *c); | 124 | sector_t dm_bufio_get_device_size(struct dm_bufio_client *c); |
113 | sector_t dm_bufio_get_block_number(struct dm_buffer *b); | 125 | sector_t dm_bufio_get_block_number(struct dm_buffer *b); |