Home
last modified time | relevance | path

Searched refs:entry1 (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.15/fs/ext2/
Dxattr.c900 struct ext2_xattr_entry *entry1, *entry2; in ext2_xattr_cmp() local
902 entry1 = ENTRY(header1+1); in ext2_xattr_cmp()
904 while (!IS_LAST_ENTRY(entry1)) { in ext2_xattr_cmp()
907 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp()
908 entry1->e_name_index != entry2->e_name_index || in ext2_xattr_cmp()
909 entry1->e_name_len != entry2->e_name_len || in ext2_xattr_cmp()
910 entry1->e_value_size != entry2->e_value_size || in ext2_xattr_cmp()
911 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext2_xattr_cmp()
913 if (entry1->e_value_block != 0 || entry2->e_value_block != 0) in ext2_xattr_cmp()
915 if (memcmp((char *)header1 + le16_to_cpu(entry1->e_value_offs), in ext2_xattr_cmp()
[all …]
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c79 static int nfp_ct_merge_check(struct nfp_fl_ct_flow_entry *entry1, in nfp_ct_merge_check() argument
82 unsigned int ovlp_keys = entry1->rule->match.dissector->used_keys & in nfp_ct_merge_check()
92 flow_rule_match_control(entry1->rule, &match1); in nfp_ct_merge_check()
102 flow_rule_match_basic(entry1->rule, &match1); in nfp_ct_merge_check()
112 flow_rule_match_ipv4_addrs(entry1->rule, &match1); in nfp_ct_merge_check()
122 flow_rule_match_ipv6_addrs(entry1->rule, &match1); in nfp_ct_merge_check()
132 flow_rule_match_ports(entry1->rule, &match1); in nfp_ct_merge_check()
142 flow_rule_match_eth_addrs(entry1->rule, &match1); in nfp_ct_merge_check()
152 flow_rule_match_vlan(entry1->rule, &match1); in nfp_ct_merge_check()
162 flow_rule_match_mpls(entry1->rule, &match1); in nfp_ct_merge_check()
[all …]
/Linux-v5.15/fs/ext4/
Dblock_validity.c46 static inline int can_merge(struct ext4_system_zone *entry1, in can_merge() argument
49 if ((entry1->start_blk + entry1->count) == entry2->start_blk && in can_merge()
50 entry1->ino == entry2->ino) in can_merge()
Dxattr.c2985 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local
2987 entry1 = ENTRY(header1+1); in ext4_xattr_cmp()
2989 while (!IS_LAST_ENTRY(entry1)) { in ext4_xattr_cmp()
2992 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp()
2993 entry1->e_name_index != entry2->e_name_index || in ext4_xattr_cmp()
2994 entry1->e_name_len != entry2->e_name_len || in ext4_xattr_cmp()
2995 entry1->e_value_size != entry2->e_value_size || in ext4_xattr_cmp()
2996 entry1->e_value_inum != entry2->e_value_inum || in ext4_xattr_cmp()
2997 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext4_xattr_cmp()
2999 if (!entry1->e_value_inum && in ext4_xattr_cmp()
[all …]
/Linux-v5.15/drivers/infiniband/hw/irdma/
Duda.c184 static bool irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, in irdma_compare_mgs() argument
187 if (entry1->dest_port == entry2->dest_port && in irdma_compare_mgs()
188 entry1->qp_id == entry2->qp_id) in irdma_compare_mgs()
/Linux-v5.15/arch/x86/kernel/apic/
Dio_apic.c489 struct IO_APIC_route_entry entry, entry1; in __eoi_ioapic_pin() local
491 entry = entry1 = __ioapic_read_entry(apic, pin); in __eoi_ioapic_pin()
496 entry1.masked = true; in __eoi_ioapic_pin()
497 entry1.is_level = false; in __eoi_ioapic_pin()
499 __ioapic_write_entry(apic, pin, entry1); in __eoi_ioapic_pin()
2078 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local
2097 memset(&entry1, 0, sizeof(entry1)); in unlock_ExtINT_logic()
2099 entry1.dest_mode_logical = true; in unlock_ExtINT_logic()
2100 entry1.masked = false; in unlock_ExtINT_logic()
2101 entry1.destid_0_7 = apic_id & 0xFF; in unlock_ExtINT_logic()
[all …]
/Linux-v5.15/include/linux/
Dlist.h186 static inline void list_swap(struct list_head *entry1, in list_swap() argument
192 list_replace(entry1, entry2); in list_swap()
193 if (pos == entry1) in list_swap()
195 list_add(entry1, pos); in list_swap()
/Linux-v5.15/drivers/pci/controller/cadence/
Dpcie-cadence-host.c351 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local
353 entry1 = container_of(a, struct resource_entry, node); in cdns_pcie_host_dma_ranges_cmp()
356 return resource_size(entry2->res) - resource_size(entry1->res); in cdns_pcie_host_dma_ranges_cmp()
/Linux-v5.15/net/ipv4/netfilter/
Darp_tables.c1161 void *pos, *entry0, *entry1; in translate_compat_table() local
1203 entry1 = newinfo->entries; in translate_compat_table()
1204 pos = entry1; in translate_compat_table()
1208 newinfo, entry1); in translate_compat_table()
1225 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table()
1230 *pentry0 = entry1; in translate_compat_table()
Dip_tables.c1396 void *pos, *entry0, *entry1; in translate_compat_table() local
1438 entry1 = newinfo->entries; in translate_compat_table()
1439 pos = entry1; in translate_compat_table()
1443 newinfo, entry1); in translate_compat_table()
1465 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table()
1470 *pentry0 = entry1; in translate_compat_table()
/Linux-v5.15/net/ipv6/netfilter/
Dip6_tables.c1412 void *pos, *entry0, *entry1; in translate_compat_table() local
1454 entry1 = newinfo->entries; in translate_compat_table()
1455 pos = entry1; in translate_compat_table()
1459 newinfo, entry1); in translate_compat_table()
1475 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table()
1480 *pentry0 = entry1; in translate_compat_table()
/Linux-v5.15/net/netfilter/
Dnf_flow_table_offload.c218 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local
251 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 8, in flow_offload_eth_src()
265 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local
310 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_dst()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr_leaf.c2857 struct xfs_attr_leaf_entry *entry1; in xfs_attr3_leaf_flipflags() local
2893 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index]; in xfs_attr3_leaf_flipflags()
2907 if (entry1->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags()
2925 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags()
2930 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE); in xfs_attr3_leaf_flipflags()
2933 entry1->flags &= ~XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags()
2935 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1))); in xfs_attr3_leaf_flipflags()
2937 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_flipflags()
/Linux-v5.15/fs/ocfs2/
Ddir.c3482 const struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_cmp() local
3484 u32 major_hash1 = le32_to_cpu(entry1->dx_major_hash); in dx_leaf_sort_cmp()
3486 u32 minor_hash1 = le32_to_cpu(entry1->dx_minor_hash); in dx_leaf_sort_cmp()
3506 struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_swap() local
3509 BUG_ON(size != sizeof(*entry1)); in dx_leaf_sort_swap()
3511 swap(*entry1, *entry2); in dx_leaf_sort_swap()
/Linux-v5.15/drivers/staging/media/ipu3/include/uapi/
Dintel-ipu3.h2390 __u32 entry1:6; member