diff options
Diffstat (limited to 'fs/nilfs2/bmap.h')
-rw-r--r-- | fs/nilfs2/bmap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/nilfs2/bmap.h b/fs/nilfs2/bmap.h index 379fda4c668c..fae83cf9c009 100644 --- a/fs/nilfs2/bmap.h +++ b/fs/nilfs2/bmap.h | |||
@@ -219,6 +219,13 @@ static inline void nilfs_bmap_abort_end_ptr(struct nilfs_bmap *bmap, | |||
219 | nilfs_dat_abort_end(dat, &req->bpr_req); | 219 | nilfs_dat_abort_end(dat, &req->bpr_req); |
220 | } | 220 | } |
221 | 221 | ||
222 | static inline void nilfs_bmap_set_target_v(struct nilfs_bmap *bmap, __u64 key, | ||
223 | __u64 ptr) | ||
224 | { | ||
225 | bmap->b_last_allocated_key = key; | ||
226 | bmap->b_last_allocated_ptr = ptr; | ||
227 | } | ||
228 | |||
222 | __u64 nilfs_bmap_data_get_key(const struct nilfs_bmap *, | 229 | __u64 nilfs_bmap_data_get_key(const struct nilfs_bmap *, |
223 | const struct buffer_head *); | 230 | const struct buffer_head *); |
224 | 231 | ||