Searched refs:b_length (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_buf.c193 bp->b_length = 0; _xfs_buf_alloc()
197 bp->b_length += map[i].bm_len; _xfs_buf_alloc()
199 bp->b_io_length = bp->b_length; _xfs_buf_alloc()
302 size = BBTOB(bp->b_length); xfs_buf_allocate_memory()
327 end = (BBTOB(bp->b_maps[0].bm_bn + bp->b_length) + PAGE_SIZE - 1) xfs_buf_allocate_memory()
502 if (bp->b_length != numblks) { _xfs_buf_find()
745 bp->b_length = numblks; xfs_buf_set_empty()
751 bp->b_maps[0].bm_len = bp->b_length; xfs_buf_set_empty()
802 bp->b_length = BTOBB(buflen); xfs_buf_associate_memory()
1080 (__uint64_t)XFS_BUF_ADDR(bp), func, -bp->b_error, bp->b_length); xfs_buf_ioerror_alert()
1267 __func__, bp->b_bn, bp->b_length); _xfs_buf_ioapply()
H A Dxfs_buf.h150 int b_length; /* size of buffer in BBs */ member in struct:xfs_buf
372 return xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length), xfs_buf_verify_cksum()
379 xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), xfs_buf_update_cksum()
H A Dxfs_fsops.c135 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); xfs_growfs_get_hdr_buf()
528 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); xfs_growfs_data_private()
H A Dxfs_trace.h324 __entry->nblks = bp->b_length;
397 __entry->buffer_length = BBTOB(bp->b_length);
441 __entry->buffer_length = BBTOB(bp->b_length);
485 __entry->buf_len = BBTOB(bip->bli_buf->b_length);
H A Dxfs_trans_buf.c56 blip->bli_buf->b_length == len) { xfs_trans_buf_item_match()
507 ASSERT(first <= last && last < BBTOB(bp->b_length)); xfs_trans_log_buf()
H A Dxfs_log_recover.c159 ASSERT(offset + nbblks <= bp->b_length); xlog_align()
187 ASSERT(nbblks <= bp->b_length); xlog_bread_noalign()
231 int orig_len = BBTOB(bp->b_length); xlog_bread_offset()
272 ASSERT(nbblks <= bp->b_length); xlog_bwrite()
H A Dxfs_log.c1479 iclog->ic_size = BBTOB(bp->b_length) - log->l_iclog_hsize; xlog_alloc_log()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c195 XFS_BB_TO_FSB(mp, bp->b_length)); xfs_dquot_buf_verify_crc()
226 ndquots = xfs_calc_dquots_per_chunk(bp->b_length); xfs_dquot_buf_verify()
H A Dxfs_attr_remote.c134 len = BBTOB(bp->b_length); xfs_attr3_rmt_read_verify()
173 len = BBTOB(bp->b_length); xfs_attr3_rmt_write_verify()
259 int len = BBTOB(bp->b_length); xfs_attr_rmtval_copyout()
307 int len = BBTOB(bp->b_length); xfs_attr_rmtval_copyin()
H A Dxfs_symlink_remote.c199 ASSERT(BBTOB(bp->b_length) >= xfs_symlink_local_to_remote()
H A Dxfs_inode_buf.c86 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; xfs_inode_buf_verify()
H A Dxfs_ialloc.c328 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); xfs_ialloc_inode_init()
371 BBTOB(fbuf->b_length) - 1); xfs_ialloc_inode_init()
/linux-4.4.14/drivers/pci/hotplug/
H A Dcpqphp_pci.c696 u8 b_length; cpqhp_save_used_resources() local
747 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); cpqhp_save_used_resources()
749 if ((b_base <= b_length) && (save_command & 0x01)) { cpqhp_save_used_resources()
755 io_node->length = (b_length - b_base + 0x10) << 8; cpqhp_save_used_resources()
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_configfs.c957 u8 b_length; member in struct:uvcg_frame::__anon10994

Completed in 544 milliseconds