/u-boot/fs/ext4/ |
A D | ext4_write.c | 87 fs->blk_bmaps[i], fs->blksz); in ext4fs_update() 95 fs->inode_bmaps[i], fs->blksz); in ext4fs_update() 101 (fs->blksz * fs->no_blk_pergdt)); in ext4fs_update() 113 int gdsize_total = ROUND(fs->no_blkgrp * fs->gdsize, fs->blksz); in ext4fs_get_bgdtable() 114 fs->no_blk_pergdt = gdsize_total / fs->blksz; in ext4fs_get_bgdtable() 122 0, fs->blksz * fs->no_blk_pergdt, fs->gdtable); in ext4fs_get_bgdtable() 325 fs->sect_perblk, 0, fs->blksz, in delete_triple_indirect_block() 530 inodes_per_block = fs->blksz / fs->inodesz; in ext4fs_delete_file() 607 fs->sect_perblk = fs->blksz >> fs->dev_desc->log2blksz; in ext4fs_init() 638 fs->blk_bmaps[i] = zalloc(fs->blksz); in ext4fs_init() [all …]
|
A D | ext4_journal.c | 61 if (fs->blksz == 4096) { in ext4fs_init_journal() 62 temp = zalloc(fs->blksz); in ext4fs_init_journal() 102 fs->blksz); in ext4fs_dump_metadata() 140 gd_table += fs->blksz; in ext4fs_log_gdt() 348 ext4fs_devread((lbaint_t)blknr * fs->sect_perblk, 0, fs->blksz, in recover_transaction() 358 if (ofs > fs->blksz) in recover_transaction() 424 ext4fs_devread((lbaint_t)blknr * fs->sect_perblk, 0, fs->blksz, in ext4fs_check_journal_state() 472 if (ofs > fs->blksz) in ext4fs_check_journal_state() 571 ext4fs_devread((lbaint_t)jsb_blknr * fs->sect_perblk, 0, fs->blksz, in update_descriptor_block() 578 buf = zalloc(fs->blksz); in update_descriptor_block() [all …]
|
A D | ext4_common.c | 54 return (struct ext2_block_group *)(fs->gdtable + (bg_idx * fs->gdsize)); in ext4fs_get_group_descriptor() 76 if (fs->gdsize == 64) in ext4fs_bg_free_inodes_dec() 81 if (fs->gdsize == 64) in ext4fs_bg_free_inodes_dec() 987 fs->blk_bmaps[i], fs->blksz); in ext4fs_get_new_blk_no() 996 fs->curr_blkno = fs->curr_blkno + in ext4fs_get_new_blk_no() 1048 memcpy(fs->blk_bmaps[bg_idx], zero_buffer, fs->blksz); in ext4fs_get_new_blk_no() 1055 if (ext4fs_set_block_bmap(fs->curr_blkno, fs->blk_bmaps[bg_idx], in ext4fs_get_new_blk_no() 1130 fs->curr_inode_no = fs->curr_inode_no + in ext4fs_get_new_inode_no() 1167 fs->blksz); in ext4fs_get_new_inode_no() 1335 fs->blksz, in alloc_double_indirect_block() [all …]
|
A D | ext4_common.h | 78 (const struct ext_filesystem *fs, uint32_t bg_idx); 80 const struct ext_filesystem *fs); 82 const struct ext_filesystem *fs); 84 const struct ext_filesystem *fs); 88 const struct ext_filesystem *fs);
|
A D | dev.c | 59 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock() local 60 int sect = SUPERBLOCK_START >> fs->dev_desc->log2blksz; in ext4_read_superblock() 61 int off = SUPERBLOCK_START % fs->dev_desc->blksz; in ext4_read_superblock()
|
/u-boot/fs/ |
A D | Kconfig | 7 source "fs/btrfs/Kconfig" 9 source "fs/cbfs/Kconfig" 11 source "fs/ext4/Kconfig" 13 source "fs/reiserfs/Kconfig" 15 source "fs/fat/Kconfig" 17 source "fs/jffs2/Kconfig" 19 source "fs/ubifs/Kconfig" 21 source "fs/cramfs/Kconfig" 23 source "fs/yaffs2/Kconfig" 25 source "fs/squashfs/Kconfig"
|
A D | Makefile | 8 obj-$(CONFIG_FS_LOADER) += fs.o 14 obj-y += fs.o
|
/u-boot/doc/device-tree-bindings/misc/ |
A D | fs_loader.txt | 6 - compatible: should contain "u-boot,fs-loader" 22 fs_loader0: fs-loader@0 { 24 compatible = "u-boot,fs-loader"; 29 fs_loader1: fs-loader@1 { 31 compatible = "u-boot,fs-loader"; 36 fs_loader2: fs-loader@2 { 38 compatible = "u-boot,fs-loader"; 43 fs_loader3: fs-loader@3 { 45 compatible = "u-boot,fs-loader";
|
/u-boot/drivers/usb/emul/ |
A D | sandbox_keyb.c | 206 struct usb_string *fs; in sandbox_keyb_bind() local 208 fs = plat->keyb_strings; in sandbox_keyb_bind() 209 fs[0].id = STRINGID_MANUFACTURER; in sandbox_keyb_bind() 210 fs[0].s = "sandbox"; in sandbox_keyb_bind() 211 fs[1].id = STRINGID_PRODUCT; in sandbox_keyb_bind() 212 fs[1].s = "keyboard"; in sandbox_keyb_bind() 213 fs[2].id = STRINGID_SERIAL; in sandbox_keyb_bind() 214 fs[2].s = dev->name; in sandbox_keyb_bind()
|
A D | sandbox_flash.c | 381 struct usb_string *fs; in sandbox_flash_bind() local 383 fs = plat->flash_strings; in sandbox_flash_bind() 384 fs[0].id = STRINGID_MANUFACTURER; in sandbox_flash_bind() 385 fs[0].s = "sandbox"; in sandbox_flash_bind() 386 fs[1].id = STRINGID_PRODUCT; in sandbox_flash_bind() 387 fs[1].s = "flash"; in sandbox_flash_bind() 388 fs[2].id = STRINGID_SERIAL; in sandbox_flash_bind() 389 fs[2].s = dev->name; in sandbox_flash_bind()
|
/u-boot/test/fs/ |
A D | fs-test.sh | 186 fs) 548 OUT_FILE="${OUT}.$1.${fs}.out" 549 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \ 579 for fs in ext4 fat16 fat32; do 581 echo "Creating $fs image if not already present." 582 IMAGE=${IMG}.${fs}.img 583 MD5_FILE_FS="${MD5_FILE}.${fs}" 584 create_image $IMAGE $fs 592 case "$fs" in 603 OUT_FILE="${OUT}.sb.${fs}.out" [all …]
|
/u-boot/lib/efi_loader/ |
A D | efi_file.c | 33 struct file_system *fs; member 58 return fs_set_blk_dev_with_part(fh->fs->desc, fh->fs->part); in set_blk_dev() 201 fh->fs = fs; in file_open() 817 if (fh->fs->part >= 1) in efi_file_getinfo() 818 r = part_get_info(fh->fs->desc, fh->fs->part, &part); in efi_file_getinfo() 1104 struct file_system *fs; in efi_simple_file_system() local 1106 fs = calloc(1, sizeof(*fs)); in efi_simple_file_system() 1109 fs->desc = desc; in efi_simple_file_system() 1110 fs->part = part; in efi_simple_file_system() 1111 fs->dp = dp; in efi_simple_file_system() [all …]
|
/u-boot/tools/patman/test/ |
A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 44 fs/fat/fat.c | 1 + 49 diff --git a/fs/fat/fat.c b/fs/fat/fat.c 51 --- a/fs/fat/fat.c 52 +++ b/fs/fat/fat.c
|
/u-boot/arch/x86/lib/ |
A D | bios_asm.S | 60 mov %ax, %fs 103 mov %ax, %fs 127 mov %ax, %fs 245 push %fs 292 pop %fs
|
/u-boot/arch/arm/dts/ |
A D | socfpga_arria10_socdk_sdmmc-u-boot.dtsi | 16 fs_loader0: fs-loader { 18 compatible = "u-boot,fs-loader";
|
/u-boot/arch/x86/cpu/ |
A D | wakeup.S | 44 mov %ax, %fs 60 movw %ax, %fs
|
/u-boot/doc/driver-model/ |
A D | fs_firmware_loader.rst | 26 defined in fs-loader node as shown in below: 30 fs_loader0: fs-loader { 32 compatible = "u-boot,fs-loader"; 43 fs_loader1: fs-loader { 45 compatible = "u-boot,fs-loader"; 54 of the fs-loader node. For example:: 58 If there are majority of devices using the same fs-loader node, then
|
/u-boot/board/boundary/nitrogen6x/ |
A D | 6x_upgrade.txt | 4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
|
/u-boot/configs/ |
A D | T1042RDB_PI_defconfig | 31 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:2m(uboot),9m(kernel),128k(…
|
A D | T1023RDB_defconfig | 34 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:1m(uboot),5m(kernel),128k(…
|
A D | T1040D4RDB_SECURE_BOOT_defconfig | 32 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:2m(uboot),9m(kernel),128k(…
|
A D | T1040D4RDB_defconfig | 31 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:2m(uboot),9m(kernel),128k(…
|
A D | T1040RDB_SECURE_BOOT_defconfig | 32 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:2m(uboot),9m(kernel),128k(…
|
A D | T1040RDB_defconfig | 31 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:2m(uboot),9m(kernel),128k(…
|
A D | T1042D4RDB_SECURE_BOOT_defconfig | 31 …0000.nor:1m(uboot),5m(kernel),128k(dtb),96m(fs),-(user);fff800000.flash:2m(uboot),9m(kernel),128k(…
|