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 808 lfs_gather(fs, sp, vp, lfs_match_data);
812 lfs_gather(fs, sp, vp, lfs_match_fake);
821 lfs_gather(fs, sp, vp, lfs_match_data);
829 lfs_gather(fs, sp, vp, lfs_match_data);
869 lfs_gather(fs, sp, vp, lfs_match_indir);
870 lfs_gather(fs, sp, vp, lfs_match_dindir);
871 lfs_gather(fs, sp, vp, lfs_match_tindir);
1321 * Similar to lfs_gather, but simply throws the buffers away.
1357 lfs_gather(struct lfs *fs, struct segment *sp, struct vnode *vp, function in typeref:typename:int
1399 log(LOG_NOTICE, "lfs_gather: ifile lbn %
    [all...]

Completed in 35 milliseconds