Searched refs:dict_lookup (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 128 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe() 145 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino)); in add_dupe() 411 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(dirent->inode)); in search_dirent_proc() 487 m = dict_lookup(&clstr_dict, in pass1d() 533 m = dict_lookup(&ino_dict, INT_TO_VOIDPTR(shared[i])); in pass1d() 602 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(c)); in delete_file_block() 725 n = dict_lookup(&clstr_dict, in clone_file_block() 838 n = dict_lookup(&clstr_dict, in clone_file() 851 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino_el->inode)); in clone_file()
|
D | dict.h | 98 extern dnode_t *dict_lookup(dict_t *, const void *);
|
D | dict.c | 454 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() function 1418 dn = dict_lookup(d, tok1); in main() 1443 dn = dict_lookup(d, tok1); in main()
|
D | pass2.c | 1085 } else if (dict_lookup(&de_dict, dirent)) { in check_dir_block()
|
/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…
|
/external/e2fsprogs/lib/quota/ |
D | mkquota.c | 272 n = dict_lookup(dict, UINT_TO_VOIDPTR(key)); in get_dq()
|