Searched refs:sector_read (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat_cache.c | 465 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()
|
| D | exfat_super.c | 374 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()
|
| D | exfat_core.c | 104 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
|
| D | exfat.h | 953 int sector_read(struct super_block *sb, sector_t sec,
|