Home
last modified time | relevance | path

Searched refs:dict_lookup (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dpass1b.c130 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe()
147 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino)); in add_dupe()
462 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(dirent->inode)); in search_dirent_proc()
538 m = dict_lookup(&clstr_dict, in pass1d()
584 m = dict_lookup(&ino_dict, INT_TO_VOIDPTR(shared[i])); in pass1d()
664 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(c)); in delete_file_block()
827 n = dict_lookup(&clstr_dict, in clone_file_block()
978 n = dict_lookup(&clstr_dict, in clone_file()
992 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino_el->inode)); in clone_file()
Dpass2.c1664 } else if (dict_lookup(&de_dict, dirent)) { in check_dir_block()
/third_party/f2fs-tools/fsck/
Dmkquota.c210 n = dict_lookup(dict, UINT_TO_VOIDPTR(key)); in get_dq()
297 if (dict_lookup(&qctx->linked_inode_dict, in quota_add_inode_usage()
Ddict.h98 extern dnode_t *dict_lookup(dict_t *, const void *);
Ddict.c439 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() function
1398 dn = dict_lookup(d, tok1); in main()
1423 dn = dict_lookup(d, tok1); in main()
/third_party/e2fsprogs/lib/support/
Ddict.h100 extern dnode_t *dict_lookup(dict_t *, const void *);
Ddict.c469 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() function
1438 dn = dict_lookup(d, tok1); in main()
1463 dn = dict_lookup(d, tok1); in main()
Dmkquota.c368 n = dict_lookup(dict, UINT_TO_VOIDPTR(key)); in get_dq()