chfs_scan.c | 37 * chfs_scan_make_vnode_cache - makes a new vnode cache during scan 41 chfs_scan_make_vnode_cache(struct chfs_mount *chmp, ino_t vno) function in typeref:struct:chfs_vnode_cache * 133 vc = chfs_scan_make_vnode_cache(chmp, vno); 326 parentvc = chfs_scan_make_vnode_cache(chmp, le64toh(dirent->pvno)); 385 vc = chfs_scan_make_vnode_cache(chmp, vno);
|