Lines Matching +full:x +full:- +full:offset
1 .. SPDX-License-Identifier: GPL-2.0
4 Cramfs - cram a filesystem onto a small ROM
10 allows random page access. The meta-data is not compressed, but is
15 compact also makes it _very_ hard to update on-the-fly), so you have to
20 -----------
36 no need to use -noleaf in ``find``, btw.)
39 (1970 GMT). Recently-accessed files may have updated timestamps, but
52 --------------------------
62 eXecute-In-Place (XIP) from ROM of read-only segments. Data segments mapped
63 read-write (hence they have to be copied to RAM) may still be compressed in
64 the cramfs image in the same file along with non compressed read-only
65 segments. Both MMU and no-MMU systems are supported. This is particularly
78 $ mount -t cramfs mtd:fs_partition /mnt
85 -----
90 https://github.com/npitre/cramfs-tools
94 --------------------
97 0 ulelong 0x28cd3d45 Linux cramfs offset 0
98 >4 ulelong x size %d
99 >8 ulelong x flags 0x%x
100 >12 ulelong x future 0x%x
102 >32 ulelong x fsid.crc 0x%x
103 >36 ulelong x fsid.edition %d
104 >40 ulelong x fsid.blocks %d
105 >44 ulelong x fsid.files %d
107 512 ulelong 0x28cd3d45 Linux cramfs offset 512
108 >516 ulelong x size %d
109 >520 ulelong x flags 0x%x
110 >524 ulelong x future 0x%x
112 >544 ulelong x fsid.crc 0x%x
113 >548 ulelong x fsid.edition %d
114 >552 ulelong x fsid.blocks %d
115 >556 ulelong x fsid.files %d
121 ------------