OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025