Lines Matching refs:bno

252 	xfs_dablk_t		bno,  in xfs_da3_node_read()  argument
259 err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp, in xfs_da3_node_read()
1997 xfs_fileoff_t *bno, in xfs_da_grow_inode_int() argument
2010 error = xfs_bmap_first_unused(tp, dp, count, bno, w); in xfs_da_grow_inode_int()
2019 error = xfs_bmapi_write(tp, dp, *bno, count, in xfs_da_grow_inode_int()
2039 for (b = *bno, mapi = 0; b < *bno + count; ) { in xfs_da_grow_inode_int()
2041 c = (int)(*bno + count - b); in xfs_da_grow_inode_int()
2064 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
2066 *bno + count) { in xfs_da_grow_inode_int()
2089 xfs_fileoff_t bno; in xfs_da_grow_inode() local
2094 bno = args->geo->leafblk; in xfs_da_grow_inode()
2095 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode()
2097 *new_blkno = (xfs_dablk_t)bno; in xfs_da_grow_inode()
2379 xfs_dablk_t bno, in xfs_da_map_covers_blocks() argument
2385 for (i = 0, off = bno; i < nmap; i++) { in xfs_da_map_covers_blocks()
2395 return off == bno + count; in xfs_da_map_covers_blocks()
2450 xfs_dablk_t bno, in xfs_dabuf_map() argument
2484 error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs, in xfs_dabuf_map()
2490 irecs->br_startoff = (xfs_fileoff_t)bno; in xfs_dabuf_map()
2496 if (!xfs_da_map_covers_blocks(nirecs, irecs, bno, nfsb)) { in xfs_dabuf_map()
2502 __func__, (long long)bno, in xfs_dabuf_map()
2533 xfs_dablk_t bno, in xfs_da_get_buf() argument
2547 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_get_buf()
2581 xfs_dablk_t bno, in xfs_da_read_buf() argument
2596 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_read_buf()
2629 xfs_dablk_t bno, in xfs_da_reada_buf() argument
2641 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_reada_buf()