Searched refs:finfo (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/fs/nilfs2/
H A Dsegment.c488 /* Size of finfo and binfo is enough small against blocksize */
506 /* skip finfo */
512 struct nilfs_finfo *finfo; local
529 finfo = nilfs_segctor_map_segsum_entry(sci, &sci->sc_finfo_ptr,
530 sizeof(*finfo));
531 finfo->fi_ino = cpu_to_le64(inode->i_ino);
532 finfo->fi_nblocks = cpu_to_le32(sci->sc_blk_cnt);
533 finfo->fi_ndatablk = cpu_to_le32(sci->sc_datablk_cnt);
534 finfo->fi_cno = cpu_to_le64(cno);
1551 struct nilfs_finfo *finfo local
[all...]
/linux-master/tools/bpf/bpftool/
H A Dcommon.c341 const struct bpf_func_info finfo = {}; local
355 if (info.func_info_rec_size > sizeof(finfo))
356 info.func_info_rec_size = sizeof(finfo);
357 info.func_info = ptr_to_u64(&finfo);
366 func_type = btf__type_by_id(prog_btf, finfo.type_id);
H A Dbtf_dumper.c41 struct bpf_func_info finfo; local
71 info.func_info = ptr_to_u64(&finfo);
80 func_type = btf__type_by_id(prog_btf, finfo.type_id);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-ldb.c321 const struct drm_format_info *finfo; local
342 finfo = drm_format_info(di->bus_formats[0]);
344 input_fmts[0] = finfo->depth == 18 ?
H A Dimx8qm-ldb.c318 const struct drm_format_info *finfo; local
339 finfo = drm_format_info(di->bus_formats[0]);
341 input_fmts[0] = finfo->depth == 18 ?
/linux-master/tools/perf/util/
H A Dbpf-event.c130 const struct bpf_func_info *finfo; local
139 finfo = func_infos + sub_id * info->func_info_rec_size;
140 t = btf__type_by_id(btf, finfo->type_id);
/linux-master/fs/hfs/
H A Dhfs.h136 struct hfs_finfo finfo; member in struct:hfs_finder_info::__anon11560
/linux-master/tools/lib/bpf/
H A Dbpf.c242 void *finfo = NULL, *linfo = NULL; local
330 while (errno == E2BIG && (!finfo || !linfo)) {
331 if (!finfo && attr.func_info_cnt &&
334 finfo = alloc_zero_tailing_info(func_info,
338 if (!finfo) {
343 attr.func_info = ptr_to_u64(finfo);
382 free(finfo);
/linux-master/drivers/iommu/
H A Dexynos-iommu.c314 const struct sysmmu_v1_fault_info *finfo; local
319 finfo = &sysmmu_v1_faults[itype];
320 fault->addr = readl(data->sfrbase + finfo->addr_reg);
321 fault->name = finfo->name;
322 fault->type = finfo->type;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c203 struct octnet_buf_free_info *finfo; local
210 finfo = buf;
211 skb = finfo->skb;
230 struct octnet_buf_free_info *finfo; local
238 finfo = buf;
239 skb = finfo->skb;
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpe.c760 const struct v4l2_format_info *finfo; local
763 finfo = v4l2_format_info(fmt->fourcc);
764 if (v4l2_is_format_rgb(finfo)) {
1604 const struct v4l2_format_info *finfo; local
1664 finfo = v4l2_format_info(fmt->fourcc);
1676 if (v4l2_is_format_rgb(finfo)) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2684 union rtw89_btc_fbtc_rpt_ctrl_ver_info finfo; member in struct:rtw89_btc_report_ctrl_state
2689 union rtw89_btc_fbtc_tdma_le32 finfo; member in struct:rtw89_btc_rpt_fbtc_tdma
2694 struct rtw89_btc_fbtc_slots finfo; /* info from fw */ member in struct:rtw89_btc_rpt_fbtc_slots
2699 union rtw89_btc_fbtc_cysta_info finfo; member in struct:rtw89_btc_rpt_fbtc_cysta
2704 union rtw89_btc_fbtc_steps_info finfo; /* info from fw */ member in struct:rtw89_btc_rpt_fbtc_step
2709 union rtw89_btc_fbtc_cynullsta_info finfo; member in struct:rtw89_btc_rpt_fbtc_nullsta
2714 union rtw89_btc_fbtc_mreg_val finfo; /* info from fw */ member in struct:rtw89_btc_rpt_fbtc_mreg
2719 struct rtw89_btc_fbtc_gpio_dbg finfo; /* info from fw */ member in struct:rtw89_btc_rpt_fbtc_gpio_dbg
2724 struct rtw89_btc_fbtc_btver finfo; /* info from fw */ member in struct:rtw89_btc_rpt_fbtc_btver
2729 union rtw89_btc_fbtc_btscan finfo; /* inf member in struct:rtw89_btc_rpt_fbtc_btscan
2734 union rtw89_btc_fbtc_btafh_info finfo; member in struct:rtw89_btc_rpt_fbtc_btafh
2739 struct rtw89_btc_fbtc_btdevinfo finfo; /* info from fw */ member in struct:rtw89_btc_rpt_fbtc_btdev
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4786 struct bpf_func_info *finfo; local
4908 finfo = func_info;
4913 t = btf__type_by_id(btf, finfo->type_id);
4915 finfo->type_id)) {
4932 finfo = (void *)finfo + rec_size;
6493 struct bpf_func_info *finfo; local
6550 finfo = func_info;
6554 if (CHECK(finfo->type_id != test->func_info[i][1],
6556 finfo
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3977 struct ia_css_frame_info *finfo)
4041 struct ia_css_frame_info *finfo) =
3976 get_frame_info_nop(struct atomisp_sub_device *asd, struct ia_css_frame_info *finfo) argument

Completed in 237 milliseconds

12