Lines Matching refs:MSDOS_SB
38 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_ioctl_set_attributes()
121 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_ioctl_get_volume_id()
187 MSDOS_SB(inode->i_sb)->options.flush) { in fat_file_release()
203 err = sync_mapping_buffers(MSDOS_SB(inode->i_sb)->fat_inode->i_mapping); in fat_file_fsync()
278 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_fallocate()
383 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9); in fat_free()
391 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_truncate_blocks()
413 stat->blksize = MSDOS_SB(inode->i_sb)->cluster_size; in fat_getattr()
415 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
417 stat->ino = fat_i_pos_read(MSDOS_SB(inode->i_sb), inode); in fat_getattr()
482 struct msdos_sb_info *sbi = MSDOS_SB(dentry->d_sb); in fat_setattr()