Lines Matching defs:bno
384 xfs_dablk_t bno,
390 error = xfs_da_read_buf(tp, dp, bno, 0, bpp, whichfork,
2154 xfs_fileoff_t *bno,
2167 error = xfs_bmap_first_unused(tp, dp, count, bno, w);
2175 error = xfs_bmapi_write(tp, dp, *bno, count,
2194 for (b = *bno, mapi = 0; b < *bno + count; ) {
2195 c = (int)(*bno + count - b);
2218 if (got != count || mapp[0].br_startoff != *bno ||
2220 *bno + count) {
2243 xfs_fileoff_t bno;
2248 bno = args->geo->leafblk;
2249 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount);
2251 *new_blkno = (xfs_dablk_t)bno;
2514 xfs_dablk_t bno,
2524 xfs_fileoff_t off = bno;
2531 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs,
2561 if (off != bno + nfsb)
2575 xfs_alert(mp, "%s: bno %u inode %llu",
2576 __func__, bno, dp->i_ino);
2600 xfs_dablk_t bno,
2611 error = xfs_dabuf_map(dp, bno, 0, whichfork, &mapp, &nmap);
2635 xfs_dablk_t bno,
2648 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);
2675 xfs_dablk_t bno,
2687 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);