Searched refs:c_dirvp (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_fscache.c | 813 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 D | cachefs_subr.c | 219 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 D | cachefs_log.c | 201 (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 D | cachefs_resource.c | 425 (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 D | cachefs_vfsops.c | 352 if (cachep->c_dirvp == cachedirvp) in cachefs_mount()
|
H A D | cachefs_ioctl.c | 928 error = VFS_STATVFS(cachep->c_dirvp->v_vfsp, &sb); in cachefs_io_getstats()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 542 struct vnode *c_dirvp; /* cache directory vp */ member
|