Lines Matching refs:bno
257 xfs_dablk_t bno, in xfs_da3_node_read() argument
264 err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp, in xfs_da3_node_read()
2008 xfs_fileoff_t *bno, in xfs_da_grow_inode_int() argument
2021 error = xfs_bmap_first_unused(tp, dp, count, bno, w); in xfs_da_grow_inode_int()
2030 error = xfs_bmapi_write(tp, dp, *bno, count, in xfs_da_grow_inode_int()
2050 for (b = *bno, mapi = 0; b < *bno + count; ) { in xfs_da_grow_inode_int()
2052 c = (int)(*bno + count - b); in xfs_da_grow_inode_int()
2075 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
2077 *bno + count) { in xfs_da_grow_inode_int()
2100 xfs_fileoff_t bno; in xfs_da_grow_inode() local
2105 bno = args->geo->leafblk; in xfs_da_grow_inode()
2106 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode()
2108 *new_blkno = (xfs_dablk_t)bno; in xfs_da_grow_inode()
2390 xfs_dablk_t bno, in xfs_da_map_covers_blocks() argument
2396 for (i = 0, off = bno; i < nmap; i++) { in xfs_da_map_covers_blocks()
2406 return off == bno + count; in xfs_da_map_covers_blocks()
2461 xfs_dablk_t bno, in xfs_dabuf_map() argument
2495 error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs, in xfs_dabuf_map()
2501 irecs->br_startoff = (xfs_fileoff_t)bno; in xfs_dabuf_map()
2507 if (!xfs_da_map_covers_blocks(nirecs, irecs, bno, nfsb)) { in xfs_dabuf_map()
2513 __func__, (long long)bno, in xfs_dabuf_map()
2544 xfs_dablk_t bno, in xfs_da_get_buf() argument
2558 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_get_buf()
2592 xfs_dablk_t bno, in xfs_da_read_buf() argument
2607 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_read_buf()
2640 xfs_dablk_t bno, in xfs_da_reada_buf() argument
2652 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_reada_buf()