Searched refs:fat_iget (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/lib/
H A Dwraphead.h24 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dnfs.c60 return fat_iget(sb, i_pos);
H A Dfat.h383 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
H A Dinode.c425 struct inode *fat_iget(struct super_block *sb, loff_t i_pos) function
445 EXPORT_SYMBOL_GPL(fat_iget); variable
554 inode = fat_iget(sb, i_pos);
H A Ddir.c678 struct inode *tmp = fat_iget(sb, i_pos);

Completed in 61 milliseconds