Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Ddir.c501 f2fs_hash_t dentry_hash; in f2fs_add_regular_entry() local
511 dentry_hash = f2fs_dentry_hash(new_name, NULL); in f2fs_add_regular_entry()
514 if (F2FS_I(dir)->chash == dentry_hash) { in f2fs_add_regular_entry()
536 (le32_to_cpu(dentry_hash) % nbucket)); in f2fs_add_regular_entry()
569 f2fs_update_dentry(ino, mode, &d, new_name, dentry_hash, bit_pos); in f2fs_add_regular_entry()