Lines Matching refs:bno
282 xfs_dablk_t bno, in xfs_da3_node_read() argument
289 err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp, in xfs_da3_node_read()
2074 xfs_fileoff_t *bno, in xfs_da_grow_inode_int() argument
2087 error = xfs_bmap_first_unused(tp, dp, count, bno, w); in xfs_da_grow_inode_int()
2095 error = xfs_bmapi_write(tp, dp, *bno, count, in xfs_da_grow_inode_int()
2114 for (b = *bno, mapi = 0; b < *bno + count; ) { in xfs_da_grow_inode_int()
2116 c = (int)(*bno + count - b); in xfs_da_grow_inode_int()
2138 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
2140 *bno + count) { in xfs_da_grow_inode_int()
2163 xfs_fileoff_t bno; in xfs_da_grow_inode() local
2168 bno = args->geo->leafblk; in xfs_da_grow_inode()
2169 error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount); in xfs_da_grow_inode()
2171 *new_blkno = (xfs_dablk_t)bno; in xfs_da_grow_inode()
2452 xfs_dablk_t bno, in xfs_da_map_covers_blocks() argument
2458 for (i = 0, off = bno; i < nmap; i++) { in xfs_da_map_covers_blocks()
2468 return off == bno + count; in xfs_da_map_covers_blocks()
2523 xfs_dablk_t bno, in xfs_dabuf_map() argument
2557 error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs, in xfs_dabuf_map()
2563 irecs->br_startoff = (xfs_fileoff_t)bno; in xfs_dabuf_map()
2569 if (!xfs_da_map_covers_blocks(nirecs, irecs, bno, nfsb)) { in xfs_dabuf_map()
2575 __func__, (long long)bno, in xfs_dabuf_map()
2606 xfs_dablk_t bno, in xfs_da_get_buf() argument
2620 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_get_buf()
2654 xfs_dablk_t bno, in xfs_da_read_buf() argument
2669 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_read_buf()
2702 xfs_dablk_t bno, in xfs_da_reada_buf() argument
2714 error = xfs_dabuf_map(dp, bno, mappedbno, whichfork, in xfs_da_reada_buf()