Home
last modified time | relevance | path

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

/fs/isofs/
Disofs.h121 struct inode *__isofs_iget(struct super_block *sb,
130 return __isofs_iget(sb, block, offset, 0); in isofs_iget()
137 return __isofs_iget(sb, block, offset, 1); in isofs_iget_reloc()
Dinode.c1473 struct inode *__isofs_iget(struct super_block *sb, in __isofs_iget() function