Lines Matching defs:fsbno
207 args.fsbno = cur->bc_tp->t_firstblock;
211 if (args.fsbno == NULLFSBLOCK) {
212 args.fsbno = be64_to_cpu(start->l);
242 if (args.fsbno == NULLFSBLOCK && args.minleft) {
248 args.fsbno = 0;
255 if (WARN_ON_ONCE(args.fsbno == NULLFSBLOCK)) {
261 cur->bc_tp->t_firstblock = args.fsbno;
268 new->l = cpu_to_be64(args.fsbno);
285 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, XFS_BUF_ADDR(bp));
289 xfs_bmap_add_free(cur->bc_tp, fsbno, 1, &oinfo);