Searched refs:fab (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/xfs/scrub/ |
D | agheader_repair.c | 131 struct xrep_find_ag_btree *fab) in xrep_check_btree_root() argument 133 return xfs_verify_agbno(sc->sa.pag, fab->root) && in xrep_check_btree_root() 134 fab->height <= fab->maxlevels; in xrep_check_btree_root() 150 struct xrep_find_ag_btree *fab, in xrep_agf_find_btrees() argument 157 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp); in xrep_agf_find_btrees() 162 if (!xrep_check_btree_root(sc, &fab[XREP_AGF_BNOBT]) || in xrep_agf_find_btrees() 163 !xrep_check_btree_root(sc, &fab[XREP_AGF_CNTBT]) || in xrep_agf_find_btrees() 164 !xrep_check_btree_root(sc, &fab[XREP_AGF_RMAPBT])) in xrep_agf_find_btrees() 171 if (fab[XREP_AGF_RMAPBT].root != in xrep_agf_find_btrees() 177 !xrep_check_btree_root(sc, &fab[XREP_AGF_REFCOUNTBT])) in xrep_agf_find_btrees() [all …]
|
D | repair.c | 681 struct xrep_find_ag_btree *fab, in xrep_findroot_block() argument 735 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block() 736 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block() 754 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block() 766 bp->b_ops = fab->buf_ops; in xrep_findroot_block() 767 fab->buf_ops->verify_read(bp); in xrep_findroot_block() 797 if (block_level + 1 == fab->height) { in xrep_findroot_block() 798 fab->root = NULLAGBLOCK; in xrep_findroot_block() 800 } else if (block_level < fab->height) { in xrep_findroot_block() 809 fab->height = block_level + 1; in xrep_findroot_block() [all …]
|
/linux-6.1.9/tools/testing/selftests/drivers/net/bonding/ |
D | bond-break-lacpdu-tx.sh | 27 ip link del fab-br0 >/dev/null 2>&1 || : 40 ip link add fab-br0 address 52:54:00:3B:7C:A6 mtu 1500 type bridge \ 59 ip link set fbond master fab-br0 66 ip link set fab-br0 up 68 ip addr add dev fab-br0 10.0.0.3
|
/linux-6.1.9/arch/arm/boot/dts/ |
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.
|
D | lpc32xx.dtsi | 309 fab {
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 895 struct fip_fab_desc *fab; in fcoe_ctlr_parse_adv() local 962 fab = (struct fip_fab_desc *)desc; in fcoe_ctlr_parse_adv() 963 fcf->fabric_name = get_unaligned_be64(&fab->fd_wwn); in fcoe_ctlr_parse_adv() 964 fcf->vfid = ntohs(fab->fd_vfid); in fcoe_ctlr_parse_adv() 965 fcf->fc_map = ntoh24(fab->fd_map); in fcoe_ctlr_parse_adv()
|