Searched refs:fab (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/scrub/ |
A D | agheader_repair.c | 119 struct xrep_find_ag_btree *fab) in xrep_check_btree_root() argument 125 fab->height <= fab->maxlevels; in xrep_check_btree_root() 141 struct xrep_find_ag_btree *fab, in xrep_agf_find_btrees() argument 162 if (fab[XREP_AGF_RMAPBT].root != in xrep_agf_find_btrees() 210 struct xrep_find_ag_btree *fab) in xrep_agf_set_roots() argument 213 cpu_to_be32(fab[XREP_AGF_BNOBT].root); in xrep_agf_set_roots() 218 cpu_to_be32(fab[XREP_AGF_CNTBT].root); in xrep_agf_set_roots() 419 xrep_agf_set_roots(sc, agf, fab); in xrep_agf() 726 struct xrep_find_ag_btree *fab) in xrep_agi_find_btrees() argument 794 struct xrep_find_ag_btree *fab) in xrep_agi_set_roots() argument [all …]
|
A D | repair.c | 681 struct xrep_find_ag_btree *fab, in xrep_findroot_block() argument 754 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block() 766 bp->b_ops = fab->buf_ops; in xrep_findroot_block() 798 fab->root = NULLAGBLOCK; in xrep_findroot_block() 809 fab->height = block_level + 1; in xrep_findroot_block() 818 fab->root = agbno; in xrep_findroot_block() 820 fab->root = NULLAGBLOCK; in xrep_findroot_block() 852 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap() 889 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots() 892 fab->root = NULLAGBLOCK; in xrep_find_ag_btree_roots() [all …]
|
/linux/arch/arm/boot/dts/ |
A D | tegra30-cardhu.dtsi | 9 * This file contains common DT entry for all fab version of Cardhu. 10 * There is multiple fab version of Cardhu starting from A01 to A07. 11 * Cardhu fab version A01 and A03 are not supported. Cardhu fab version 13 * Cardhu fab version A04. The Cardhu fab version A05, A06, A07 are 14 * compatible with fab version A04. Based on Cardhu fab version, the 15 * related dts file need to be chosen like for Cardhu fab version A02, 16 * use tegra30-cardhu-a02.dts, Cardhu fab version A04 and later, use 21 * number is the fab version like here it is 002 and hence fab version A02.
|
A D | lpc32xx.dtsi | 309 fab {
|
/linux/Documentation/devicetree/bindings/fuse/ |
A D | nvidia,tegra20-fuse.txt | 14 available in later generations such as fab code, lot code, wafer id,..
|
/linux/drivers/scsi/fcoe/ |
A D | fcoe_ctlr.c | 897 struct fip_fab_desc *fab; in fcoe_ctlr_parse_adv() local 964 fab = (struct fip_fab_desc *)desc; in fcoe_ctlr_parse_adv() 965 fcf->fabric_name = get_unaligned_be64(&fab->fd_wwn); in fcoe_ctlr_parse_adv() 966 fcf->vfid = ntohs(fab->fd_vfid); in fcoe_ctlr_parse_adv() 967 fcf->fc_map = ntoh24(fab->fd_map); in fcoe_ctlr_parse_adv()
|
Completed in 52 milliseconds