Home
last modified time | relevance | path

Searched refs:fat_iget (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/fat/
Dnfs.c56 return fat_iget(sb, i_pos); in fat_ilookup()
Dfat.h383 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
Dinode.c443 struct inode *fat_iget(struct super_block *sb, loff_t i_pos) in fat_iget() function
591 inode = fat_iget(sb, i_pos); in fat_build_inode()
Ddir.c670 struct inode *tmp = fat_iget(sb, i_pos); in __fat_readdir()