Lines Matching refs:b_length
234 bp->b_length = 0; in _xfs_buf_alloc()
238 bp->b_length += map[i].bm_len; in _xfs_buf_alloc()
240 bp->b_io_length = bp->b_length; in _xfs_buf_alloc()
343 size = BBTOB(bp->b_length); in xfs_buf_allocate_memory()
368 end = (BBTOB(bp->b_maps[0].bm_bn + bp->b_length) + PAGE_SIZE - 1) in xfs_buf_allocate_memory()
487 if (unlikely(bp->b_length != map->bm_len)) { in _xfs_buf_obj_cmp()
860 bp->b_length = numblks; in xfs_buf_set_empty()
866 bp->b_maps[0].bm_len = bp->b_length; in xfs_buf_set_empty()
917 bp->b_length = BTOBB(buflen); in xfs_buf_associate_memory()
1216 func, (uint64_t)XFS_BUF_ADDR(bp), bp->b_length, in xfs_buf_ioerror_alert()
1400 __func__, bp->b_bn, bp->b_length); in _xfs_buf_ioapply()