Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddir.c488 if (fname->disk_name.len + sizeof(f2fs_hash_t) <= in init_dent_inode()
490 put_unaligned(fname->hash, (f2fs_hash_t *) in init_dent_inode()
657 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.h516 f2fs_hash_t hash;
825 f2fs_hash_t chash; /* hash value of given file name */
3568 const struct fscrypt_str *name, f2fs_hash_t name_hash,
/linux/include/linux/
H A Df2fs_fs.h546 typedef __le32 f2fs_hash_t; typedef