Home | History | Annotate | Download | only in lfs

Lines Matching refs:segment

108 struct segment;
177 void lfs_check_bpp(struct lfs *, struct segment *, char *, int);
178 void lfs_check_segsum(struct lfs *, struct segment *, char *, int);
201 int lfs_writefile(struct lfs *, struct segment *, struct vnode *);
202 int lfs_writeinode(struct lfs *, struct segment *, struct inode *);
203 int lfs_gatherblock(struct segment *, struct buf *, kmutex_t *);
204 int lfs_gather(struct lfs *, struct segment *, struct vnode *, int (*match )(struct lfs *, struct buf *));
205 void lfs_update_single(struct lfs *, struct segment *, struct vnode *,
207 void lfs_updatemeta(struct segment *);
211 int lfs_writeseg(struct lfs *, struct segment *);