Searched refs:chfs_write_flash_vnode (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_vnode.c | 266 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 D | chfs_write.c | 45 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 D | chfs.h | 649 int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
|
H A D | chfs_vnops.c | 528 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 D | chfs_gc.c | 945 ret = chfs_write_flash_vnode(chmp, ip, ALLOC_GC); in chfs_gcollect_vnode()
|