Lines Matching defs:bno
372 xfs_dablk_t bno,
378 error = xfs_da_read_buf(tp, dp, bno, 0, bpp, whichfork,
2142 xfs_fileoff_t *bno,
2155 error = xfs_bmap_first_unused(tp, dp, count, bno, w);
2163 error = xfs_bmapi_write(tp, dp, *bno, count,
2182 for (b = *bno, mapi = 0; b < *bno + count; ) {
2184 c = (int)(*bno + count - b);
2206 if (got != count || mapp[0].br_startoff != *bno ||
2208 *bno + count) {
2231 xfs_fileoff_t bno;
2236 bno = args->geo->leafblk;
2237 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount);
2239 *new_blkno = (xfs_dablk_t)bno;
2502 xfs_dablk_t bno,
2512 xfs_fileoff_t off = bno;
2519 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs,
2549 if (off != bno + nfsb)
2563 xfs_alert(mp, "%s: bno %u inode %llu",
2564 __func__, bno, dp->i_ino);
2588 xfs_dablk_t bno,
2599 error = xfs_dabuf_map(dp, bno, 0, whichfork, &mapp, &nmap);
2623 xfs_dablk_t bno,
2636 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);
2663 xfs_dablk_t bno,
2675 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);