Home
last modified time | relevance | path

Searched refs:f2fs_dentry_hash (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/f2fs/
Dhash.c73 f2fs_hash_t f2fs_dentry_hash(const struct qstr *name_info, in f2fs_dentry_hash() function
Dinline.c338 namehash = f2fs_dentry_hash(&name, fname); in f2fs_find_in_inline_dir()
582 name_hash = f2fs_dentry_hash(new_name, NULL); in f2fs_add_inline_entry()
Ddir.c163 f2fs_hash_t namehash = f2fs_dentry_hash(&name, fname); in find_in_level()
509 dentry_hash = f2fs_dentry_hash(new_name, NULL); in f2fs_add_regular_entry()
Df2fs.h2882 f2fs_hash_t f2fs_dentry_hash(const struct qstr *name_info,