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

  /src/sbin/fsck_lfs/
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_segment.c 882 lfs_gather(fs, sp, vp, lfs_match_data);
884 lfs_ungather(fs, sp, vp, lfs_match_data);
895 lfs_gather(fs, sp, vp, lfs_match_data);
903 lfs_gather(fs, sp, vp, lfs_match_data);
2537 return (lfs_match_data(fs, bp) && !lfs_match_fake(fs, bp));
2542 lfs_match_data(struct lfs *fs, struct buf *bp) function in typeref:typename:int

Completed in 14 milliseconds