Home | History | Annotate | Download | only in sysinst

Lines Matching refs:sblk

1971 	static char sblk[SBLOCKSIZE] __aligned(8);	/* is this enough? */
1972 struct fs *SB = (struct fs *)sblk;
1988 if (pread(fd, sblk, sizeof sblk,
1989 (off_t)partstart * (off_t)512 + *sbp) != sizeof sblk)
1997 sblk[0x42] == 0x29 && memcmp(sblk + 0x52, "FAT", 3) == 0) {
2001 if (sblk[i] != ' ')
2003 sblk[i] = 0;
2005 sblk[0x52] = 0;
2009 *fs_sub_type = sblk[0x53];
2010 return sblk + 0x47;
2012 memcmp(sblk+3, "NTFS ", 8) == 0) {