Lines Matching refs:bh_result

1261 	struct buffer_head	*bh_result,  in xfs_map_direct()  argument
1266 xfs_off_t size = bh_result->b_size; in xfs_map_direct()
1276 if (bh_result->b_private) { in xfs_map_direct()
1277 ioend = bh_result->b_private; in xfs_map_direct()
1295 bh_result->b_private = ioend; in xfs_map_direct()
1296 set_buffer_defer_completion(bh_result); in xfs_map_direct()
1321 struct buffer_head *bh_result, in xfs_map_trim_size() argument
1343 bh_result->b_size = mapping_size; in xfs_map_trim_size()
1350 struct buffer_head *bh_result, in __xfs_get_blocks() argument
1369 ASSERT(bh_result->b_size >= (1 << inode->i_blkbits)); in __xfs_get_blocks()
1370 size = bh_result->b_size; in __xfs_get_blocks()
1449 xfs_map_trim_size(inode, iblock, bh_result, in __xfs_get_blocks()
1459 xfs_map_buffer(inode, bh_result, &imap, offset); in __xfs_get_blocks()
1461 set_buffer_unwritten(bh_result); in __xfs_get_blocks()
1464 xfs_map_direct(inode, bh_result, &imap, offset); in __xfs_get_blocks()
1471 bh_result->b_bdev = xfs_find_bdev_for_inode(inode); in __xfs_get_blocks()
1483 ((!buffer_mapped(bh_result) && !buffer_uptodate(bh_result)) || in __xfs_get_blocks()
1486 set_buffer_new(bh_result); in __xfs_get_blocks()
1491 set_buffer_uptodate(bh_result); in __xfs_get_blocks()
1492 set_buffer_mapped(bh_result); in __xfs_get_blocks()
1493 set_buffer_delay(bh_result); in __xfs_get_blocks()
1508 struct buffer_head *bh_result, in xfs_get_blocks() argument
1511 return __xfs_get_blocks(inode, iblock, bh_result, create, 0); in xfs_get_blocks()
1518 struct buffer_head *bh_result, in xfs_get_blocks_direct() argument
1521 return __xfs_get_blocks(inode, iblock, bh_result, create, 1); in xfs_get_blocks_direct()