Searched refs:dict_lookup (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 129 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe() 146 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino)); in add_dupe() 443 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(dirent->inode)); in search_dirent_proc() 519 m = dict_lookup(&clstr_dict, in pass1d() 565 m = dict_lookup(&ino_dict, INT_TO_VOIDPTR(shared[i])); in pass1d() 638 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(c)); in delete_file_block() 789 n = dict_lookup(&clstr_dict, in clone_file_block() 923 n = dict_lookup(&clstr_dict, in clone_file() 936 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino_el->inode)); in clone_file()
|
D | pass2.c | 1434 } else if (dict_lookup(&de_dict, dirent)) { in check_dir_block()
|
/external/e2fsprogs/lib/support/ |
D | dict.h | 98 extern dnode_t *dict_lookup(dict_t *, const void *);
|
D | dict.c | 460 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() function 1428 dn = dict_lookup(d, tok1); in main() 1453 dn = dict_lookup(d, tok1); in main()
|
D | mkquota.c | 353 n = dict_lookup(dict, UINT_TO_VOIDPTR(key)); in get_dq()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 75 declare i32 @dict_lookup(%struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211*, %struc…
|