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 in typeref:typename:int
225 lfs_gather(fs, sp, vp, lfs_match_data);
  /src/sys/ufs/lfs/
lfs_extern.h 232 int lfs_match_data(struct lfs *, struct buf *);
lfs_segment.c 808 lfs_gather(fs, sp, vp, lfs_match_data);
810 lfs_ungather(fs, sp, vp, lfs_match_data);
821 lfs_gather(fs, sp, vp, lfs_match_data);
829 lfs_gather(fs, sp, vp, lfs_match_data);
2495 return (lfs_match_data(fs, bp) && !lfs_match_fake(fs, bp));
2500 lfs_match_data(struct lfs *fs, struct buf *bp) function in typeref:typename:int
lfs_subr.c 798 lfs_ungather(fs, NULL, vp, lfs_match_data);

Completed in 15 milliseconds