/linux-4.4.14/fs/nilfs2/ |
H A D | direct.c | 303 union nilfs_binfo *binfo) nilfs_direct_assign_v() 313 binfo->bi_v.bi_vblocknr = cpu_to_le64(ptr); nilfs_direct_assign_v() 314 binfo->bi_v.bi_blkoff = cpu_to_le64(key); nilfs_direct_assign_v() 323 union nilfs_binfo *binfo) nilfs_direct_assign_p() 327 binfo->bi_dat.bi_blkoff = cpu_to_le64(key); nilfs_direct_assign_p() 328 binfo->bi_dat.bi_level = 0; nilfs_direct_assign_p() 336 union nilfs_binfo *binfo) nilfs_direct_assign() 355 nilfs_direct_assign_v(bmap, key, ptr, bh, blocknr, binfo) : nilfs_direct_assign() 356 nilfs_direct_assign_p(bmap, key, ptr, bh, blocknr, binfo); nilfs_direct_assign() 299 nilfs_direct_assign_v(struct nilfs_bmap *direct, __u64 key, __u64 ptr, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign_v() argument 319 nilfs_direct_assign_p(struct nilfs_bmap *direct, __u64 key, __u64 ptr, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign_p() argument 333 nilfs_direct_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign() argument
|
H A D | bmap.c | 373 * @binfo: block information 380 * stored in the place pointed by @bh and @binfo, respectively. On error, one 390 union nilfs_binfo *binfo) nilfs_bmap_assign() 395 ret = bmap->b_ops->bop_assign(bmap, bh, blocknr, binfo); nilfs_bmap_assign() 387 nilfs_bmap_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, unsigned long blocknr, union nilfs_binfo *binfo) nilfs_bmap_assign() argument
|
H A D | btree.c | 2175 union nilfs_binfo *binfo) nilfs_btree_assign_p() 2205 binfo->bi_dat.bi_blkoff = cpu_to_le64(key); nilfs_btree_assign_p() 2206 binfo->bi_dat.bi_level = level; nilfs_btree_assign_p() 2216 union nilfs_binfo *binfo) nilfs_btree_assign_v() 2236 binfo->bi_v.bi_vblocknr = cpu_to_le64(ptr); nilfs_btree_assign_v() 2237 binfo->bi_v.bi_blkoff = cpu_to_le64(key); nilfs_btree_assign_v() 2245 union nilfs_binfo *binfo) nilfs_btree_assign() 2272 nilfs_btree_assign_v(btree, path, level, bh, blocknr, binfo) : nilfs_btree_assign() 2273 nilfs_btree_assign_p(btree, path, level, bh, blocknr, binfo); nilfs_btree_assign() 2284 union nilfs_binfo *binfo) nilfs_btree_assign_gc() 2302 binfo->bi_v.bi_vblocknr = cpu_to_le64((*bh)->b_blocknr); nilfs_btree_assign_gc() 2303 binfo->bi_v.bi_blkoff = cpu_to_le64(key); nilfs_btree_assign_gc() 2170 nilfs_btree_assign_p(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_p() argument 2211 nilfs_btree_assign_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_v() argument 2242 nilfs_btree_assign(struct nilfs_bmap *btree, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign() argument 2281 nilfs_btree_assign_gc(struct nilfs_bmap *btree, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_gc() argument
|
H A D | recovery.c | 354 struct nilfs_binfo_v *binfo; nilfs_scan_dsync_log() local 356 binfo = nilfs_read_summary_info(nilfs, &bh, &offset, nilfs_scan_dsync_log() 357 sizeof(*binfo)); nilfs_scan_dsync_log() 358 if (unlikely(!binfo)) nilfs_scan_dsync_log() 368 rb->vblocknr = le64_to_cpu(binfo->bi_vblocknr); nilfs_scan_dsync_log() 369 rb->blkoff = le64_to_cpu(binfo->bi_blkoff); nilfs_scan_dsync_log()
|
H A D | segment.c | 478 /* Size of finfo and binfo is enough small against blocksize */ nilfs_segctor_segsum_block_required() 604 union nilfs_binfo *binfo) nilfs_write_file_data_binfo() 608 *binfo_v = binfo->bi_v; nilfs_write_file_data_binfo() 613 union nilfs_binfo *binfo) nilfs_write_file_node_binfo() 617 *vblocknr = binfo->bi_v.bi_vblocknr; nilfs_write_file_node_binfo() 653 union nilfs_binfo *binfo) nilfs_write_dat_data_binfo() 657 *blkoff = binfo->bi_dat.bi_blkoff; nilfs_write_dat_data_binfo() 662 union nilfs_binfo *binfo) nilfs_write_dat_node_binfo() 666 *binfo_dat = binfo->bi_dat; nilfs_write_dat_node_binfo() 1556 union nilfs_binfo binfo; nilfs_segctor_update_payload_blocknr() local 1590 &binfo); nilfs_segctor_update_payload_blocknr() 1598 sc_op->write_data_binfo(sci, &ssp, &binfo); nilfs_segctor_update_payload_blocknr() 1600 sc_op->write_node_binfo(sci, &ssp, &binfo); nilfs_segctor_update_payload_blocknr() 602 nilfs_write_file_data_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) nilfs_write_file_data_binfo() argument 611 nilfs_write_file_node_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) nilfs_write_file_node_binfo() argument 651 nilfs_write_dat_data_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) nilfs_write_dat_data_binfo() argument 660 nilfs_write_dat_node_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) nilfs_write_dat_node_binfo() argument
|
H A D | segment.h | 110 * @sc_binfo_ptr: pointer to the current binfo struct in the segment summary
|
/linux-4.4.14/drivers/scsi/ |
H A D | gdth_proc.c | 198 ha->hanum, ha->binfo.type_string); gdth_show_info() 205 (u8)(ha->binfo.upd_fw_ver>>24), gdth_show_info() 206 (u8)(ha->binfo.upd_fw_ver>>16), gdth_show_info() 207 (u8)(ha->binfo.upd_fw_ver), gdth_show_info() 209 ha->binfo.upd_revision); gdth_show_info() 218 ha->binfo.ser_no, ha->binfo.memsize / 1024); gdth_show_info()
|
H A D | gdth.c | 1722 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch, gdth_search_drives() 1732 strcpy(ha->binfo.type_string, gdth_ctr_name(ha)); gdth_search_drives() 1734 TRACE2(("Controller name: %s\n",ha->binfo.type_string)); gdth_search_drives() 1897 ha->hanum, oemstr->text.oem_company_name, ha->binfo.type_string); gdth_search_drives() 1905 ha->hanum, ha->binfo.type_string); gdth_search_drives() 3881 return ((const char *)ha->binfo.type_string); gdth_info()
|
H A D | gdth.h | 929 gdth_binfo_str binfo; /* controller info */ member in struct:__anon9430
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | file_ops.c | 1300 struct hfi1_base_info binfo; get_base_info() local 1309 memset(&binfo, 0, sizeof(binfo)); get_base_info() 1310 binfo.hw_version = dd->revision; get_base_info() 1311 binfo.sw_version = HFI1_KERN_SWVERSION; get_base_info() 1312 binfo.bthqp = kdeth_qp; get_base_info() 1313 binfo.jkey = uctxt->jkey; get_base_info() 1322 binfo.sc_credits_addr = HFI1_MMAP_TOKEN(PIO_CRED, uctxt->ctxt, get_base_info() 1324 binfo.pio_bufbase = HFI1_MMAP_TOKEN(PIO_BUFS, uctxt->ctxt, get_base_info() 1327 binfo.pio_bufbase_sop = HFI1_MMAP_TOKEN(PIO_BUFS_SOP, get_base_info() 1331 binfo.rcvhdr_bufbase = HFI1_MMAP_TOKEN(RCV_HDRQ, uctxt->ctxt, get_base_info() 1334 binfo.rcvegr_bufbase = HFI1_MMAP_TOKEN(RCV_EGRBUF, uctxt->ctxt, get_base_info() 1337 binfo.sdma_comp_bufbase = HFI1_MMAP_TOKEN(SDMA_COMP, uctxt->ctxt, get_base_info() 1343 binfo.user_regbase = HFI1_MMAP_TOKEN(UREGS, uctxt->ctxt, get_base_info() 1348 binfo.events_bufbase = HFI1_MMAP_TOKEN(EVENTS, uctxt->ctxt, get_base_info() 1351 binfo.status_bufbase = HFI1_MMAP_TOKEN(STATUS, uctxt->ctxt, get_base_info() 1355 binfo.rcvhdrtail_base = HFI1_MMAP_TOKEN(RTAIL, uctxt->ctxt, get_base_info() 1358 binfo.subctxt_uregbase = HFI1_MMAP_TOKEN(SUBCTXT_UREGS, get_base_info() 1361 binfo.subctxt_rcvhdrbuf = HFI1_MMAP_TOKEN(SUBCTXT_RCV_HDRQ, get_base_info() 1364 binfo.subctxt_rcvegrbuf = HFI1_MMAP_TOKEN(SUBCTXT_EGRBUF, get_base_info() 1368 sz = (len < sizeof(binfo)) ? len : sizeof(binfo); get_base_info() 1369 if (copy_to_user(ubase, &binfo, sz)) get_base_info()
|
/linux-4.4.14/drivers/char/ipmi/ |
H A D | ipmi_ssif.c | 178 struct i2c_board_info binfo; member in struct:ssif_addr_info 1367 if (info->binfo.addr == addr) { ssif_info_find() 1700 i2c_new_device(to_i2c_adapter(adev), &addr_info->binfo); ssif_adapter_handler() 1735 strncpy(addr_info->binfo.type, DEVICE_NAME, new_ssif_client() 1736 sizeof(addr_info->binfo.type)); new_ssif_client() 1737 addr_info->binfo.addr = addr; new_ssif_client() 1738 addr_info->binfo.platform_data = addr_info; new_ssif_client() 1782 unsigned short addr = info->binfo.addr; ssif_address_list()
|
/linux-4.4.14/arch/mips/bcm47xx/ |
H A D | sprom.c | 660 struct bcma_boardinfo *binfo = &bus->boardinfo; bcm47xx_get_sprom_bcma() local 692 nvram_read_u16(prefix, NULL, "boardvendor", &binfo->vendor, 0, true); bcm47xx_get_sprom_bcma() 693 if (!binfo->vendor) bcm47xx_get_sprom_bcma() 694 binfo->vendor = SSB_BOARDVENDOR_BCM; bcm47xx_get_sprom_bcma() 695 nvram_read_u16(prefix, NULL, "boardtype", &binfo->type, 0, true); bcm47xx_get_sprom_bcma()
|
/linux-4.4.14/drivers/block/ |
H A D | xen-blkfront.c | 1998 unsigned int binfo; blkfront_connect() local 2036 "info", "%u", &binfo, blkfront_connect() 2063 err = xlvbd_alloc_gendisk(sectors, info, binfo, sector_size, blkfront_connect()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc.h | 670 /* These fields used to be binfo */
|