Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Ddir.c517 if (fname->disk_name.len + sizeof(f2fs_hash_t) <= in init_dent_inode()
519 put_unaligned(fname->hash, (f2fs_hash_t *) in init_dent_inode()
686 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry()
Drecovery.c147 if (fname->disk_name.len + sizeof(f2fs_hash_t) > F2FS_NAME_LEN) in init_recovered_filename()
149 fname->hash = get_unaligned((f2fs_hash_t *) in init_recovered_filename()
Df2fs.h504 f2fs_hash_t hash;
785 f2fs_hash_t chash; /* hash value of given file name */
3532 const struct fscrypt_str *name, f2fs_hash_t name_hash,
/linux-6.1.9/include/linux/
Df2fs_fs.h536 typedef __le32 f2fs_hash_t; typedef