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

  /src/sys/ufs/chfs/
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);
chfs.h 467 struct chfs_vnode_cache *chfs_scan_make_vnode_cache(struct chfs_mount *,

Completed in 12 milliseconds