Searched refs:lfs_match_data (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dsegwrite.h54 int lfs_match_data(struct lfs *, struct ubuf *);
H A Dsegwrite.c111 lfs_match_data(struct lfs * fs, struct ubuf * bp) function
225 lfs_gather(fs, sp, vp, lfs_match_data);
/netbsd-current/sys/ufs/lfs/
H A Dlfs_extern.h197 int lfs_match_data(struct lfs *, struct buf *);
H A Dlfs_segment.c877 lfs_gather(fs, sp, vp, lfs_match_data);
885 lfs_gather(fs, sp, vp, lfs_match_data);
2473 return (lfs_match_data(fs, bp) && !lfs_match_fake(fs, bp));
2478 lfs_match_data(struct lfs *fs, struct buf *bp) function

Completed in 292 milliseconds