Searched refs:BBTOB (Results 1 – 15 of 15) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 135 len = BBTOB(bp->b_length); in xfs_attr3_rmt_read_verify() 174 len = BBTOB(bp->b_length); in xfs_attr3_rmt_write_verify() 260 int len = BBTOB(bp->b_length); in xfs_attr_rmtval_copyout() 308 int len = BBTOB(bp->b_length); in xfs_attr_rmtval_copyin()
|
D | xfs_symlink_remote.c | 199 ASSERT(BBTOB(bp->b_length) >= in xfs_symlink_local_to_remote()
|
D | xfs_dquot_buf.c | 41 ndquots = BBTOB(nbblks); in xfs_calc_dquots_per_chunk()
|
D | xfs_fs.h | 551 #define BBTOB(bbs) ((bbs) << BBSHIFT) macro
|
D | xfs_ialloc.c | 329 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); in xfs_ialloc_inode_init()
|
/fs/xfs/ |
D | xfs_buf_item.c | 355 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_format() 774 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init() 899 end = start + BBTOB(bp->b_maps[i].bm_len) - 1; in xfs_buf_item_log() 903 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log() 920 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
|
D | xfs_buf.c | 364 size = BBTOB(bp->b_length); in xfs_buf_allocate_memory() 388 start = BBTOB(bp->b_maps[0].bm_bn) >> PAGE_SHIFT; in xfs_buf_allocate_memory() 389 end = (BBTOB(bp->b_maps[0].bm_bn + bp->b_length) + PAGE_SIZE - 1) in xfs_buf_allocate_memory() 518 ASSERT(!(BBTOB(numblks) < btp->bt_meta_sectorsize)); in _xfs_buf_find() 519 ASSERT(!(BBTOB(blkno) & (xfs_off_t)btp->bt_meta_sectormask)); in _xfs_buf_find() 1245 size = min_t(int, BBTOB(bp->b_maps[map].bm_len), *count); in xfs_buf_ioapply_map() 1374 size = BBTOB(bp->b_io_length); in _xfs_buf_ioapply() 1551 BBTOB(bp->b_io_length) - boff); in xfs_buf_iomove()
|
D | xfs_buf.h | 374 return xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length), in xfs_buf_verify_cksum() 381 xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), in xfs_buf_update_cksum()
|
D | xfs_log_recover.c | 167 return bp->b_addr + BBTOB(offset); in xlog_align() 238 int orig_len = BBTOB(bp->b_length); in xlog_bread_offset() 241 error = xfs_buf_associate_memory(bp, offset, BBTOB(nbblks)); in xlog_bread_offset() 1343 BBTOB(log->l_curr_block)); in xlog_set_state() 1345 BBTOB(log->l_curr_block)); in xlog_set_state() 1699 offset = bp->b_addr + BBTOB(ealign - start_block); in xlog_write_log_records() 2156 inodes_per_buf = BBTOB(bp->b_io_length) >> mp->m_sb.sb_inodelog; in xlog_recover_do_inode_buffer() 2199 BBTOB(bp->b_io_length)); in xlog_recover_do_inode_buffer() 2660 ASSERT(BBTOB(bp->b_io_length) >= in xlog_recover_do_reg_buffer() 2880 (BBTOB(bp->b_io_length) != MAX(log->l_mp->m_sb.sb_blocksize, in xlog_recover_buffer_pass2() [all …]
|
D | xfs_log.c | 1179 tail_bytes = BBTOB(tail_bytes); in xlog_space_left() 1399 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log() 1516 iclog->ic_size = BBTOB(bp->b_length) - log->l_iclog_hsize; in xlog_alloc_log() 1819 count = BBTOB(BTOBB(count_init)); in xlog_sync() 1827 roundoff < BBTOB(1))); in xlog_sync() 1851 split = count - (BBTOB(log->l_logBBsize - XFS_BUF_ADDR(bp))); in xlog_sync() 1852 count = BBTOB(log->l_logBBsize - XFS_BUF_ADDR(bp)); in xlog_sync() 3745 if (space > BBTOB(tail_blocks) && in xlog_verify_grant_tail()
|
D | xfs_mount.c | 364 if ((BBTOB(mp->m_dalign) & mp->m_blockmask) || in xfs_update_alignment() 365 (BBTOB(mp->m_swidth) & mp->m_blockmask)) { in xfs_update_alignment()
|
D | xfs_fsops.c | 143 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xfs_growfs_get_hdr_buf() 672 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xfs_growfs_data_private()
|
D | xfs_dquot.c | 251 memset(d, 0, BBTOB(q->qi_dqchunklen)); in xfs_qm_init_dquot_blk() 268 xfs_trans_log_buf(tp, bp, 0, BBTOB(q->qi_dqchunklen) - 1); in xfs_qm_init_dquot_blk()
|
D | xfs_trans_buf.c | 562 ASSERT(first <= last && last < BBTOB(bp->b_length)); in xfs_trans_log_buf()
|
D | xfs_trace.h | 402 __entry->buffer_length = BBTOB(bp->b_length); 446 __entry->buffer_length = BBTOB(bp->b_length); 490 __entry->buf_len = BBTOB(bip->bli_buf->b_length);
|