Home
last modified time | relevance | path

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

/fs/isofs/
Disofs.h125 struct inode *__isofs_iget(struct super_block *sb,
134 return __isofs_iget(sb, block, offset, 0); in isofs_iget()
141 return __isofs_iget(sb, block, offset, 1); in isofs_iget_reloc()
Dinode.c1532 struct inode *__isofs_iget(struct super_block *sb, in __isofs_iget() function