Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinode.c309 inode->i_ino = erofs_inode_hash(nid); in erofs_iget_set_actor()
316 const unsigned long hashval = erofs_inode_hash(nid); in erofs_iget_locked()
H A Dinternal.h382 static inline unsigned long erofs_inode_hash(erofs_nid_t nid) in erofs_inode_hash() function