Searched refs:f2fs_dentry_hash (Results 1 – 5 of 5) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | dir.c | 123 namehash = f2fs_dentry_hash(get_encoding(sbi), IS_CASEFOLDED(&dir->i), in find_in_level() 227 f2fs_hash_t dentry_hash = f2fs_dentry_hash(get_encoding(sbi), in f2fs_add_link()
|
D | fsck.c | 1337 f2fs_hash_t hash_code = f2fs_dentry_hash(encoding, casefolded, name, len); in f2fs_check_hash_code()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 479 f2fs_hash_t f2fs_dentry_hash(int encoding, int casefolded, in f2fs_dentry_hash() function
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1251 f2fs_hash_t f2fs_dentry_hash(int, int, const unsigned char *, int);
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 1595 f2fs_hash_t hash = f2fs_dentry_hash(0, 0, (unsigned char *)LPF, len); in f2fs_add_default_dentry_root()
|