Searched refs:lfs_gather (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dsegwrite.h46 int lfs_gather(struct lfs *, struct segment *, struct uvnode *,
H A Dsegwrite.c225 lfs_gather(fs, sp, vp, lfs_match_data);
226 lfs_gather(fs, sp, vp, lfs_match_indir);
227 lfs_gather(fs, sp, vp, lfs_match_dindir);
228 lfs_gather(fs, sp, vp, lfs_match_tindir);
417 lfs_gather(struct lfs * fs, struct segment * sp, struct uvnode * vp, int (*match) (struct lfs *, struct ubuf *)) function
/netbsd-current/sys/ufs/lfs/
H A Dlfs_pages.c833 lfs_gather(fs, fs->lfs_sp, vp, lfs_match_indir);
834 lfs_gather(fs, fs->lfs_sp, vp, lfs_match_dindir);
835 lfs_gather(fs, fs->lfs_sp, vp, lfs_match_tindir);
H A Dlfs_extern.h188 int lfs_gather(struct lfs *, struct segment *, struct vnode *, int (*match )(struct lfs *, struct buf *));
H A Dlfs_segment.c868 lfs_gather(fs, sp, vp, lfs_match_fake);
877 lfs_gather(fs, sp, vp, lfs_match_data);
885 lfs_gather(fs, sp, vp, lfs_match_data);
925 lfs_gather(fs, sp, vp, lfs_match_indir);
926 lfs_gather(fs, sp, vp, lfs_match_dindir);
927 lfs_gather(fs, sp, vp, lfs_match_tindir);
1366 lfs_gather(struct lfs *fs, struct segment *sp, struct vnode *vp, function
1408 log(LOG_NOTICE, "lfs_gather: ifile lbn %"
1418 DLOG((DLOG_SEG, "lfs_gather: lbn %" PRId64
1424 panic("lfs_gather
[all...]

Completed in 219 milliseconds