Searched refs:fg_attrvp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_filegrp.c | 222 fgp->fg_attrvp = NULL; in filegrp_create() 287 if (fgp->fg_attrvp) { in filegrp_destroy() 295 VN_RELE(fgp->fg_attrvp); in filegrp_destroy() 686 error = vn_rdwr(UIO_WRITE, fgp->fg_attrvp, (caddr_t)fgp->fg_header, in filegrp_sync() 691 error = VOP_FSYNC(fgp->fg_attrvp, FSYNC, kcred, NULL); in filegrp_sync() 758 error = vn_rdwr(UIO_READ, fgp->fg_attrvp, in filegrp_read_metadata() 916 error = filegrp_write_space(fgp->fg_attrvp, in filegrp_write_metadata() 931 error = vn_rdwr(UIO_WRITE, fgp->fg_attrvp, (caddr_t)tmpmdp, in filegrp_write_metadata() 1443 fgp->fg_attrvp = attrvp; in filegrpattr_find() 1712 fgp->fg_attrvp = attrvp; in filegrpattr_create()
|
H A D | cachefs_subr.c | 512 if (fgp->fg_attrvp) { in cachefs_stop_cache() 514 VN_RELE(fgp->fg_attrvp); in cachefs_stop_cache() 515 fgp->fg_attrvp = NULL; in cachefs_stop_cache()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_filegrp.h | 51 struct vnode *fg_attrvp; /* attrcache vp */ member
|