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

  /src/sys/ufs/lfs/
lfs_vfsops.c 889 struct buf *primarybuf, *altbuf; local in function:lfs_mountfs
920 altbuf = NULL;
994 LFS_SBPAD, 0, &altbuf);
997 altsb = (struct lfs *)altbuf->b_data;
1092 brelse(altbuf, BC_INVAL);
1094 altbuf = NULL;
1342 if (altbuf)
1343 brelse(altbuf, BC_INVAL);
lfs_vfsops.c 889 struct buf *primarybuf, *altbuf; local in function:lfs_mountfs
920 altbuf = NULL;
994 LFS_SBPAD, 0, &altbuf);
997 altsb = (struct lfs *)altbuf->b_data;
1092 brelse(altbuf, BC_INVAL);
1094 altbuf = NULL;
1342 if (altbuf)
1343 brelse(altbuf, BC_INVAL);

Completed in 79 milliseconds