HomeSort by: relevance | last modified time | path
    Searched refs:chfs_write_flash_vnode (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_vnode.c 266 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
277 error = chfs_write_flash_vnode(chmp, pdir, ALLOC_NORMAL);
chfs_write.c 43 /* chfs_write_flash_vnode - writes out a vnode information to flash */
45 chfs_write_flash_vnode(struct chfs_mount *chmp, function in typeref:typename:int
440 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
chfs.h 649 int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
chfs_vnops.c 528 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
1002 error = chfs_write_flash_vnode(chmp, ip, ALLOC_NORMAL);
chfs_gc.c 945 ret = chfs_write_flash_vnode(chmp, ip, ALLOC_GC);

Completed in 14 milliseconds