| /linux/fs/xfs/ |
| H A D | xfs_buf.h | 161 int b_length; /* size of buffer in BBs */ member 358 return xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length), in xfs_buf_verify_cksum() 365 xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), in xfs_buf_update_cksum()
|
| H A D | xfs_buf_mem.c | 144 if (BBTOB(bp->b_length) != XMBUF_BLOCKSIZE) in xmbuf_map_backing_mem() 196 shmem_truncate_range(inode, pos, pos + BBTOB(bp->b_length) - 1); in xmbuf_stale()
|
| H A D | xfs_buf.c | 106 unsigned int size = BBTOB(bp->b_length); in xfs_buf_free() 179 size_t size = BBTOB(bp->b_length); in xfs_buf_alloc_backing_mem() 293 bp->b_length = 0; in xfs_buf_alloc() 303 bp->b_length += map[i].bm_len; in xfs_buf_alloc() 342 if (unlikely(bp->b_length != map->bm_len)) { in _xfs_buf_obj_cmp() 1172 roundup(BBTOB(bp->b_length), PAGE_SIZE)); in __xfs_buf_ioend() 1252 bp->b_length, -bp->b_error); in xfs_buf_ioerror_alert() 1333 unsigned int len = BBTOB(bp->b_length); in xfs_buf_submit_bio() 1407 bp->b_length); in xfs_buf_verify_write()
|
| H A D | xfs_buf_item_recover.c | 492 ASSERT(BBTOB(bp->b_length) >= in xlog_recover_do_reg_buffer() 632 inodes_per_buf = BBTOB(bp->b_length) >> mp->m_sb.sb_inodelog; in xlog_recover_do_inode_buffer() 674 ASSERT((reg_buf_offset + reg_buf_bytes) <= BBTOB(bp->b_length)); in xlog_recover_do_inode_buffer() 1137 (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) { in xlog_recover_buf_commit_pass2()
|
| H A D | xfs_buf_item.c | 822 bp->b_addr, BBTOB(bp->b_length), fa); in xfs_buf_item_precommit()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | webcam.c | 240 .b_length = UVC_DT_FRAME_UNCOMPRESSED_SIZE(3), 290 .b_length = UVC_DT_FRAME_UNCOMPRESSED_SIZE(1), 365 .b_length = UVC_DT_FRAME_MJPEG_SIZE(3), 408 .b_length = UVC_DT_FRAME_MJPEG_SIZE(1),
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader_repair.c | 63 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xrep_superblock() 80 xfs_trans_log_buf(sc->tp, bp, 0, BBTOB(bp->b_length) - 1); in xrep_superblock() 208 memset(agf, 0, BBTOB(agf_bp->b_length)); in xrep_agf_init_header() 325 xfs_trans_log_buf(sc->tp, agf_bp, 0, BBTOB(agf_bp->b_length) - 1); in xrep_agf_commit_new() 688 memset(agfl, 0xFF, BBTOB(agfl_bp->b_length)); in xrep_agfl_init_header() 707 xfs_trans_log_buf(sc->tp, agfl_bp, 0, BBTOB(agfl_bp->b_length) - 1); in xrep_agfl_init_header() 901 memset(agi, 0, BBTOB(agi_bp->b_length)); in xrep_agi_init_header() 1697 xfs_trans_log_buf(sc->tp, agi_bp, 0, BBTOB(agi_bp->b_length) - 1); in xrep_agi_commit_new()
|
| H A D | ialloc_repair.c | 159 if (offset >= BBTOB(cluster_bp->b_length)) in xrep_ibt_check_ifree()
|
| H A D | agheader.c | 421 if (memchr_inv((char *)sb + sblen, 0, BBTOB(bp->b_length) - sblen)) in xchk_superblock()
|
| H A D | attr_repair.c | 582 *actual_len = XFS_BB_TO_FSB(rx->sc->mp, bp->b_length); in xrep_xattr_recover_block()
|
| H A D | dir_repair.c | 481 end = min_t(unsigned int, BBTOB(bp->b_length), in xrep_dir_recover_data()
|
| H A D | inode_repair.c | 220 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; in xrep_dinode_buf()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.h | 99 u8 b_length; member
|
| H A D | uvc_configfs.c | 814 UVCG_EXTENSION_ATTR(b_length, bLength, _RO); 3299 desc->bLength = frm->frame.b_length; in __uvcg_copy_framebased_desc()
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 685 u8 b_length; in cpqhp_save_used_resources() local 736 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources() 738 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources() 744 io_node->length = (b_length - b_base + 0x10) << 8; in cpqhp_save_used_resources()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 625 if (memchr_inv(rsb + 1, 0, BBTOB(bp->b_length) - sizeof(*rsb))) in xfs_rtsb_verify_common()
|
| H A D | xfs_inode_buf.c | 53 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; in xfs_inode_buf_verify()
|
| H A D | xfs_sb.c | 1438 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xfs_update_secondary_sbs()
|
| H A D | xfs_ialloc.c | 373 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); in xfs_ialloc_inode_init()
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 232 !xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length), 321 xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), XFS_FOO_CRC_OFF);
|