Home
last modified time | relevance | path

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

/netbsd/src/sbin/fsck_lfs/
Dsegwrite.h43 void lfs_writefile(struct lfs *, struct segment *, struct uvnode *);
Dsegwrite.c168 lfs_writefile(fs, sp, vp); in lfs_segwrite()
195 lfs_writefile(struct lfs * fs, struct segment * sp, struct uvnode * vp) in lfs_writefile() function
1026 lfs_writefile(fs, sp, vp); in lfs_writevnodes()
/netbsd/src/sys/ufs/lfs/
Dlfs_segment.c391 relock = lfs_writefile(fs, sp, vp); in lfs_vflush()
424 lfs_writefile(fs, sp, vp); in lfs_vflush()
425 lfs_writefile(fs, sp, vp); in lfs_vflush()
545 error = lfs_writefile(fs, sp, vp); in lfs_writevnodes()
756 lfs_writefile(fs, sp, vp); in lfs_segwrite()
761 lfs_writefile(fs, sp, vp); in lfs_segwrite()
762 lfs_writefile(fs, sp, vp); in lfs_segwrite()
848 lfs_writefile(struct lfs *fs, struct segment *sp, struct vnode *vp) in lfs_writefile() function
1097 lfs_writefile(fs, sp, fs->lfs_ivnode); in lfs_writeinode()
Dlfs_extern.h185 int lfs_writefile(struct lfs *, struct segment *, struct vnode *);
Dlfs_vnops.c1650 error = lfs_writefile(fs, sp, vp); in lfs_flush_dirops()
1785 error = lfs_writefile(fs, sp, vp); in lfs_flush_pchain()