Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 – 13 of 13) sorted by relevance

/linux/fs/ext2/
A Dxattr.c900 struct ext2_xattr_entry *entry1, *entry2; in ext2_xattr_cmp() local
903 entry2 = ENTRY(header2+1); in ext2_xattr_cmp()
905 if (IS_LAST_ENTRY(entry2)) 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()
913 if (entry1->e_value_block != 0 || entry2->e_value_block != 0) in ext2_xattr_cmp()
916 (char *)header2 + le16_to_cpu(entry2->e_value_offs), in ext2_xattr_cmp()
921 entry2 = EXT2_XATTR_NEXT(entry2); in ext2_xattr_cmp()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c80 struct nfp_fl_ct_flow_entry *entry2) in nfp_ct_merge_check() argument
83 entry2->rule->match.dissector->used_keys; in nfp_ct_merge_check()
93 flow_rule_match_control(entry2->rule, &match2); in nfp_ct_merge_check()
103 flow_rule_match_basic(entry2->rule, &match2); in nfp_ct_merge_check()
133 flow_rule_match_ports(entry2->rule, &match2); in nfp_ct_merge_check()
143 flow_rule_match_eth_addrs(entry2->rule, &match2); in nfp_ct_merge_check()
153 flow_rule_match_vlan(entry2->rule, &match2); in nfp_ct_merge_check()
163 flow_rule_match_mpls(entry2->rule, &match2); in nfp_ct_merge_check()
173 flow_rule_match_tcp(entry2->rule, &match2); in nfp_ct_merge_check()
183 flow_rule_match_ip(entry2->rule, &match2); in nfp_ct_merge_check()
[all …]
/linux/drivers/infiniband/hw/irdma/
A Duda.c185 struct irdma_mcast_grp_ctx_entry_info *entry2) 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/include/linux/
A Dlist.h189 struct list_head *entry2) in list_swap() argument
191 struct list_head *pos = entry2->prev; in list_swap()
193 list_del(entry2); in list_swap()
194 list_replace(entry1, entry2); in list_swap()
196 pos = entry2; in list_swap()
/linux/fs/ext4/
A Dblock_validity.c47 struct ext4_system_zone *entry2) 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()
A Dxattr.c2985 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local
2988 entry2 = ENTRY(header2+1); in ext4_xattr_cmp()
2990 if (IS_LAST_ENTRY(entry2)) 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()
3001 (char *)header2 + le16_to_cpu(entry2->e_value_offs), in ext4_xattr_cmp()
3006 entry2 = EXT4_XATTR_NEXT(entry2); in ext4_xattr_cmp()
[all …]
/linux/drivers/pci/controller/cadence/
A Dpcie-cadence-host.c351 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local
354 entry2 = container_of(b, 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/drivers/acpi/
A Dpci_root.c684 struct resource_entry *tmp, *entry, *entry2; in acpi_pci_root_validate_resources() local
712 resource_list_for_each_entry(entry2, resources) { in acpi_pci_root_validate_resources()
713 res2 = entry2->res; in acpi_pci_root_validate_resources()
/linux/Documentation/locking/
A Dww-mutex-design.rst189 struct obj_entry *entry, *entry2;
196 entry2 = entry;
198 list_for_each_entry_continue_reverse (entry2, list, head)
199 ww_mutex_unlock(&entry2->obj->lock);
/linux/fs/xfs/libxfs/
A Dxfs_attr_leaf.c2858 struct xfs_attr_leaf_entry *entry2; in xfs_attr3_leaf_flipflags() local
2896 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags()
2916 if (entry2->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()
2931 ASSERT((entry2->flags & XFS_ATTR_INCOMPLETE) == 0); in xfs_attr3_leaf_flipflags()
2945 entry2->flags |= XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags()
2947 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2))); in xfs_attr3_leaf_flipflags()
2948 if ((entry2->flags & XFS_ATTR_LOCAL) == 0) { in xfs_attr3_leaf_flipflags()
/linux/drivers/char/ipmi/
A Dipmi_devintf.c894 struct ipmi_reg_list *entry, *entry2; in cleanup_ipmi() local
896 list_for_each_entry_safe(entry, entry2, &reg_list, link) { in cleanup_ipmi()
/linux/fs/ocfs2/
A Ddir.c3483 const struct ocfs2_dx_entry *entry2 = b; in dx_leaf_sort_cmp() local
3485 u32 major_hash2 = le32_to_cpu(entry2->dx_major_hash); in dx_leaf_sort_cmp()
3487 u32 minor_hash2 = le32_to_cpu(entry2->dx_minor_hash); in dx_leaf_sort_cmp()
3507 struct ocfs2_dx_entry *entry2 = b; in dx_leaf_sort_swap() local
3511 swap(*entry1, *entry2); in dx_leaf_sort_swap()
/linux/drivers/staging/media/ipu3/include/uapi/
A Dintel-ipu3.h2396 __u32 entry2:6; member

Completed in 51 milliseconds