Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Ddir.c499 f2fs_hash_t dentry_hash; in f2fs_add_regular_entry() local
509 dentry_hash = f2fs_dentry_hash(new_name, NULL); in f2fs_add_regular_entry()
512 if (F2FS_I(dir)->chash == dentry_hash) { in f2fs_add_regular_entry()
534 (le32_to_cpu(dentry_hash) % nbucket)); in f2fs_add_regular_entry()
567 f2fs_update_dentry(ino, mode, &d, new_name, dentry_hash, bit_pos); in f2fs_add_regular_entry()