Home
last modified time | relevance | path

Searched refs:chfs_write_flash_dnode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnops.c289 err = chfs_write_flash_dnode(chmp, vp, bp, fd); in chfs_mknod()
1304 err = chfs_write_flash_dnode(chmp, vp, bp, fd); in chfs_symlink()
1573 err = chfs_write_flash_dnode(chmp, vp, bp, fd); in chfs_strategy()
H A Dchfs.h652 int chfs_write_flash_dnode(struct chfs_mount *, struct vnode *,
H A Dchfs_write.c278 chfs_write_flash_dnode(struct chfs_mount *chmp, struct vnode *vp, in chfs_write_flash_dnode() function