HomeSort by: relevance | last modified time | path
    Searched defs:parentvc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_scan.c 284 struct chfs_vnode_cache *parentvc; local in function:chfs_scan_check_dirent_node
326 parentvc = chfs_scan_make_vnode_cache(chmp, le64toh(dirent->pvno));
327 if (!parentvc) {
335 dbg("add dirent to #%llu\n", (unsigned long long)parentvc->vno);
336 chfs_add_node_to_list(chmp, parentvc, fd->nref, &parentvc->dirents);
344 chfs_add_fd_to_list(chmp, fd, parentvc);

Completed in 11 milliseconds