Home
last modified time | relevance | path

Searched refs:b_io_length (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_buf.c266 bp->b_io_length = bp->b_length; in _xfs_buf_alloc()
887 bp->b_io_length = numblks; in xfs_buf_set_empty()
942 bp->b_io_length = BTOBB(len); in xfs_buf_associate_memory()
1461 size = BBTOB(bp->b_io_length); in _xfs_buf_ioapply()
1599 BBTOB(bp->b_io_length) - boff); in xfs_buf_iomove()
Dxfs_buf.h174 int b_io_length; /* IO size in BBs */ member
Dxfs_log_recover.c196 bp->b_io_length = nbblks; in xlog_bread_noalign()
283 bp->b_io_length = nbblks; in xlog_bwrite()
2165 inodes_per_buf = BBTOB(bp->b_io_length) >> mp->m_sb.sb_inodelog; in xlog_recover_do_inode_buffer()
2208 BBTOB(bp->b_io_length)); in xlog_recover_do_inode_buffer()
2669 ASSERT(BBTOB(bp->b_io_length) >= in xlog_recover_do_reg_buffer()
2892 (BBTOB(bp->b_io_length) != max(log->l_mp->m_sb.sb_blocksize, in xlog_recover_buffer_pass2()
Dxfs_log.c1933 bp->b_io_length = BTOBB(count); in xlog_sync()