Home
last modified time | relevance | path

Searched refs:fs_infovp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c175 if (fscp->fs_infovp) in fscache_destroy()
176 VN_RELE(fscp->fs_infovp); in fscache_destroy()
790 ASSERT(fscp->fs_infovp == NULL); in fscdir_create()
895 fscp->fs_infovp = infovp; in fscdir_create()
933 ASSERT(fscp->fs_infovp == NULL); in fscdir_find()
992 fscp->fs_infovp = infovp; in fscdir_find()
1023 if ((fscp->fs_flags & CFS_FS_DIRTYINFO) && fscp->fs_infovp) { in fscache_info_sync()
1024 addr = segmap_getmapflt(segkmap, fscp->fs_infovp, 0, in fscache_info_sync()
H A Dcachefs_subr.c534 if (fscp->fs_infovp) { in cachefs_stop_cache()
535 VN_RELE(fscp->fs_infovp); in cachefs_stop_cache()
536 fscp->fs_infovp = NULL; in cachefs_stop_cache()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h92 struct vnode *fs_infovp; /* vp to fsinfo file */ member