Home
last modified time | relevance | path

Searched refs:sector_read (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/exfat/
Dexfat_cache.c465 if (sector_read(sb, sec, &bp->buf_bh, 1) != FFS_SUCCESS) { in FAT_getblk()
585 if (sector_read(sb, sec, &bp->buf_bh, 1) != FFS_SUCCESS) { in __buf_getblk()
Dexfat_super.c374 if (sector_read(sb, 0, &tmp_bh, 1) != FFS_SUCCESS) { in ffsMountVol()
774 if (sector_read(sb, LogSector, &tmp_bh, 1) != in ffsReadFile()
780 if (sector_read(sb, LogSector, &tmp_bh, 1) != in ffsReadFile()
959 if (sector_read(sb, LogSector, &tmp_bh, 0) != in ffsWriteFile()
972 if (sector_read(sb, LogSector, &tmp_bh, 1) != in ffsWriteFile()
976 if (sector_read(sb, LogSector, &tmp_bh, 0) != in ffsWriteFile()
Dexfat_core.c104 if (sector_read(sb, p_fs->PBR_sector, in fs_set_vol_flags()
156 ret = sector_read(sb, s, &tmp_bh, 0); in clear_cluster()
553 ret = sector_read(sb, sector + j, &(p_fs->vol_amap[j]), 1); in load_alloc_bitmap()
722 ret = sector_read(sb, sector, &tmp_bh, 1); in __load_upcase_table()
3600 int sector_read(struct super_block *sb, sector_t sec, struct buffer_head **bh, in sector_read() function
Dexfat.h953 int sector_read(struct super_block *sb, sector_t sec,