Searched refs:fg_fscp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_filegrp.c | 218 fgp->fg_fscp = fscp; in filegrp_create() 279 struct fscache *fscp = fgp->fg_fscp; in filegrp_destroy() 431 cachefs_rlent_verify(fgp->fg_fscp->fs_cache, in filegrp_hold() 434 cachefs_rlent_moveto(fgp->fg_fscp->fs_cache, in filegrp_hold() 472 cachefs_rlent_verify(fgp->fg_fscp->fs_cache, in filegrp_rele() 475 cachefs_rlent_moveto(fgp->fg_fscp->fs_cache, in filegrp_rele() 511 cachefs_cache_dirty(fgp->fg_fscp->fs_cache, 1); in filegrp_ffhold() 552 cachefs_rlent_verify(fgp->fg_fscp->fs_cache, in filegrp_ffhold() 599 struct fscache *fscp = fgp->fg_fscp; in filegrp_ffrele() 607 cachefs_cache_dirty(fgp->fg_fscp->fs_cache, 1); in filegrp_ffrele() [all …]
|
H A D | cachefs_subr.c | 897 ASSERT(CFS_ISFS_BACKFS_NFSV4(fgp->fg_fscp) == 0); in cachefs_createfrontfile() 926 error = cachefs_allocfile(fgp->fg_fscp->fs_cache); in cachefs_createfrontfile() 949 rl_ent.rl_fsid = fgp->fg_fscp->fs_cfsid; in cachefs_createfrontfile() 951 error = cachefs_rl_alloc(fgp->fg_fscp->fs_cache, &rl_ent, in cachefs_createfrontfile() 955 cachefs_rlent_moveto(fgp->fg_fscp->fs_cache, in cachefs_createfrontfile() 1019 cachefs_freefile(fgp->fg_fscp->fs_cache); in cachefs_createfrontfile() 1022 cachefs_rlent_verify(fgp->fg_fscp->fs_cache, in cachefs_createfrontfile() 1025 cachefs_rlent_moveto(fgp->fg_fscp->fs_cache, in cachefs_createfrontfile() 1055 ASSERT(CFS_ISFS_BACKFS_NFSV4(fgp->fg_fscp) == 0); in cachefs_removefrontfile() 1083 cachefs_freefile(fgp->fg_fscp->fs_cache); in cachefs_removefrontfile() [all …]
|
H A D | cachefs_cnode.c | 617 is_nfsv4 = CFS_ISFS_BACKFS_NFSV4(fgp->fg_fscp); in cachefs_cnode_find() 623 if (cookiep == NULL && !CFS_ISFS_SNR(fgp->fg_fscp) && in cachefs_cnode_find() 624 !CFS_ISFS_BACKFS_NFSV4(fgp->fg_fscp)) { in cachefs_cnode_find()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_filegrp.h | 45 struct fscache *fg_fscp; /* back ptr to fscache */ member
|