HomeSort by: relevance | last modified time | path
    Searched defs:lfs_gather (Results 1 - 4 of 4) 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
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_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...]
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 64 milliseconds