Home
last modified time | relevance | path

Searched refs:cpop_vp (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c2264 struct cnode *cp = VTOC(pop->cpop_vp); in cachefs_async_populate()
2404 switch (pop->cpop_vp->v_type) { in cachefs_async_populate()
2418 pop->cpop_vp->v_type); in cachefs_async_populate()
2504 struct cnode *cp = VTOC(pop->cpop_vp); in cachefs_async_populate_reg()
2556 VN_RELE(rp->cfs_req_u.cu_populate.cpop_vp); in cachefs_do_req()
H A Dcachefs_dir.c1178 vnode_t *dvp = pop->cpop_vp; in cachefs_async_populate_dir()
H A Dcachefs_vnops.c3654 rp->cfs_req_u.cu_populate.cpop_vp = dvp; in cachefs_lookup_common()
7088 rp->cfs_req_u.cu_populate.cpop_vp = vp; in cachefs_readdir_connected()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1017 vnode_t *cpop_vp; member