HomeSort by: relevance | last modified time | path
    Searched refs:lfs_gather (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fsck_lfs/
segwrite.h 46 int lfs_gather(struct lfs *, struct segment *, struct uvnode *,
segwrite.c 225 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
  /src/sys/ufs/lfs/
lfs_pages.c 833 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);
lfs_extern.h 231 int lfs_gather(struct lfs *, struct segment *, struct vnode *, int (*match )(struct lfs *, struct buf *));
lfs_segment.c 847 lfs_gather(fs, sp, vp, lfs_match_data);
865 lfs_gather(fs, sp, vp, lfs_match_fake);
866 lfs_gather(fs, sp, vp, lfs_match_data);
871 lfs_gather(fs, sp, vp, lfs_match_fake);
876 lfs_gather(fs, sp, vp, lfs_match_data);
909 lfs_gather(fs, sp, vp, lfs_match_indir);
910 lfs_gather(fs, sp, vp, lfs_match_dindir);
911 lfs_gather(fs, sp, vp, lfs_match_tindir);
1366 * Similar to lfs_gather, but simply throws the buffers away.
1403 lfs_gather(struct lfs *fs, struct segment *sp, struct vnode *vp function
    [all...]

Completed in 23 milliseconds