Searched refs:dif0 (Results 1 – 4 of 4) sorted by relevance
206 sbi->total_blocks = sbi->dif0.blocks; in erofs_scan_devices()326 sbi->dif0.blocks = sbi->dif0.blocks | in erofs_read_superblock()533 sbi->dif0.fsoff = result.uint_64; in erofs_fc_parse_param()653 &sbi->dif0.dax_part_off, NULL, NULL); in erofs_fc_fill_super()675 if (sbi->dif0.fsoff) { in erofs_fc_fill_super()763 sbi->dif0.file = file; in erofs_fc_get_tree()823 if (sbi->dif0.file) in erofs_sb_free()824 fput(sbi->dif0.file); in erofs_sb_free()882 sbi->dif0.file) in erofs_kill_sb()887 fs_put_dax(sbi->dif0.dax_dev, NULL); in erofs_kill_sb()[all …]
64 buf->off = sbi->dif0.fsoff; in erofs_init_metabuf()66 buf->file = sbi->dif0.file; /* some fs like FUSE needs it */ in erofs_init_metabuf()69 buf->mapping = sbi->dif0.fscache->inode->i_mapping; in erofs_init_metabuf()192 erofs_fill_from_devinfo(map, sb, &EROFS_SB(sb)->dif0); in erofs_map_dev()
659 sbi->dif0.fscache = fscache; in erofs_fscache_register_fs()667 erofs_fscache_unregister_cookie(sbi->dif0.fscache); in erofs_fscache_unregister_fs()674 sbi->dif0.fscache = NULL; in erofs_fscache_unregister_fs()
109 struct erofs_device_info dif0; member187 return IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE) && sbi->dif0.file; in erofs_is_fileio_mode()
Completed in 11 milliseconds