Home
last modified time | relevance | path

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

/linux-6.1.9/fs/erofs/
Dinode.c323 inode->i_ino = erofs_inode_hash(nid); in erofs_iget_set_actor()
329 const unsigned long hashval = erofs_inode_hash(nid); in erofs_iget()
Dinternal.h484 static inline unsigned long erofs_inode_hash(erofs_nid_t nid) in erofs_inode_hash() function