| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
|---|
| 3 | 4 | * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. |
|---|
| 4 | | - * |
|---|
| 5 | | - * This copyrighted material is made available to anyone wishing to use, |
|---|
| 6 | | - * modify, copy, or redistribute it subject to the terms and conditions |
|---|
| 7 | | - * of the GNU General Public License version 2. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #ifndef __BMAP_DOT_H__ |
|---|
| .. | .. |
|---|
| 47 | 44 | } |
|---|
| 48 | 45 | |
|---|
| 49 | 46 | extern const struct iomap_ops gfs2_iomap_ops; |
|---|
| 47 | +extern const struct iomap_writeback_ops gfs2_writeback_ops; |
|---|
| 50 | 48 | |
|---|
| 51 | 49 | extern int gfs2_unstuff_dinode(struct gfs2_inode *ip, struct page *page); |
|---|
| 52 | 50 | extern int gfs2_block_map(struct inode *inode, sector_t lblock, |
|---|
| .. | .. |
|---|
| 64 | 62 | extern int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd); |
|---|
| 65 | 63 | extern void gfs2_free_journal_extents(struct gfs2_jdesc *jd); |
|---|
| 66 | 64 | extern int __gfs2_punch_hole(struct file *file, loff_t offset, loff_t length); |
|---|
| 65 | +extern int gfs2_lblk_to_dblk(struct inode *inode, u32 lblock, u64 *dblock); |
|---|
| 67 | 66 | |
|---|
| 68 | 67 | #endif /* __BMAP_DOT_H__ */ |
|---|