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

  /src/sbin/fsck_lfs/
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_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 14 milliseconds