Searched defs:bfs_super_block (Results 1 – 5 of 5) sorted by relevance
51 struct bfs_super_block { struct52 __le32 s_magic;53 __le32 s_start;54 __le32 s_end;55 __le32 s_from;56 __le32 s_to;57 __s32 s_bfrom;58 __s32 s_bto;59 char s_fsname[6];60 char s_volume[6];[all …]
52 struct bfs_super_block { struct53 __le32 s_magic;54 __le32 s_start;55 __le32 s_end;56 __le32 s_from;57 __le32 s_to;58 __s32 s_bfrom;59 __s32 s_bto;60 char s_fsname[6];61 char s_volume[6];[all …]
39 struct bfs_super_block { struct40 __le32 s_magic;41 __le32 s_start;42 __le32 s_end;43 __le32 s_from;44 __le32 s_to;45 __s32 s_bfrom;46 __s32 s_bto;47 char s_fsname[6];48 char s_volume[6];[all …]