Home
last modified time | relevance | path

Searched refs:msdos_sb_info (Results 1 – 3 of 3) sorted by relevance

/linux/fs/fat/
H A Dfat.h68 struct msdos_sb_info { struct
147 static inline struct msdos_sb_info *MSDOS_SB(struct super_block *sb) in MSDOS_SB()
156 static inline bool is_fat12(const struct msdos_sb_info *sbi) in is_fat12()
161 static inline bool is_fat16(const struct msdos_sb_info *sbi) in is_fat16()
166 static inline bool is_fat32(const struct msdos_sb_info *sbi) in is_fat32()
174 struct msdos_sb_info *sbi = MSDOS_SB(sb); in max_fat()
194 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); in fat_mode_can_hold_ro()
210 static inline umode_t fat_make_mode(struct msdos_sb_info *sbi, in fat_make_mode()
252 static inline sector_t fat_clus_to_blknr(const struct msdos_sb_info *sbi, int clus) in fat_clus_to_blknr()
258 static inline void fat_get_blknr_offset(const struct msdos_sb_info *sbi, in fat_get_blknr_offset()
[all …]
H A Dfat_test.c25 static const struct msdos_sb_info sbi = { in fat_clus_to_blknr_test()
37 static const struct msdos_sb_info sbi = { in fat_get_blknr_offset_test()
250 static void fat_test_set_time_offset(struct msdos_sb_info *sbi, int time_offset) in fat_test_set_time_offset()
259 static struct msdos_sb_info fake_sb; in fat_time_fat2unix_test()
282 static struct msdos_sb_info fake_sb; in fat_time_unix2fat_test()
308 static struct msdos_sb_info fake_sb; in fat_time_unix2fat_clamp_test()
333 static struct msdos_sb_info fake_sb; in fat_time_unix2fat_no_csec_test()
355 static struct msdos_sb_info fake_sb; in fat_truncate_atime_test()
H A Ddir.c55 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_dir_readahead()
211 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_uni_to_x8()
281 static inline int fat_name_match(struct msdos_sb_info *sbi, in fat_name_match()
392 const struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_parse_short()
506 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_search_long()
597 struct msdos_sb_info *sbi = MSDOS_SB(sb); in __fat_readdir()
1176 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_alloc_new_dir()
1243 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_add_new_entries()
1325 struct msdos_sb_info *sbi = MSDOS_SB(sb); in fat_add_entries()