Searched refs:fat_iget (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | nfs.c | 47 return fat_iget(sb, i_pos); in fat_ilookup()
|
H A D | fat.h | 411 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
|
H A D | inode.c | 449 struct inode *fat_iget(struct super_block *sb, loff_t i_pos) in fat_iget() function 597 inode = fat_iget(sb, i_pos); in fat_build_inode()
|
H A D | dir.c | 671 struct inode *tmp = fat_iget(sb, i_pos); in __fat_readdir()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | nfs.c | 47 return fat_iget(sb, i_pos); in fat_ilookup()
|
H A D | fat.h | 414 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
|
H A D | inode.c | 446 struct inode *fat_iget(struct super_block *sb, loff_t i_pos) in fat_iget() function 595 inode = fat_iget(sb, i_pos); in fat_build_inode()
|
H A D | dir.c | 671 struct inode *tmp = fat_iget(sb, i_pos); in __fat_readdir()
|
Completed in 12 milliseconds