Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddir.c519 if (fname->disk_name.len + sizeof(f2fs_hash_t) <= in init_dent_inode()
521 put_unaligned(fname->hash, (f2fs_hash_t *) in init_dent_inode()
688 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry()
H A Drecovery.c141 if (fname->disk_name.len + sizeof(f2fs_hash_t) > F2FS_NAME_LEN) in init_recovered_filename()
143 fname->hash = get_unaligned((f2fs_hash_t *) in init_recovered_filename()
H A Df2fs.h489 f2fs_hash_t hash;
800 f2fs_hash_t chash; /* hash value of given file name */
3488 const struct fscrypt_str *name, f2fs_hash_t name_hash,
/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h513 typedef __le32 f2fs_hash_t; typedef