Searched refs:entry2 (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/ext2/
H A Dxattr.c901 struct ext2_xattr_entry *entry1, *entry2; local
904 entry2 = ENTRY(header2+1);
906 if (IS_LAST_ENTRY(entry2))
908 if (entry1->e_hash != entry2->e_hash ||
909 entry1->e_name_index != entry2->e_name_index ||
910 entry1->e_name_len != entry2->e_name_len ||
911 entry1->e_value_size != entry2->e_value_size ||
912 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
914 if (entry1->e_value_block != 0 || entry2->e_value_block != 0)
917 (char *)header2 + le16_to_cpu(entry2
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Duda.c176 * @entry2: Multcast group info in context
179 struct irdma_mcast_grp_ctx_entry_info *entry2)
181 if (entry1->dest_port == entry2->dest_port &&
182 entry1->qp_id == entry2->qp_id)
178 irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, struct irdma_mcast_grp_ctx_entry_info *entry2) argument
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c217 /* Note entry1 and entry2 are not swappable. only skip ip and
221 struct nfp_fl_ct_flow_entry *entry2)
225 entry2->type == CT_TYPE_POST_CT)
231 /* Note entry1 and entry2 are not swappable, entry1 should be
233 * if existed, and entry2 should be the latter flow whose action
237 struct nfp_fl_ct_flow_entry *entry2)
243 entry2->rule->match.dissector->used_keys;
254 if (entry1->netdev && entry2->netdev &&
255 entry1->netdev != entry2->netdev)
265 flow_rule_match_control(entry2
220 nfp_ct_merge_check_cannot_skip(struct nfp_fl_ct_flow_entry *entry1, struct nfp_fl_ct_flow_entry *entry2) argument
236 nfp_ct_merge_check(struct nfp_fl_ct_flow_entry *entry1, struct nfp_fl_ct_flow_entry *entry2) argument
[all...]
/linux-master/fs/ext4/
H A Dblock_validity.c47 struct ext4_system_zone *entry2)
49 if ((entry1->start_blk + entry1->count) == entry2->start_blk &&
50 entry1->ino == entry2->ino)
46 can_merge(struct ext4_system_zone *entry1, struct ext4_system_zone *entry2) argument
H A Dxattr.c3060 struct ext4_xattr_entry *entry1, *entry2; local
3063 entry2 = ENTRY(header2+1);
3065 if (IS_LAST_ENTRY(entry2))
3067 if (entry1->e_hash != entry2->e_hash ||
3068 entry1->e_name_index != entry2->e_name_index ||
3069 entry1->e_name_len != entry2->e_name_len ||
3070 entry1->e_value_size != entry2->e_value_size ||
3071 entry1->e_value_inum != entry2->e_value_inum ||
3072 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
3076 (char *)header2 + le16_to_cpu(entry2
[all...]
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c386 struct resource_entry *entry1, *entry2; local
389 entry2 = container_of(b, struct resource_entry, node);
391 return resource_size(entry2->res) - resource_size(entry1->res);
/linux-master/mm/
H A Ddebug_vm_pgtable.c828 swp_entry_t entry, entry2; local
842 entry2 = pte_to_swp_entry(pte);
843 WARN_ON(memcmp(&entry, &entry2, sizeof(entry)));
849 entry2 = pte_to_swp_entry(pte);
850 WARN_ON(memcmp(&entry, &entry2, sizeof(entry)));
855 entry2 = pte_to_swp_entry(pte);
856 WARN_ON(memcmp(&entry, &entry2, sizeof(entry)));
/linux-master/include/linux/
H A Dlist.h265 * list_swap - replace entry1 with entry2 and re-add entry1 at entry2's position
266 * @entry1: the location to place entry2
267 * @entry2: the location to place entry1
270 struct list_head *entry2)
272 struct list_head *pos = entry2->prev;
274 list_del(entry2);
275 list_replace(entry1, entry2);
277 pos = entry2;
269 list_swap(struct list_head *entry1, struct list_head *entry2) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2823 struct xfs_attr_leaf_entry *entry2; local
2861 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
2881 if (entry2->flags & XFS_ATTR_LOCAL) {
2890 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval));
2896 ASSERT((entry2->flags & XFS_ATTR_INCOMPLETE) == 0);
2910 entry2->flags |= XFS_ATTR_INCOMPLETE;
2912 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2)));
2913 if ((entry2->flags & XFS_ATTR_LOCAL) == 0) {
/linux-master/drivers/acpi/
H A Dpci_root.c811 struct resource_entry *tmp, *entry, *entry2; local
839 resource_list_for_each_entry(entry2, resources) {
840 res2 = entry2->res;
/linux-master/fs/bcachefs/
H A Dextents.c901 const union bch_extent_entry *entry1, *entry2; local
908 bkey_for_each_ptr_decode(k2.k, ptrs2, p2, entry2)
926 union bch_extent_entry *entry2; local
929 bkey_for_each_ptr_decode(k2.k, ptrs2, p2, entry2)
934 return &entry2->ptr;
/linux-master/drivers/char/ipmi/
H A Dipmi_devintf.c894 struct ipmi_reg_list *entry, *entry2; local
896 list_for_each_entry_safe(entry, entry2, &reg_list, link) {
/linux-master/fs/ocfs2/
H A Ddir.c3481 const struct ocfs2_dx_entry *entry2 = b; local
3483 u32 major_hash2 = le32_to_cpu(entry2->dx_major_hash);
3485 u32 minor_hash2 = le32_to_cpu(entry2->dx_minor_hash);
3505 struct ocfs2_dx_entry *entry2 = b; local
3509 swap(*entry1, *entry2);
/linux-master/lib/
H A Dtest_maple_tree.c394 void *entry, *entry2; local
583 entry2 = mas_prev(&mas, 0);
586 MT_BUG_ON(mt, entry != entry2);
594 entry2 = mas_prev(&mas, 0);
595 MT_BUG_ON(mt, entry != entry2);
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h2421 * @entry2: pyramid LUT entry2, range [0x0, 0x3f]
2427 __u32 entry2:6; member in struct:ipu3_uapi_anr_stitch_pyramid
/linux-master/tools/testing/radix-tree/
H A Dmaple.c34801 void *entry2; /* The second entry value */ member in struct:rcu_test_struct
[all...]

Completed in 464 milliseconds