OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
156
child_vc
= chfs_vnode_cache_get(chmp, fd->vno)
[
all
...]
chfs_build.c
75
struct chfs_vnode_cache *
child_vc
;
local
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
156
child_vc
= chfs_vnode_cache_get(chmp, fd->vno)
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026