Searched refs:nf_sb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c78 struct nandfs_super_block *nf_sb; member in struct:nandfs
205 memset(fs->nf_sb, 0, sizeof(*fs->nf_sb));
234 if (sb[j].s_last_cno > fs->nf_sb->s_last_cno)
235 memcpy(fs->nf_sb, &sb[j], sizeof(*fs->nf_sb));
241 return (fs->nf_sb->s_magic != 0 ? 0 : EINVAL);
282 fs->nf_sb->s_wtime, fs->nf_sb->s_last_pseg);
294 fs->nf_sb
[all...]

Completed in 56 milliseconds