xfs_bmap.h (db985cbd67c45f875ef43cb5febfaa8cbd203c27) xfs_bmap.h (2c845f5a5f238f42376b6551a7f7716952c8f509)
1/*
2 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

--- 164 unchanged lines hidden (view full) ---

173int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
174 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
175 xfs_extnum_t nexts, xfs_fsblock_t *firstblock,
176 struct xfs_bmap_free *flist, int *done);
177int xfs_check_nostate_extents(struct xfs_ifork *ifp, xfs_extnum_t idx,
178 xfs_extnum_t num);
179uint xfs_default_attroffset(struct xfs_inode *ip);
180int xfs_bmap_shift_extents(struct xfs_trans *tp, struct xfs_inode *ip,
1/*
2 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

--- 164 unchanged lines hidden (view full) ---

173int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
174 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
175 xfs_extnum_t nexts, xfs_fsblock_t *firstblock,
176 struct xfs_bmap_free *flist, int *done);
177int xfs_check_nostate_extents(struct xfs_ifork *ifp, xfs_extnum_t idx,
178 xfs_extnum_t num);
179uint xfs_default_attroffset(struct xfs_inode *ip);
180int xfs_bmap_shift_extents(struct xfs_trans *tp, struct xfs_inode *ip,
181 int *done, xfs_fileoff_t start_fsb,
182 xfs_fileoff_t offset_shift_fsb, xfs_extnum_t *current_ext,
183 xfs_fsblock_t *firstblock, struct xfs_bmap_free *flist,
184 int num_exts);
181 xfs_fileoff_t start_fsb, xfs_fileoff_t offset_shift_fsb,
182 int *done, xfs_fileoff_t *next_fsb, xfs_fsblock_t *firstblock,
183 struct xfs_bmap_free *flist, int num_exts);
185
186#endif /* __XFS_BMAP_H__ */
184
185#endif /* __XFS_BMAP_H__ */