OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfs_match_data
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/fsck_lfs/
segwrite.h
54
int
lfs_match_data
(struct lfs *, struct ubuf *);
segwrite.c
111
lfs_match_data
(struct lfs * fs, struct ubuf * bp)
function
225
lfs_gather(fs, sp, vp,
lfs_match_data
);
/src/sys/ufs/lfs/
lfs_extern.h
240
int
lfs_match_data
(struct lfs *, struct buf *);
lfs_segment.c
851
lfs_gather(fs, sp, vp,
lfs_match_data
);
858
lfs_ungather(fs, sp, vp,
lfs_match_data
);
870
lfs_gather(fs, sp, vp,
lfs_match_data
);
880
lfs_gather(fs, sp, vp,
lfs_match_data
);
2522
return (
lfs_match_data
(fs, bp) && !lfs_match_fake(fs, bp));
2527
lfs_match_data
(struct lfs *fs, struct buf *bp)
function
lfs_subr.c
901
lfs_ungather(fs, NULL, vp,
lfs_match_data
);
Completed in 17 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026