Home | History | Annotate | Download | only in extlinux

Lines Matching defs:sb6

351     struct ufs_super_block sb6;
411 if (xpread(fd, &sb6, sizeof sb6, sblock_off) != sizeof sb6) {
416 if (sb6.fs_magic == ufs_smagic)