Home
last modified time | relevance | path

Searched refs:super (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/fs/cramfs/
H A Dcramfs.c40 struct cramfs_super super; variable
60 memcpy (&super, (void *) PART_OFFSET(info), sizeof (super)); in cramfs_read_super()
63 if (super.magic != CRAMFS_32 (CRAMFS_MAGIC)) { in cramfs_read_super()
65 memcpy (&super, (void *) PART_OFFSET(info) + 512, sizeof (super)); in cramfs_read_super()
66 if (super.magic != CRAMFS_32 (CRAMFS_MAGIC)) { in cramfs_read_super()
73 super.flags = CRAMFS_32 (super.flags); in cramfs_read_super()
74 super.size = CRAMFS_32 (super.size); in cramfs_read_super()
77 if (super.flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_read_super()
83 if (!S_ISDIR (CRAMFS_16 (super.root.mode))) { in cramfs_read_super()
87 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_read_super()
[all …]
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c271 struct reiserfs_super_block super; in reiserfs_mount() local
275 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount()
277 (char *) &super) in reiserfs_mount()
278 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
279 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
280 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount()
282 sb_journal_block(&super) * sb_blocksize(&super) in reiserfs_mount()
287 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount()
289 (char *) &super)) in reiserfs_mount()
292 if (substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
[all …]
/rk3399_rockchip-uboot/fs/ubifs/
H A DMakefile12 obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_exec_attach.py36 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
H A Du_boot_console_sandbox.py27 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)
/rk3399_rockchip-uboot/doc/
H A DREADME.N121316 - User and super-user mode support.
H A DREADME.mpc85xx-sd-spi-boot29 boot_format runs under a regular Linux machine and requires a super user mode
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/
H A DREADME28 - Two super speed USB 3.0 Type A ports
/rk3399_rockchip-uboot/scripts/
H A Dmkbootimg130 super(ValidateStrLenAction, self).__init__(option_strings, dest, **kwargs)
H A Davbtool.py1263 super().__init__(None)
1394 super().__init__(None)
1590 super().__init__(None)
1728 super().__init__(None)
/rk3399_rockchip-uboot/tools/patman/
H A Dcros_subprocess.py83 super(Popen, self).__init__(args, stdin=stdin,
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt139 and newer (EHCI), and super (5Gbps) which is only available with USB3 and
140 newer (XHCI). If you connect a super-speed device to a high-speed hub, you
/rk3399_rockchip-uboot/arch/arm/dts/
H A Ddra7.dtsi1469 maximum-speed = "super-speed";