lfs_segment.c | 137 int lfs_match_fake(struct lfs *, struct buf *); 886 lfs_gather(fs, sp, vp, lfs_match_fake); 2524 lfs_match_fake(struct lfs *fs, struct buf *bp) function in typeref:typename:int 2537 return (lfs_match_data(fs, bp) && !lfs_match_fake(fs, bp));
|