Home
last modified time | relevance | path

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

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