Home
last modified time | relevance | path

Searched refs:bd_info_t (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/exfat/
Dexfat_blkdev.c13 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in bdev_open()
28 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in bdev_close()
36 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in bdev_read()
73 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in bdev_write()
123 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in bdev_sync()
Dexfat_core.c145 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in clear_cluster()
471 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in exfat_count_used_clusters()
515 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in load_alloc_bitmap()
597 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in set_alloc_bitmap()
619 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in clr_alloc_bitmap()
649 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in test_alloc_bitmap()
704 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in __load_upcase_table()
852 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in load_upcase_table()
1610 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in find_location()
1697 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in get_entry_set_in_dir()
[all …]
Dexfat_cache.c203 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in __FAT_read()
331 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in __FAT_write()
Dexfat.h696 struct bd_info_t { struct
710 struct bd_info_t bd_info; argument
Dexfat_super.c352 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in ffsMountVol()
696 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in ffsReadFile()
826 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in ffsWriteFile()
2206 struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); in exfat_readdir()
3077 struct bd_info_t *p_bd = &(sbi->bd_info); in exfat_bmap()