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 in typeref:typename:int
  /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 204 int lfs_gather(struct lfs *, struct segment *, struct vnode *, int (*match )(struct lfs *, struct buf *));
lfs_segment.c 882 lfs_gather(fs, sp, vp, lfs_match_data);
886 lfs_gather(fs, sp, vp, lfs_match_fake);
895 lfs_gather(fs, sp, vp, lfs_match_data);
903 lfs_gather(fs, sp, vp, lfs_match_data);
943 lfs_gather(fs, sp, vp, lfs_match_indir);
944 lfs_gather(fs, sp, vp, lfs_match_dindir);
945 lfs_gather(fs, sp, vp, lfs_match_tindir);
1383 /* Similar to lfs_gather, but simply throws the buffers away. */
1421 lfs_gather(struct lfs *fs, struct segment *sp, struct vnode *vp, function in typeref:typename:int
1463 log(LOG_NOTICE, "lfs_gather: ifile lbn %
    [all...]

Completed in 21 milliseconds