| /u-boot/fs/erofs/ |
| A D | namei.c | 22 vi->datalayout, vi->nid | 0ULL); in erofs_read_inode_from_disk() 38 switch (vi->i_mode & S_IFMT) { in erofs_read_inode_from_disk() 46 vi->u.i_rdev = 0; in erofs_read_inode_from_disk() 50 vi->u.i_rdev = 0; in erofs_read_inode_from_disk() 80 vi->u.i_rdev = 0; in erofs_read_inode_from_disk() 84 vi->u.i_rdev = 0; in erofs_read_inode_from_disk() 107 vi->flags = 0; in erofs_read_inode_from_disk() 111 vi->u.chunkformat, vi->nid | 0ULL); in erofs_read_inode_from_disk() 117 z_erofs_fill_inode(vi); in erofs_read_inode_from_disk() 120 erofs_err("bogus i_mode (%o) @ nid %llu", vi->i_mode, vi->nid | 0ULL); in erofs_read_inode_from_disk() [all …]
|
| A D | zmap.c | 8 vi->z_advise = 0; in z_erofs_fill_inode() 9 vi->z_algorithmtype[0] = 0; in z_erofs_fill_inode() 10 vi->z_algorithmtype[1] = 0; in z_erofs_fill_inode() 13 vi->flags |= EROFS_I_Z_INITED; in z_erofs_fill_inode() 30 pos = round_up(iloc(vi->nid) + vi->inode_isize + vi->xattr_isize, 8); in z_erofs_fill_inode_lazy() 43 vi->z_algorithmtype[0], (unsigned long long)vi->nid); in z_erofs_fill_inode_lazy() 52 vi->nid * 1ULL); in z_erofs_fill_inode_lazy() 289 const erofs_off_t ebase = round_up(iloc(vi->nid) + vi->inode_isize + in compacted_load_cluster_from_disk() 460 lcn, vi->nid | 0ULL); in z_erofs_get_extent_compressedlen() 512 .inode = vi, in z_erofs_map_blocks_iter() [all …]
|
| A D | fs.c | 62 size_t len = vi->i_size; in erofs_readlink() 172 struct erofs_inode vi; in erofs_readdir() local 175 vi.nid = de->nid; in erofs_readdir() 180 dent->size = vi.i_size; in erofs_readdir() 200 struct erofs_inode vi; in erofs_exists() local 209 struct erofs_inode vi; in erofs_size() local 215 *size = vi.i_size; in erofs_size() 222 struct erofs_inode vi; in erofs_read() local 229 if (S_ISLNK(vi.i_mode)) { in erofs_read() 236 len = vi.i_size; in erofs_read() [all …]
|
| A D | data.c | 12 struct erofs_inode *vi = inode; in erofs_map_blocks_flatmode() local 26 map->m_pa = iloc(vi->nid) + vi->inode_isize + in erofs_map_blocks_flatmode() 27 vi->xattr_isize + erofs_blkoff(map->m_la); in erofs_map_blocks_flatmode() 33 vi->nid); in erofs_map_blocks_flatmode() 56 struct erofs_inode *vi = inode; in erofs_map_blocks() local 72 if (vi->datalayout != EROFS_INODE_CHUNK_BASED) in erofs_map_blocks() 75 if (vi->u.chunkformat & EROFS_CHUNK_FORMAT_INDEXES) in erofs_map_blocks() 80 chunknr = map->m_la >> vi->u.chunkbits; in erofs_map_blocks() 81 pos = roundup(iloc(vi->nid) + vi->inode_isize + in erofs_map_blocks() 82 vi->xattr_isize, unit) + unit * chunknr; in erofs_map_blocks() [all …]
|
| A D | internal.h | 279 int erofs_read_inode_from_disk(struct erofs_inode *vi); 280 int erofs_ilookup(const char *path, struct erofs_inode *vi); 281 int erofs_read_inode_from_disk(struct erofs_inode *vi); 290 int z_erofs_fill_inode(struct erofs_inode *vi); 291 int z_erofs_map_blocks_iter(struct erofs_inode *vi,
|
| /u-boot/scripts/dtc/ |
| A D | flattree.c | 252 struct version_info *vi) in flatten_tree() argument 263 if (vi->flags & FTF_FULLPATH) in flatten_tree() 309 struct version_info *vi) in flatten_reserve_list() argument 329 struct version_info *vi, in make_fdt_header() argument 352 if (vi->flags & FTF_BOOTCPUID) in make_fdt_header() 354 if (vi->flags & FTF_STRTABSIZE) in make_fdt_header() 373 vi = &version_table[i]; in dt_to_blob() 375 if (!vi) in dt_to_blob() 471 vi = &version_table[i]; in dt_to_asm() 473 if (!vi) in dt_to_asm() [all …]
|
| /u-boot/drivers/mtd/ubi/ |
| A D | kapi.c | 76 struct ubi_volume_info *vi) in ubi_do_get_volume_info() argument 78 vi->vol_id = vol->vol_id; in ubi_do_get_volume_info() 79 vi->ubi_num = ubi->ubi_num; in ubi_do_get_volume_info() 80 vi->size = vol->reserved_pebs; in ubi_do_get_volume_info() 82 vi->vol_type = vol->vol_type; in ubi_do_get_volume_info() 83 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info() 85 vi->alignment = vol->alignment; in ubi_do_get_volume_info() 87 vi->name_len = vol->name_len; in ubi_do_get_volume_info() 88 vi->name = vol->name; in ubi_do_get_volume_info() 89 vi->cdev = vol->cdev.dev; in ubi_do_get_volume_info() [all …]
|
| A D | ubi.h | 920 struct ubi_volume_info *vi); 939 int ubiblock_create(struct ubi_volume_info *vi); 940 int ubiblock_remove(struct ubi_volume_info *vi); 944 static inline int ubiblock_create(struct ubi_volume_info *vi) in ubiblock_create() argument 948 static inline int ubiblock_remove(struct ubi_volume_info *vi) in ubiblock_remove() argument
|
| A D | build.c | 184 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify() 230 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
|
| /u-boot/drivers/mtd/ubispl/ |
| A D | ubispl.c | 327 ltp = vi->lebs_to_pebs + lnum; in ubi_add_peb_to_vol() 370 if (lnum > vi->last_block) in ubi_add_peb_to_vol() 371 vi->last_block = lnum; in ubi_add_peb_to_vol() 923 if (!test_bit(lnum, vi->found)) { in ubi_load_block() 928 pnum = vi->lebs_to_pebs[lnum]; in ubi_load_block() 990 generic_clear_bit(lnum, vi->found); in ubi_load_block() 1015 generic_set_bit(lnum, vi->found); in ubi_load_block() 1029 vi->lebs_to_pebs[lnum] = pnum; in ubi_load_block() 1041 struct ubi_vol_info *vi; in ipl_load() local 1048 vi = ubi->volinfo + vol_id; in ipl_load() [all …]
|
| /u-boot/include/linux/mtd/ |
| A D | ubi.h | 224 struct ubi_volume_info vi; member 232 struct ubi_volume_info *vi);
|
| /u-boot/fs/ubifs/ |
| A D | ubifs.c | 584 c->ubi = ubi_open_volume(c->vi.ubi_num, c->vi.vol_id, UBI_READONLY); in ubifs_ls() 627 c->ubi = ubi_open_volume(c->vi.ubi_num, c->vi.vol_id, UBI_READONLY); in ubifs_exists() 641 c->ubi = ubi_open_volume(c->vi.ubi_num, c->vi.vol_id, UBI_READONLY); in ubifs_size() 855 c->ubi = ubi_open_volume(c->vi.ubi_num, c->vi.vol_id, UBI_READONLY); in ubifs_read() 948 ((struct ubifs_info *)(ubifs_sb->s_fs_info))->vi.name); in uboot_ubifs_umount()
|
| A D | super.c | 669 return ubi_sync(c->vi.ubi_num); in ubifs_sync_fs() 684 if (c->vi.corrupted) { in init_constants_early() 699 c->leb_cnt = c->vi.size; in init_constants_early() 1454 sprintf(c->bgt_name, BGT_NAME_PATTERN, c->vi.ubi_num, c->vi.vol_id); in mount_ubifs() 1619 c->vi.ubi_num, c->vi.vol_id, c->vi.name, in mount_ubifs() 1733 c->vi.vol_id); in ubifs_umount() 2255 c->ubi = ubi_open_volume(c->vi.ubi_num, c->vi.vol_id, UBI_READWRITE); in ubifs_fill_super() 2258 c->ubi = ubi_open_volume(c->vi.ubi_num, c->vi.vol_id, UBI_READONLY); in ubifs_fill_super() 2281 c->vi.ubi_num, c->vi.vol_id); in ubifs_fill_super() 2352 return c->vi.cdev == c1->vi.cdev; in sb_test() [all …]
|
| A D | ubifs.h | 625 (c)->vi.ubi_num, (c)->vi.vol_id, ##__VA_ARGS__) 631 (c)->vi.ubi_num, (c)->vi.vol_id, current->pid, \ 636 (c)->vi.ubi_num, (c)->vi.vol_id, current->pid, \ 641 (c)->vi.ubi_num, (c)->vi.vol_id, 0, \ 646 (c)->vi.ubi_num, (c)->vi.vol_id, 0, \ 1961 struct ubi_volume_info vi; member
|
| A D | sb.c | 395 if (c->leb_cnt < min_leb_cnt || c->leb_cnt > c->vi.size) { in validate_sb() 397 c->leb_cnt, c->vi.size, min_leb_cnt); in validate_sb() 636 if (c->leb_cnt < c->vi.size && c->leb_cnt < c->max_leb_cnt) { in ubifs_read_superblock() 637 c->leb_cnt = min_t(int, c->max_leb_cnt, c->vi.size); in ubifs_read_superblock()
|
| A D | debug.c | 2899 c->vi.ubi_num, c->vi.vol_id); in dbg_debugfs_init_fs()
|
| /u-boot/doc/board/intel/ |
| A D | slimbootloader.rst | 67 $ vi Platform/QemuBoardPkg/CfgData/CfgDataExt_Brd1.dlt 75 $ vi Platform/QemuBoardPkg/BoardConfig.py 119 $ vi Platform/ApollolakeBoardPkg/CfgData/CfgData_Int_LeafHill.dlt 129 $ vi Platform/ApollolakeBoardPkg/BoardConfig.py 154 $ vi configs/slimbootloader_defconfig
|
| /u-boot/doc/device-tree-bindings/clock/ |
| A D | nvidia,tegra20-car.txt | 48 20 unassigned (register bit affects vi and vi_sensor) 131 100 vi
|
| /u-boot/doc/device-tree-bindings/gpu/ |
| A D | nvidia,tegra20-host1x.txt | 35 - vi: video input 38 - compatible: "nvidia,tegra<chip>-vi" 46 - vi 265 vi { 266 compatible = "nvidia,tegra20-vi"; 271 reset-names = "vi";
|
| /u-boot/arch/arm/dts/ |
| A D | tegra20.dtsi | 35 vi@54080000 { 36 compatible = "nvidia,tegra20-vi"; 41 reset-names = "vi";
|
| A D | tegra30.dtsi | 113 vi@54080000 { 114 compatible = "nvidia,tegra30-vi"; 119 reset-names = "vi";
|
| A D | tegra210.dtsi | 107 vi@54080000 { 108 compatible = "nvidia,tegra210-vi"; 268 compatible = "nvidia,tegra210-i2c-vi";
|
| A D | tegra20-ventana.dts | 124 nvidia,function = "vi";
|
| A D | tegra20-seaboard.dts | 134 nvidia,function = "vi";
|
| /u-boot/board/hisilicon/hikey960/ |
| A D | README | 86 > sudo vi /etc/ser2net.conf
|