Home
last modified time | relevance | path

Searched refs:FAT_SB (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/fs/fat/
Dfat.c29 return get_cache(fs->fs_dev, FAT_SB(fs)->fat + sector); in get_fat_sector()
40 switch(FAT_SB(fs)->fat_type) { in get_next_cluster()
90 struct fat_sb_info *sbi = FAT_SB(fs); in fat_next_extent()
150 struct fat_sb_info *sbi = FAT_SB(fs); in get_next_sector()
419 const struct fat_sb_info *sbi = FAT_SB(fs); in first_sector()
554 int root_size = FAT_SB(fs)->root_size; in vfat_find_entry()
556 PVT(inode)->start_cluster = FAT_SB(fs)->root_cluster; in vfat_find_entry()
558 PVT(inode)->start = PVT(inode)->here = FAT_SB(fs)->root; in vfat_find_entry()
570 int root_size = FAT_SB(fs)->root_size; in vfat_iget_root()
576 PVT(inode)->start_cluster = FAT_SB(fs)->root_cluster; in vfat_iget_root()
[all …]
Dfat_fs.h134 static inline struct fat_sb_info *FAT_SB(struct fs_info *fs) in FAT_SB() function