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

  /src/sys/ufs/lfs/
lfs_vfsops.c 888 struct lfs *primarysb, *altsb, *thesb; local in function:lfs_mountfs
1026 thesb = altsb;
1028 thesb = primarysb;
1032 thesb = altsb;
1034 thesb = primarysb;
1048 memcpy(&fs->lfs_dlfs_u.u_32, &thesb->lfs_dlfs_u.u_32,
1050 fs->lfs_is64 = thesb->lfs_is64;
1051 fs->lfs_dobyteswap = thesb->lfs_dobyteswap;
lfs_vfsops.c 888 struct lfs *primarysb, *altsb, *thesb; local in function:lfs_mountfs
1026 thesb = altsb;
1028 thesb = primarysb;
1032 thesb = altsb;
1034 thesb = primarysb;
1048 memcpy(&fs->lfs_dlfs_u.u_32, &thesb->lfs_dlfs_u.u_32,
1050 fs->lfs_is64 = thesb->lfs_is64;
1051 fs->lfs_dobyteswap = thesb->lfs_dobyteswap;

Completed in 23 milliseconds