Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddir.c489 if (fname->disk_name.len + sizeof(f2fs_hash_t) <= in init_dent_inode()
491 put_unaligned(fname->hash, (f2fs_hash_t *) in init_dent_inode()
658 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry()
H A 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()
H A Df2fs.h507 f2fs_hash_t hash;
821 f2fs_hash_t chash; /* hash value of given file name */
3558 const struct fscrypt_str *name, f2fs_hash_t name_hash,
/openbmc/linux/include/linux/
H A Df2fs_fs.h533 typedef __le32 f2fs_hash_t; typedef