Searched refs:lfs_writefile (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dsegwrite.h43 void lfs_writefile(struct lfs *, struct segment *, struct uvnode *);
H A Dsegwrite.c169 lfs_writefile(fs, sp, vp);
196 lfs_writefile(struct lfs * fs, struct segment * sp, struct uvnode * vp) function
986 lfs_writefile(fs, sp, vp);
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_extern.h177 int lfs_writefile(struct lfs *, struct segment *, struct vnode *);
H A Dlfs_segment.c388 relock = lfs_writefile(fs, sp, vp);
421 lfs_writefile(fs, sp, vp);
422 lfs_writefile(fs, sp, vp);
555 error = lfs_writefile(fs, sp, vp);
753 lfs_writefile(fs, sp, vp);
758 lfs_writefile(fs, sp, vp);
759 lfs_writefile(fs, sp, vp);
845 lfs_writefile(struct lfs *fs, struct segment *sp, struct vnode *vp) function
918 panic("lfs_writefile: more than one fragment!");
1102 lfs_writefile(f
[all...]
H A Dlfs_vnops.c2111 error = lfs_writefile(fs, sp, vp);
2228 error = lfs_writefile(fs, sp, vp);
2854 * into has been set up for us by lfs_writefile. If not, we will
3123 * The FIP has already been set up for us by lfs_writefile,
3132 * (This should duplicate the setup at the top of lfs_writefile().)
3258 * If we were called from lfs_writefile, we don't need to clean up

Completed in 70 milliseconds