Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 25 of 190) sorted by relevance

12345678

/u-boot/fs/ext4/
A Dext4_write.c87 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 Dext4_journal.c61 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 Dext4_common.c54 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()
992 fs->blk_bmaps[i], fs->blksz); in ext4fs_get_new_blk_no()
1001 fs->curr_blkno = fs->curr_blkno + in ext4fs_get_new_blk_no()
1053 memcpy(fs->blk_bmaps[bg_idx], zero_buffer, fs->blksz); in ext4fs_get_new_blk_no()
1060 if (ext4fs_set_block_bmap(fs->curr_blkno, fs->blk_bmaps[bg_idx], in ext4fs_get_new_blk_no()
1135 fs->curr_inode_no = fs->curr_inode_no + in ext4fs_get_new_inode_no()
1172 fs->blksz); in ext4fs_get_new_inode_no()
1340 fs->blksz, in alloc_double_indirect_block()
[all …]
A Dext4_common.h78 (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 Ddev.c59 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 DKconfig7 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/sandbox/Kconfig"
21 source "fs/ubifs/Kconfig"
23 source "fs/cramfs/Kconfig"
25 source "fs/yaffs2/Kconfig"
[all …]
A DMakefile8 obj-$(CONFIG_FS_LOADER) += fs.o
14 obj-y += fs.o
/u-boot/doc/device-tree-bindings/misc/
A Dfs_loader.txt6 - 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 Dsandbox_keyb.c206 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 Dsandbox_flash.c325 struct usb_string *fs; in sandbox_flash_bind() local
327 fs = plat->flash_strings; in sandbox_flash_bind()
328 fs[0].id = STRINGID_MANUFACTURER; in sandbox_flash_bind()
329 fs[0].s = "sandbox"; in sandbox_flash_bind()
330 fs[1].id = STRINGID_PRODUCT; in sandbox_flash_bind()
331 fs[1].s = "flash"; in sandbox_flash_bind()
332 fs[2].id = STRINGID_SERIAL; in sandbox_flash_bind()
333 fs[2].s = dev->name; in sandbox_flash_bind()
/u-boot/test/fs/
A Dfs-test.sh186 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 Defi_file.c33 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()
886 if (fh->fs->part >= 1) in efi_file_getinfo()
887 r = part_get_info(fh->fs->desc, fh->fs->part, &part); in efi_file_getinfo()
1199 struct file_system *fs; in efi_simple_file_system() local
1201 fs = calloc(1, sizeof(*fs)); in efi_simple_file_system()
1204 fs->desc = desc; in efi_simple_file_system()
1205 fs->part = part; in efi_simple_file_system()
1206 fs->dp = dp; in efi_simple_file_system()
[all …]
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.env33 fs=ext4
43 setenv fsload "${fs}load mmc ${disk}:${part}";
48 root=/dev/${mmc_root} rootfstype=${fs}
58 setenv fsload "${fs}load sata ${disk}:${part}";
63 root=/dev/sda1 rootfstype=${fs}
73 setenv fsload "${fs}load usb ${disk}:${part}";
78 root=/dev/sda1 rootfstype=${fs}
/u-boot/tools/patman/test/
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch44 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/arm/dts/
A Dsocfpga_arria10_mercury_aa1-u-boot.dtsi12 fs_loader0: fs-loader {
14 compatible = "u-boot,fs-loader";
A Dsocfpga_arria10_socdk_sdmmc-u-boot.dtsi16 fs_loader0: fs-loader {
18 compatible = "u-boot,fs-loader";
A Dk3-j721e-r5-common-proc-board-u-boot.dtsi20 compatible = "u-boot,fs-loader";
/u-boot/arch/x86/lib/
A Dbios_asm.S60 mov %ax, %fs
103 mov %ax, %fs
127 mov %ax, %fs
245 push %fs
292 pop %fs
/u-boot/arch/x86/cpu/
A Dwakeup.S44 mov %ax, %fs
60 movw %ax, %fs
/u-boot/doc/develop/driver-model/
A Dfs_firmware_loader.rst26 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/drivers/pinctrl/starfive/
A Dpinctrl-jh7110-sys.c277 const struct jh7110_func_sel *fs = &jh7110_sys_func_sel[pin]; in jh7110_set_function() local
282 if (!fs->offset) in jh7110_set_function()
285 if (func > fs->max) in jh7110_set_function()
288 reg = priv->base + fs->offset; in jh7110_set_function()
289 func = func << fs->shift; in jh7110_set_function()
290 mask = 0x3U << fs->shift; in jh7110_set_function()
/u-boot/fs/erofs/
A DMakefile4 obj-$(CONFIG_FS_EROFS) = fs.o \
/u-boot/board/boundary/nitrogen6x/
A D6x_upgrade.txt4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
/u-boot/scripts/kconfig/
A Dgconf.c506 GtkWidget *fs; in on_load1_activate() local
508 fs = gtk_file_selection_new("Load file..."); in on_load1_activate()
513 (GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()
515 (gpointer) fs); in on_load1_activate()
519 (gpointer) fs); in on_load1_activate()
520 gtk_widget_show(fs); in on_load1_activate()
547 GtkWidget *fs; in on_save_as1_activate() local
554 (GTK_FILE_SELECTION(fs)->ok_button), in on_save_as1_activate()
556 (gpointer) fs); in on_save_as1_activate()
560 (gpointer) fs); in on_save_as1_activate()
[all …]
/u-boot/include/linux/usb/
A Dcomposite.h200 struct usb_endpoint_descriptor *fs) in ep_choose() argument
204 return fs; in ep_choose()

Completed in 50 milliseconds

12345678