Searched refs:lfs_writefile (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sbin/fsck_lfs/ |
| D | segwrite.h | 43 void lfs_writefile(struct lfs *, struct segment *, struct uvnode *);
|
| D | segwrite.c | 168 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/ |
| D | lfs_segment.c | 391 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()
|
| D | lfs_extern.h | 185 int lfs_writefile(struct lfs *, struct segment *, struct vnode *);
|
| D | lfs_vnops.c | 1650 error = lfs_writefile(fs, sp, vp); in lfs_flush_dirops() 1785 error = lfs_writefile(fs, sp, vp); in lfs_flush_pchain()
|