Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/fat/
A Dfatent.c75 fatent->fat_inode = MSDOS_SB(sb)->fat_inode; in fat12_ent_bread()
108 fatent->fat_inode = MSDOS_SB(sb)->fat_inode; in fat_ent_bread()
173 mark_buffer_dirty_inode(fatent->bhs[0], fatent->fat_inode); in fat12_ent_put()
175 mark_buffer_dirty_inode(fatent->bhs[1], fatent->fat_inode); in fat12_ent_put()
184 mark_buffer_dirty_inode(fatent->bhs[0], fatent->fat_inode); in fat16_ent_put()
192 mark_buffer_dirty_inode(fatent->bhs[0], fatent->fat_inode); in fat32_ent_put()
398 mark_buffer_dirty_inode(c_bh, sbi->fat_inode); in fat_mirror_bhs()
A Dfat.h92 struct inode *fat_inode; member
351 struct inode *fat_inode; member
360 fatent->fat_inode = NULL; in fatent_init()
377 fatent->fat_inode = NULL; in fatent_brelse()
A Dinode.c735 iput(sbi->fat_inode); in fat_put_super()
1602 struct inode *root_inode = NULL, *fat_inode = NULL; in fat_fill_super() local
1842 fat_inode = new_inode(sb); in fat_fill_super()
1843 if (!fat_inode) in fat_fill_super()
1845 sbi->fat_inode = fat_inode; in fat_fill_super()
1887 iput(fat_inode); in fat_fill_super()
A Dfile.c195 err = sync_mapping_buffers(MSDOS_SB(inode->i_sb)->fat_inode->i_mapping); in fat_file_fsync()

Completed in 12 milliseconds