Searched refs:b_length (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/fs/xfs/ |
H A D | xfs_buf.c | 193 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 D | xfs_buf.h | 150 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 D | xfs_fsops.c | 135 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 D | xfs_trace.h | 324 __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 D | xfs_trans_buf.c | 56 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 D | xfs_log_recover.c | 159 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 D | xfs_log.c | 1479 iclog->ic_size = BBTOB(bp->b_length) - log->l_iclog_hsize; xlog_alloc_log()
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_dquot_buf.c | 195 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 D | xfs_attr_remote.c | 134 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 D | xfs_symlink_remote.c | 199 ASSERT(BBTOB(bp->b_length) >= xfs_symlink_local_to_remote()
|
H A D | xfs_inode_buf.c | 86 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; xfs_inode_buf_verify()
|
H A D | xfs_ialloc.c | 328 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 D | cpqphp_pci.c | 696 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 D | uvc_configfs.c | 957 u8 b_length; member in struct:uvcg_frame::__anon10994
|
Completed in 372 milliseconds