xfs_rtalloc.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) xfs_rtalloc.h (0d5a75e9e23ee39cd0d8a167393dcedb4f0f47b2)
1/*
2 * Copyright (c) 2000-2003,2005 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 *

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

93int
94xfs_growfs_rt(
95 struct xfs_mount *mp, /* file system mount structure */
96 xfs_growfs_rt_t *in); /* user supplied growfs struct */
97
98/*
99 * From xfs_rtbitmap.c
100 */
1/*
2 * Copyright (c) 2000-2003,2005 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 *

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

93int
94xfs_growfs_rt(
95 struct xfs_mount *mp, /* file system mount structure */
96 xfs_growfs_rt_t *in); /* user supplied growfs struct */
97
98/*
99 * From xfs_rtbitmap.c
100 */
101int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
102 xfs_rtblock_t block, int issum, struct xfs_buf **bpp);
103int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
104 xfs_rtblock_t start, xfs_extlen_t len, int val,
105 xfs_rtblock_t *new, int *stat);
106int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
107 xfs_rtblock_t start, xfs_rtblock_t limit,
108 xfs_rtblock_t *rtblock);
109int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
110 xfs_rtblock_t start, xfs_rtblock_t limit,

--- 35 unchanged lines hidden ---
101int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
102 xfs_rtblock_t start, xfs_extlen_t len, int val,
103 xfs_rtblock_t *new, int *stat);
104int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
105 xfs_rtblock_t start, xfs_rtblock_t limit,
106 xfs_rtblock_t *rtblock);
107int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
108 xfs_rtblock_t start, xfs_rtblock_t limit,

--- 35 unchanged lines hidden ---