Searched refs:lfs_match_data (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sbin/fsck_lfs/ |
| D | segwrite.h | 54 int lfs_match_data(struct lfs *, struct ubuf *);
|
| D | segwrite.c | 111 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/ |
| D | lfs_extern.h | 197 int lfs_match_data(struct lfs *, struct buf *);
|
| D | lfs_segment.c | 877 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
|