Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext2/
H 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()
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()
916 (char *)header2 + le16_to_cpu(entry2->e_value_offs), in ext2_xattr_cmp()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dlist.h187 struct list_head *entry2) in list_swap() argument
189 struct list_head *pos = entry2->prev; in list_swap()
191 list_del(entry2); in list_swap()
192 list_replace(entry1, entry2); in list_swap()
194 pos = entry2; in list_swap()
/OK3568_Linux_fs/kernel/fs/ext4/
H 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()
H A Dxattr.c3001 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local
3004 entry2 = ENTRY(header2+1); in ext4_xattr_cmp()
3006 if (IS_LAST_ENTRY(entry2)) in ext4_xattr_cmp()
3008 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp()
3009 entry1->e_name_index != entry2->e_name_index || in ext4_xattr_cmp()
3010 entry1->e_name_len != entry2->e_name_len || in ext4_xattr_cmp()
3011 entry1->e_value_size != entry2->e_value_size || in ext4_xattr_cmp()
3012 entry1->e_value_inum != entry2->e_value_inum || in ext4_xattr_cmp()
3013 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext4_xattr_cmp()
3017 (char *)header2 + le16_to_cpu(entry2->e_value_offs), in ext4_xattr_cmp()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c350 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local
353 entry2 = container_of(b, struct resource_entry, node); in cdns_pcie_host_dma_ranges_cmp()
355 return resource_size(entry2->res) - resource_size(entry1->res); in cdns_pcie_host_dma_ranges_cmp()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c107 const ZipEntry* entry2 = (const ZipEntry*) ventry2; in hashcmpZipEntry() local
109 if (entry1->fileNameLen != entry2->fileNameLen) in hashcmpZipEntry()
110 return entry1->fileNameLen - entry2->fileNameLen; in hashcmpZipEntry()
111 return memcmp(entry1->fileName, entry2->fileName, entry1->fileNameLen); in hashcmpZipEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c107 const ZipEntry* entry2 = (const ZipEntry*) ventry2; in hashcmpZipEntry() local
109 if (entry1->fileNameLen != entry2->fileNameLen) in hashcmpZipEntry()
110 return entry1->fileNameLen - entry2->fileNameLen; in hashcmpZipEntry()
111 return memcmp(entry1->fileName, entry2->fileName, entry1->fileNameLen); in hashcmpZipEntry()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_root.c687 struct resource_entry *tmp, *entry, *entry2; in acpi_pci_root_validate_resources() local
715 resource_list_for_each_entry(entry2, resources) { in acpi_pci_root_validate_resources()
716 res2 = entry2->res; in acpi_pci_root_validate_resources()
/OK3568_Linux_fs/kernel/Documentation/locking/
H 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);
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2857 struct xfs_attr_leaf_entry *entry2; in xfs_attr3_leaf_flipflags() local
2895 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags()
2915 if (entry2->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags()
2924 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags()
2930 ASSERT((entry2->flags & XFS_ATTR_INCOMPLETE) == 0); in xfs_attr3_leaf_flipflags()
2944 entry2->flags |= XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags()
2946 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2))); in xfs_attr3_leaf_flipflags()
2947 if ((entry2->flags & XFS_ATTR_LOCAL) == 0) { in xfs_attr3_leaf_flipflags()
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_devintf.c893 struct ipmi_reg_list *entry, *entry2; in cleanup_ipmi() local
895 list_for_each_entry_safe(entry, entry2, &reg_list, link) { in cleanup_ipmi()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddir.c3485 const struct ocfs2_dx_entry *entry2 = b; in dx_leaf_sort_cmp() local
3487 u32 major_hash2 = le32_to_cpu(entry2->dx_major_hash); in dx_leaf_sort_cmp()
3489 u32 minor_hash2 = le32_to_cpu(entry2->dx_minor_hash); in dx_leaf_sort_cmp()
3509 struct ocfs2_dx_entry *entry2 = b; in dx_leaf_sort_swap() local
3513 swap(*entry1, *entry2); in dx_leaf_sort_swap()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/include/
H A Dintel-ipu3.h2390 __u32 entry2:6; member