HomeSort by: relevance | last modified time | path
    Searched defs:thesb (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_vfsops.c 910 struct lfs *primarysb, *altsb, *thesb; local
1048 thesb = altsb;
1050 thesb = primarysb;
1054 thesb = altsb;
1056 thesb = primarysb;
1070 memcpy(&fs->lfs_dlfs_u.u_32, &thesb->lfs_dlfs_u.u_32,
1072 fs->lfs_is64 = thesb->lfs_is64;
1073 fs->lfs_dobyteswap = thesb->lfs_dobyteswap;

Completed in 25 milliseconds