Home
last modified time | relevance | path

Searched refs:hdr2 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_node.c925 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_order() local
928 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_order()
932 if (hdr1.count > 0 && hdr2.count > 0 && in xfs_dir2_leafn_order()
934 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order()
967 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_rebalance() local
984 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_rebalance()
988 oldsum = hdr1.count + hdr2.count; in xfs_dir2_leafn_rebalance()
990 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()
1022 &hdr2, ents2, 0, count); in xfs_dir2_leafn_rebalance()
1024 xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0, in xfs_dir2_leafn_rebalance()
[all …]
/linux-4.4.14/drivers/infiniband/core/
Duser_mad.c401 struct ib_user_mad_hdr *hdr2) in same_destination() argument
403 if (!hdr1->grh_present && !hdr2->grh_present) in same_destination()
404 return (hdr1->lid == hdr2->lid); in same_destination()
406 if (hdr1->grh_present && hdr2->grh_present) in same_destination()
407 return !memcmp(hdr1->gid, hdr2->gid, 16); in same_destination()
/linux-4.4.14/arch/arm/kernel/
Datags_parse.c43 struct tag_header hdr2; member
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c1824 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() argument
1828 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver) in fw_compatible()
1831 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x) in fw_compatible()
1832 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3036 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() argument
3040 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver) in fw_compatible()
3043 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x) in fw_compatible()
3044 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()