Lines Matching refs:bno
81 xfs_agblock_t bno, int btreeblk);
144 xfs_fsblock_t bno, /* starting block number of extent */
153 xfs_fsblock_t bno, in xfs_free_extent() argument
158 return __xfs_free_extent(tp, bno, len, oinfo, type, false); in xfs_free_extent()
164 xfs_agblock_t bno, /* starting block of extent */
171 xfs_agblock_t bno, /* starting block of extent */
178 xfs_agblock_t *bno, /* output: starting block of extent */
208 int xfs_alloc_has_record(struct xfs_btree_cur *cur, xfs_agblock_t bno,
211 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
225 void __xfs_free_extent_later(struct xfs_trans *tp, xfs_fsblock_t bno,
248 xfs_fsblock_t bno, in xfs_free_extent_later() argument
252 __xfs_free_extent_later(tp, bno, len, oinfo, false); in xfs_free_extent_later()