diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.h')
-rw-r--r-- | fs/xfs/xfs_alloc.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/fs/xfs/xfs_alloc.h b/fs/xfs/xfs_alloc.h index 3a7e7d8f8ded..93be4a667ca1 100644 --- a/fs/xfs/xfs_alloc.h +++ b/fs/xfs/xfs_alloc.h | |||
@@ -23,7 +23,6 @@ struct xfs_btree_cur; | |||
23 | struct xfs_mount; | 23 | struct xfs_mount; |
24 | struct xfs_perag; | 24 | struct xfs_perag; |
25 | struct xfs_trans; | 25 | struct xfs_trans; |
26 | struct xfs_busy_extent; | ||
27 | 26 | ||
28 | extern struct workqueue_struct *xfs_alloc_wq; | 27 | extern struct workqueue_struct *xfs_alloc_wq; |
29 | 28 | ||
@@ -139,33 +138,6 @@ xfs_extlen_t | |||
139 | xfs_alloc_longest_free_extent(struct xfs_mount *mp, | 138 | xfs_alloc_longest_free_extent(struct xfs_mount *mp, |
140 | struct xfs_perag *pag); | 139 | struct xfs_perag *pag); |
141 | 140 | ||
142 | #ifdef __KERNEL__ | ||
143 | void | ||
144 | xfs_alloc_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno, | ||
145 | xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags); | ||
146 | |||
147 | void | ||
148 | xfs_alloc_busy_clear(struct xfs_mount *mp, struct list_head *list, | ||
149 | bool do_discard); | ||
150 | |||
151 | int | ||
152 | xfs_alloc_busy_search(struct xfs_mount *mp, xfs_agnumber_t agno, | ||
153 | xfs_agblock_t bno, xfs_extlen_t len); | ||
154 | |||
155 | void | ||
156 | xfs_alloc_busy_reuse(struct xfs_mount *mp, xfs_agnumber_t agno, | ||
157 | xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata); | ||
158 | |||
159 | int | ||
160 | xfs_busy_extent_ag_cmp(void *priv, struct list_head *a, struct list_head *b); | ||
161 | |||
162 | static inline void xfs_alloc_busy_sort(struct list_head *list) | ||
163 | { | ||
164 | list_sort(NULL, list, xfs_busy_extent_ag_cmp); | ||
165 | } | ||
166 | |||
167 | #endif /* __KERNEL__ */ | ||
168 | |||
169 | /* | 141 | /* |
170 | * Compute and fill in value of m_ag_maxlevels. | 142 | * Compute and fill in value of m_ag_maxlevels. |
171 | */ | 143 | */ |