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

/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_vnode.c252 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
263 error = chfs_write_flash_vnode(chmp, pdir, ALLOC_NORMAL);
H A Dchfs_write.c49 chfs_write_flash_vnode(struct chfs_mount *chmp, function
434 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
H A Dchfs.h662 int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
H A Dchfs_vnops.c502 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
989 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
H A Dchfs_gc.c919 ret = chfs_write_flash_vnode(chmp, ip, ALLOC_GC);

Completed in 122 milliseconds