|
@@ -89,7 +89,7 @@ xfs_refcount_lookup_ge(
|
|
|
}
|
|
|
|
|
|
/* Convert on-disk record to in-core format. */
|
|
|
-static inline void
|
|
|
+void
|
|
|
xfs_refcount_btrec_to_irec(
|
|
|
union xfs_btree_rec *rec,
|
|
|
struct xfs_refcount_irec *irec)
|
|
@@ -149,7 +149,7 @@ xfs_refcount_update(
|
|
|
* by [bno, len, refcount].
|
|
|
* This either works (return 0) or gets an EFSCORRUPTED error.
|
|
|
*/
|
|
|
-STATIC int
|
|
|
+int
|
|
|
xfs_refcount_insert(
|
|
|
struct xfs_btree_cur *cur,
|
|
|
struct xfs_refcount_irec *irec,
|