Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_node.c977 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_order() local
980 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_order()
984 if (hdr1.count > 0 && hdr2.count > 0 && in xfs_dir2_leafn_order()
986 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order()
1019 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_rebalance() local
1033 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_rebalance()
1037 oldsum = hdr1.count + hdr2.count; in xfs_dir2_leafn_rebalance()
1039 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()
1071 &hdr2, ents2, 0, count); in xfs_dir2_leafn_rebalance()
1073 xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0, in xfs_dir2_leafn_rebalance()
[all …]
/Linux-v4.19/drivers/infiniband/core/
Duser_mad.c425 struct ib_user_mad_hdr *hdr2) in same_destination() argument
427 if (!hdr1->grh_present && !hdr2->grh_present) in same_destination()
428 return (hdr1->lid == hdr2->lid); in same_destination()
430 if (hdr1->grh_present && hdr2->grh_present) in same_destination()
431 return !memcmp(hdr1->gid, hdr2->gid, 16); in same_destination()
/Linux-v4.19/arch/arm/kernel/
Datags_parse.c44 struct tag_header hdr2; member
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_hw.c2225 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() argument
2229 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver) in fw_compatible()
2232 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x) in fw_compatible()
2233 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3442 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() argument
3446 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver) in fw_compatible()
3449 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x) in fw_compatible()
3450 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()