Home
last modified time | relevance | path

Searched refs:c_dirvp (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c813 error = VOP_MKDIR(cachep->c_dirvp, namep, attrp, &fscdirvp, kcred, in fscdir_create()
860 error = VOP_RENAME(cachep->c_dirvp, namep, cachep->c_dirvp, in fscdir_create()
869 error = VOP_SYMLINK(cachep->c_dirvp, namep, attrp, name, kcred, NULL, in fscdir_create()
943 error = VOP_LOOKUP(cachep->c_dirvp, dirname, &fscdirvp, NULL, in fscdir_find()
1080 error = VOP_LOOKUP(cachep->c_dirvp, namep, &linkvp, NULL, 0, NULL, in fscache_name_to_fsid()
H A Dcachefs_subr.c219 VN_RELE(cachep->c_dirvp); in cachefs_cache_destroy()
372 cachep->c_dirvp = cdvp; in cachefs_cache_activate_ro()
388 error = VOP_LOOKUP(cachep->c_dirvp, LOG_STATUS_NAME, &statevp, in cachefs_cache_activate_ro()
560 if (cachep->c_dirvp) { in cachefs_stop_cache()
561 VN_RELE(cachep->c_dirvp); in cachefs_stop_cache()
562 cachep->c_dirvp = NULL; in cachefs_stop_cache()
H A Dcachefs_log.c201 (void) VOP_REMOVE(cachep->c_dirvp, LOG_STATUS_NAME, kcred, NULL, in cachefs_log_kstat_snapshot()
249 if (((error = VOP_LOOKUP(cachep->c_dirvp, LOG_STATUS_NAME, &savevp, in cachefs_log_save_lc()
251 ((error = VOP_CREATE(cachep->c_dirvp, LOG_STATUS_NAME, &attr, EXCL, in cachefs_log_save_lc()
441 (void) VOP_REMOVE(cachep->c_dirvp, LOG_STATUS_NAME, kcred, NULL, in cachefs_log_error()
H A Dcachefs_resource.c425 (void) VFS_STATVFS(cachep->c_dirvp->v_vfsp, &sb); in cachefs_allocfile()
480 (void) VFS_STATVFS(cachep->c_dirvp->v_vfsp, &sb); in cachefs_allocblocks()
H A Dcachefs_vfsops.c352 if (cachep->c_dirvp == cachedirvp) in cachefs_mount()
H A Dcachefs_ioctl.c928 error = VFS_STATVFS(cachep->c_dirvp->v_vfsp, &sb); in cachefs_io_getstats()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h542 struct vnode *c_dirvp; /* cache directory vp */ member