Searched refs:f2fs_dentry_hash (Results 1 - 5 of 5) sorted by relevance
/third_party/f2fs-tools/fsck/ |
H A D | dir.c | 124 namehash = f2fs_dentry_hash(get_encoding(sbi), IS_CASEFOLDED(&dir->i), in find_in_level() 228 f2fs_hash_t dentry_hash = f2fs_dentry_hash(get_encoding(sbi), in f2fs_add_link()
|
H A D | fsck.c | 1465 f2fs_hash_t hash_code = f2fs_dentry_hash(encoding, casefolded, name, len); in f2fs_check_hash_code()
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1486 f2fs_hash_t f2fs_dentry_hash(int, int, const unsigned char *, int);
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 474 f2fs_hash_t f2fs_dentry_hash(int encoding, int casefolded, in f2fs_dentry_hash() function
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 1654 f2fs_hash_t hash = f2fs_dentry_hash(0, 0, (unsigned char *)LPF, len); in f2fs_add_default_dentry_root()
|
Completed in 14 milliseconds