Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnode.c266 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL); in chfs_makeinode()
277 error = chfs_write_flash_vnode(chmp, pdir, ALLOC_NORMAL); in chfs_makeinode()
H A Dchfs_write.c45 chfs_write_flash_vnode(struct chfs_mount *chmp, in chfs_write_flash_vnode() function
440 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL); in chfs_do_link()
H A Dchfs.h649 int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
H A Dchfs_vnops.c528 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL); in chfs_setattr()
1002 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL); in chfs_write()
H A Dchfs_gc.c945 ret = chfs_write_flash_vnode(chmp, ip, ALLOC_GC); in chfs_gcollect_vnode()