Lines Matching refs:b_length
193 bp->b_length = 0; in _xfs_buf_alloc()
197 bp->b_length += map[i].bm_len; in _xfs_buf_alloc()
199 bp->b_io_length = bp->b_length; in _xfs_buf_alloc()
302 size = BBTOB(bp->b_length); in xfs_buf_allocate_memory()
327 end = (BBTOB(bp->b_maps[0].bm_bn + bp->b_length) + PAGE_SIZE - 1) in xfs_buf_allocate_memory()
502 if (bp->b_length != numblks) { in _xfs_buf_find()
745 bp->b_length = numblks; in xfs_buf_set_empty()
751 bp->b_maps[0].bm_len = bp->b_length; in xfs_buf_set_empty()
802 bp->b_length = BTOBB(buflen); in xfs_buf_associate_memory()
1080 (__uint64_t)XFS_BUF_ADDR(bp), func, -bp->b_error, bp->b_length); in xfs_buf_ioerror_alert()
1267 __func__, bp->b_bn, bp->b_length); in _xfs_buf_ioapply()