Home
last modified time | relevance | path

Searched refs:s_sbd1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/sysv/
H A Dsuper.c66 sbi->s_sbd1 = (char *)sbd1; in detected_xenix()
93 sbi->s_sbd1 = (char *)sbd; in detected_sysv4()
121 sbi->s_sbd1 = (char *)sbd; in detected_sysv2()
145 sbi->s_sbd1 = (char *)sbd; in detected_coherent()
166 sbi->s_sbd1 = (char *)sbd; in detected_v7()
H A Dsysv.h41 char * s_sbd1; /* entire superblock data, for part 1 */ member
H A Dialloc.c50 return (sysv_ino_t*)(sbi->s_sbd1 + offset); in sv_sb_fic_inode()