Home
last modified time | relevance | path

Searched refs:fg_fscp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c218 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 Dcachefs_subr.c897 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 Dcachefs_cnode.c617 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 Dcachefs_filegrp.h45 struct fscache *fg_fscp; /* back ptr to fscache */ member