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

  /src/sbin/fsck_lfs/
segwrite.h 54 int lfs_match_data(struct lfs *, struct ubuf *);
segwrite.c 111 lfs_match_data(struct lfs * fs, struct ubuf * bp) function
225 lfs_gather(fs, sp, vp, lfs_match_data);
  /src/sys/ufs/lfs/
lfs_extern.h 241 int lfs_match_data(struct lfs *, struct buf *);
lfs_segment.c 847 lfs_gather(fs, sp, vp, lfs_match_data);
854 lfs_ungather(fs, sp, vp, lfs_match_data);
866 lfs_gather(fs, sp, vp, lfs_match_data);
876 lfs_gather(fs, sp, vp, lfs_match_data);
2516 return (lfs_match_data(fs, bp) && !lfs_match_fake(fs, bp));
2521 lfs_match_data(struct lfs *fs, struct buf *bp) function
lfs_subr.c 901 lfs_ungather(fs, NULL, vp, lfs_match_data);

Completed in 20 milliseconds