Lines Matching refs:MSDOS_SB
37 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_ioctl_set_attributes()
120 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_ioctl_get_volume_id()
153 MSDOS_SB(inode->i_sb)->options.flush) { in fat_file_release()
166 err = sync_mapping_buffers(MSDOS_SB(inode->i_sb)->fat_inode->i_mapping); in fat_file_fsync()
238 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_fallocate()
343 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9); in fat_free()
351 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_truncate_blocks()
372 stat->blksize = MSDOS_SB(inode->i_sb)->cluster_size; in fat_getattr()
374 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
376 stat->ino = fat_i_pos_read(MSDOS_SB(inode->i_sb), inode); in fat_getattr()
441 struct msdos_sb_info *sbi = MSDOS_SB(dentry->d_sb); in fat_setattr()