HomeSort by relevance Sort by last modified time
    Searched refs:f2fs_dentry_hash (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
dir.c 123 namehash = f2fs_dentry_hash(de->name, de->len);
209 f2fs_hash_t dentry_hash = f2fs_dentry_hash(name, name_len);
fsck.c 1168 f2fs_hash_t hash_code = f2fs_dentry_hash(name, len);
1202 f2fs_hash_t namehash = f2fs_dentry_hash(name, name_len);
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h     [all...]
  /external/f2fs-tools/lib/
libf2fs.c 442 f2fs_hash_t f2fs_dentry_hash(const unsigned char *name, int len) function

Completed in 113 milliseconds