Lines Matching refs:bno
102 xfs_agblock_t bno, int btreeblk);
133 xfs_fsblock_t bno, /* starting block number of extent */
142 xfs_fsblock_t bno, in xfs_free_extent() argument
147 return __xfs_free_extent(tp, bno, len, oinfo, type, false); in xfs_free_extent()
153 xfs_agblock_t bno, /* starting block of extent */
160 xfs_agblock_t bno, /* starting block of extent */
167 xfs_agblock_t *bno, /* output: starting block of extent */
197 int xfs_alloc_has_record(struct xfs_btree_cur *cur, xfs_agblock_t bno,
200 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
214 void __xfs_free_extent_later(struct xfs_trans *tp, xfs_fsblock_t bno,
237 xfs_fsblock_t bno, in xfs_free_extent_later() argument
241 __xfs_free_extent_later(tp, bno, len, oinfo, false); in xfs_free_extent_later()