| /fs/xfs/libxfs/ |
| A D | xfs_btree.h | 189 const union xfs_btree_key *key2, 534 const union xfs_btree_key *key2); 550 const union xfs_btree_key *key2) in xfs_btree_keycmp_lt() argument 559 const union xfs_btree_key *key2) in xfs_btree_keycmp_gt() argument 568 const union xfs_btree_key *key2) in xfs_btree_keycmp_eq() argument 577 const union xfs_btree_key *key2) in xfs_btree_keycmp_le() argument 586 const union xfs_btree_key *key2) in xfs_btree_keycmp_ge() argument 595 const union xfs_btree_key *key2) in xfs_btree_keycmp_ne() argument 605 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_lt() argument 615 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_gt() argument [all …]
|
| A D | xfs_refcount_btree.c | 311 const union xfs_btree_key *key2, in xfs_refcountbt_keys_contiguous() argument 317 be32_to_cpu(key2->refc.rc_startblock)); in xfs_refcountbt_keys_contiguous()
|
| A D | xfs_alloc_btree.c | 402 const union xfs_btree_key *key2, in xfs_allocbt_keys_contiguous() argument 408 be32_to_cpu(key2->alloc.ar_startblock)); in xfs_allocbt_keys_contiguous()
|
| A D | xfs_rtrefcount_btree.c | 277 const union xfs_btree_key *key2, in xfs_rtrefcountbt_keys_contiguous() argument 283 be32_to_cpu(key2->refc.rc_startblock)); in xfs_rtrefcountbt_keys_contiguous()
|
| A D | xfs_bmap_btree.c | 498 const union xfs_btree_key *key2, in xfs_bmbt_keys_contiguous() argument 504 be64_to_cpu(key2->bmbt.br_startoff)); in xfs_bmbt_keys_contiguous()
|
| A D | xfs_ialloc_btree.c | 402 const union xfs_btree_key *key2, in xfs_inobt_keys_contiguous() argument 408 be32_to_cpu(key2->inobt.ir_startino)); in xfs_inobt_keys_contiguous()
|
| A D | xfs_rmap_btree.c | 457 const union xfs_btree_key *key2, in xfs_rmapbt_keys_contiguous() argument 470 be32_to_cpu(key2->rmap.rm_startblock)); in xfs_rmapbt_keys_contiguous()
|
| A D | xfs_rtrmap_btree.c | 371 const union xfs_btree_key *key2, in xfs_rtrmapbt_keys_contiguous() argument 384 be32_to_cpu(key2->rmap.rm_startblock)); in xfs_rtrmapbt_keys_contiguous()
|
| /fs/befs/ |
| A D | btree.c | 120 const void *key2, int keylen2); 713 const void *key2, int keylen2) in befs_compare_strings() argument 716 int result = strncmp(key1, key2, len); in befs_compare_strings() 727 return *(int32_t *) key1 - *(int32_t *) key2; 732 const void *key2, int keylen2) 734 if (*(u_int32_t *) key1 == *(u_int32_t *) key2) 744 if (*(int64_t *) key1 == *(int64_t *) key2) 746 else if (*(int64_t *) key1 > *(int64_t *) key2) 754 const void *key2, int keylen2) 756 if (*(u_int64_t *) key1 == *(u_int64_t *) key2) [all …]
|
| /fs/ubifs/ |
| A D | key.h | 480 const union ubifs_key *key2) in keys_cmp() argument 482 if (key1->u32[0] < key2->u32[0]) in keys_cmp() 484 if (key1->u32[0] > key2->u32[0]) in keys_cmp() 486 if (key1->u32[1] < key2->u32[1]) in keys_cmp() 488 if (key1->u32[1] > key2->u32[1]) in keys_cmp() 505 const union ubifs_key *key2) in keys_eq() argument 507 if (key1->u32[0] != key2->u32[0]) in keys_eq() 509 if (key1->u32[1] != key2->u32[1]) in keys_eq()
|
| A D | tnc_misc.c | 391 const union ubifs_key *key1, *key2; in read_znode() local 394 key2 = &znode->zbranch[i + 1].key; in read_znode() 396 cmp = keys_cmp(c, key1, key2); in read_znode()
|
| A D | tnc.c | 2905 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local 2943 highest_ino_key(c, &key2, xattr_inum); in ubifs_tnc_remove_ino() 2944 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino() 2958 highest_ino_key(c, &key2, inum); in ubifs_tnc_remove_ino() 2960 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
|
| A D | journal.c | 1864 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local 1936 highest_ino_key(c, &key2, inode->i_ino); in ubifs_jnl_delete_xattr() 1937 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
|
| /fs/hfs/ |
| A D | catalog.c | 171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp() argument 176 k2p = key2->cat.ParID; in hfs_cat_keycmp() 182 key2->cat.CName.name, key2->cat.CName.len); in hfs_cat_keycmp()
|
| A D | extent.c | 50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp() argument 56 fnum2 = key2->ext.FNum; in hfs_ext_keycmp() 59 if (key1->ext.FkType != key2->ext.FkType) in hfs_ext_keycmp() 60 return key1->ext.FkType < key2->ext.FkType ? -1 : 1; in hfs_ext_keycmp() 63 block2 = key2->ext.FABN; in hfs_ext_keycmp()
|
| /fs/ntfs3/ |
| A D | index.c | 34 static int cmp_fnames(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_fnames() argument 37 const struct ATTR_FILE_NAME *f2 = key2; in cmp_fnames() 69 static int cmp_uint(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uint() argument 73 const u32 *k2 = key2; in cmp_uint() 88 static int cmp_sdh(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_sdh() argument 92 const struct SECURITY_KEY *k2 = key2; in cmp_sdh() 123 static int cmp_uints(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uints() argument 127 const __le32 *k2 = key2; in cmp_uints()
|
| A D | ntfs_fs.h | 175 typedef int (*NTFS_CMP_FUNC)(const void *key1, size_t len1, const void *key2,
|
| /fs/smb/server/ |
| A D | oplock.c | 466 const char *guid2, *key2; in compare_guid_key() local 469 key2 = opinfo->o_lease->lease_key; in compare_guid_key() 471 !memcmp(key1, key2, SMB2_LEASE_KEY_SIZE)) in compare_guid_key()
|
| /fs/btrfs/ |
| A D | ioctl.c | 1828 struct btrfs_key key, key2; in btrfs_search_path_in_tree_user() local 1895 btrfs_item_key_to_cpu(leaf, &key2, slot); in btrfs_search_path_in_tree_user() 1896 if (key2.objectid != dirid) { in btrfs_search_path_in_tree_user() 1908 temp_inode = btrfs_iget(key2.objectid, root); in btrfs_search_path_in_tree_user()
|
| A D | relocation.c | 1006 struct btrfs_disk_key key2; in memcmp_node_keys() local 1008 btrfs_node_key(path->nodes[level], &key2, path->slots[level]); in memcmp_node_keys() 1009 return memcmp(&key1, &key2, sizeof(key1)); in memcmp_node_keys()
|