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

  /src/sys/ufs/chfs/
chfs_build.c 75 struct chfs_vnode_cache *child_vc; local in function:chfs_build_set_vnodecache_nlink
81 child_vc = chfs_vnode_cache_get(chmp, fd->vno);
83 if (!child_vc) {
89 if (child_vc->nlink < 1)
90 child_vc->nlink = 1;
92 if (child_vc->pvno) {
98 child_vc->pvno = vc->vno;
101 child_vc->nlink++;
141 struct chfs_vnode_cache *child_vc; local in function:chfs_build_remove_unlinked_vnode
156 child_vc = chfs_vnode_cache_get(chmp, fd->vno)
    [all...]
chfs_build.c 75 struct chfs_vnode_cache *child_vc; local in function:chfs_build_set_vnodecache_nlink
81 child_vc = chfs_vnode_cache_get(chmp, fd->vno);
83 if (!child_vc) {
89 if (child_vc->nlink < 1)
90 child_vc->nlink = 1;
92 if (child_vc->pvno) {
98 child_vc->pvno = vc->vno;
101 child_vc->nlink++;
141 struct chfs_vnode_cache *child_vc; local in function:chfs_build_remove_unlinked_vnode
156 child_vc = chfs_vnode_cache_get(chmp, fd->vno)
    [all...]

Completed in 26 milliseconds