Home
last modified time | relevance | path

Searched defs:f2fs_super_block (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Df2fs_fs.h63 struct f2fs_super_block { struct
64 uint32_t magic; /* Magic Number */
65 uint16_t major_ver; /* Major Version */
66 uint16_t minor_ver; /* Minor Version */
75 uint32_t section_count; /* total # of sections */
88 uint32_t root_ino; /* root inode number */
89 uint32_t node_ino; /* node inode number */
90 uint32_t meta_ino; /* meta inode number */
91 uint8_t uuid[16]; /* 128-bit uuid for volume */
95 uint32_t cp_payload;
[all …]
/dports/sysutils/busybox/busybox-1.26.2/util-linux/volume_id/
H A Df2fs.c34 struct f2fs_super_block { // According to version 1.1 struct
35 /* 0x00 */ uint32_t magic; // Magic Number
36 /* 0x04 */ uint16_t major_ver; // Major Version
37 /* 0x06 */ uint16_t minor_ver; // Minor Version
40 /* 0x10 */ uint32_t log_blocksize; // log2 block size in bytes
42 /* 0x18 */ uint32_t segs_per_sec; // # of segments per section
43 /* 0x1C */ uint32_t secs_per_zone; // # of sections per zone
45 /* 0x24 */ uint64_t block_count; // total # of user blocks
46 /* 0x2C */ uint32_t section_count; // total # of sections
47 /* 0x30 */ uint32_t segment_count; // total # of segments
[all …]
/dports/devel/util-linux/util-linux-2.36/libblkid/src/superblocks/
H A Df2fs.c22 struct f2fs_super_block { /* According to version 1.1 */ struct
23 /* 0x00 */ uint32_t magic; /* Magic Number */
24 /* 0x04 */ uint16_t major_ver; /* Major Version */
25 /* 0x06 */ uint16_t minor_ver; /* Minor Version */
28 /* 0x10 */ uint32_t log_blocksize; /* log2 block size in bytes */
30 /* 0x18 */ uint32_t segs_per_sec; /* # of segments per section */
31 /* 0x1C */ uint32_t secs_per_zone; /* # of sections per zone */
33 /* 0x24 */ uint64_t block_count; /* total # of user blocks */
34 /* 0x2C */ uint32_t section_count; /* total # of sections */
35 /* 0x30 */ uint32_t segment_count; /* total # of segments */
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/superblocks/
H A Df2fs.c22 struct f2fs_super_block { /* According to version 1.1 */ struct
23 /* 0x00 */ uint32_t magic; /* Magic Number */
24 /* 0x04 */ uint16_t major_ver; /* Major Version */
25 /* 0x06 */ uint16_t minor_ver; /* Minor Version */
28 /* 0x10 */ uint32_t log_blocksize; /* log2 block size in bytes */
30 /* 0x18 */ uint32_t segs_per_sec; /* # of segments per section */
31 /* 0x1C */ uint32_t secs_per_zone; /* # of sections per zone */
33 /* 0x24 */ uint64_t block_count; /* total # of user blocks */
34 /* 0x2C */ uint32_t section_count; /* total # of sections */
35 /* 0x30 */ uint32_t segment_count; /* total # of segments */
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Df2fs_fs.h75 struct f2fs_super_block { struct
76 __le32 magic; /* Magic Number */
77 __le16 major_ver; /* Major Version */
78 __le16 minor_ver; /* Minor Version */
100 __le32 root_ino; /* root inode number */
101 __le32 node_ino; /* node inode number */
102 __le32 meta_ino; /* meta inode number */
103 __u8 uuid[16]; /* 128-bit uuid for volume */
107 __le32 cp_payload;
110 __le32 feature; /* defined features */
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Df2fs_fs.h75 struct f2fs_super_block { struct
76 __le32 magic; /* Magic Number */
77 __le16 major_ver; /* Major Version */
78 __le16 minor_ver; /* Minor Version */
100 __le32 root_ino; /* root inode number */
101 __le32 node_ino; /* node inode number */
102 __le32 meta_ino; /* meta inode number */
103 __u8 uuid[16]; /* 128-bit uuid for volume */
107 __le32 cp_payload;
110 __le32 feature; /* defined features */
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Df2fs_fs.h75 struct f2fs_super_block { struct
76 __le32 magic; /* Magic Number */
77 __le16 major_ver; /* Major Version */
78 __le16 minor_ver; /* Minor Version */
100 __le32 root_ino; /* root inode number */
101 __le32 node_ino; /* node inode number */
102 __le32 meta_ino; /* meta inode number */
103 __u8 uuid[16]; /* 128-bit uuid for volume */
107 __le32 cp_payload;
110 __le32 feature; /* defined features */
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/blkid/
H A Dprobe.h734 struct f2fs_super_block { struct
735 __u32 magic; /* Magic Number */
736 __u16 major_ver; /* Major Version */
737 __u16 minor_ver; /* Minor Version */
745 __u64 block_count; /* total # of user blocks */
746 __u32 section_count; /* total # of sections */
747 __u32 segment_count; /* total # of segments */
759 __u32 root_ino; /* root inode number */
760 __u32 node_ino; /* node inode number */
761 __u32 meta_ino; /* meta inode number */
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/blkid/
H A Dprobe.h734 struct f2fs_super_block { struct
735 __u32 magic; /* Magic Number */
736 __u16 major_ver; /* Major Version */
737 __u16 minor_ver; /* Minor Version */
745 __u64 block_count; /* total # of user blocks */
746 __u32 section_count; /* total # of sections */
747 __u32 segment_count; /* total # of segments */
759 __u32 root_ino; /* root inode number */
760 __u32 node_ino; /* node inode number */
761 __u32 meta_ino; /* meta inode number */
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/blkid/
H A Dprobe.h734 struct f2fs_super_block { struct
735 __u32 magic; /* Magic Number */
736 __u16 major_ver; /* Major Version */
737 __u16 minor_ver; /* Minor Version */
745 __u64 block_count; /* total # of user blocks */
746 __u32 section_count; /* total # of sections */
747 __u32 segment_count; /* total # of segments */
759 __u32 root_ino; /* root inode number */
760 __u32 node_ino; /* node inode number */
761 __u32 meta_ino; /* meta inode number */
[all …]