Home
last modified time | relevance | path

Searched refs:fscache (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h45 struct fscache *fg_fscp; /* back ptr to fscache */
76 filegrp_t *filegrp_create(struct fscache *fscp, cfs_cid_t *cidp);
96 filegrp_t *filegrp_list_find(struct fscache *fscp, cfs_cid_t *cidp);
97 void filegrp_list_add(struct fscache *fscp, filegrp_t *fgp);
98 void filegrp_list_remove(struct fscache *fscp, filegrp_t *fgp);
99 void filegrp_list_gc(struct fscache *fscp);
100 void filegrp_list_enable_caching_ro(struct fscache *fscp);
101 void filegrp_list_enable_caching_rw(struct fscache *fscp);
H A Dcachefs_fscache.h87 struct fscache { struct
107 struct fscache *fs_next; /* ptr to next fscache */ argument
148 typedef struct fscache fscache_t; argument
H A Dcachefs_fs.h546 struct fscache *c_fslist; /* fscache list head */
950 #define VFS_TO_FSCACHE(VFSP) ((struct fscache *)((void *)((VFSP)->vfs_data)))
1095 struct fscache *cdb_fscp; /* relevant fscache */
1149 void cachefs_enable_caching(struct fscache *);
1163 int cachefs_getbackvp(struct fscache *, struct cnode *);
1187 char *, uint_t, int, void *, cachefscache_t *, struct fscache *,
1294 void cachefs_kstat_mount(struct fscache *, char *, char *, char *, char *);
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_noopc.c99 c_nop_check_cached_object(struct fscache *fscp, struct cnode *cp, in c_nop_check_cached_object()
153 c_nop_modify_cached_object(struct fscache *fscp, struct cnode *cp, cred_t *cr) in c_nop_modify_cached_object()
198 c_nop_invalidate_cached_object(struct fscache *fscp, struct cnode *cp, in c_nop_invalidate_cached_object()
210 c_nop_convert_cached_object(struct fscache *fscp, struct cnode *cp, in c_nop_convert_cached_object()
H A Dcachefs_strict.c66 static time_t cachefs_gettime_cached_object(struct fscache *fscp,
119 c_strict_check_cached_object(struct fscache *fscp, struct cnode *cp, in c_strict_check_cached_object()
287 c_strict_modify_cached_object(struct fscache *fscp, struct cnode *cp, in c_strict_modify_cached_object()
358 c_strict_invalidate_cached_object(struct fscache *fscp, struct cnode *cp, in c_strict_invalidate_cached_object()
371 c_strict_convert_cached_object(struct fscache *fscp, struct cnode *cp, in c_strict_convert_cached_object()
387 cachefs_gettime_cached_object(struct fscache *fscp, struct cnode *cp, in cachefs_gettime_cached_object()
H A Dcachefs_filegrp.c185 filegrp_create(struct fscache *fscp, cfs_cid_t *cidp) in filegrp_create()
279 struct fscache *fscp = fgp->fg_fscp; in filegrp_destroy()
599 struct fscache *fscp = fgp->fg_fscp; in filegrp_ffrele()
794 struct fscache *fscp = fgp->fg_fscp; in filegrp_create_metadata()
888 struct fscache *fscp = fgp->fg_fscp; in filegrp_write_metadata()
1053 filegrp_list_find(struct fscache *fscp, cfs_cid_t *cidp) in filegrp_list_find()
1101 filegrp_list_add(struct fscache *fscp, filegrp_t *fgp) in filegrp_list_add()
1137 filegrp_list_remove(struct fscache *fscp, filegrp_t *fgp) in filegrp_list_remove()
1184 filegrp_list_gc(struct fscache *fscp) in filegrp_list_gc()
1278 filegrp_list_enable_caching_ro(struct fscache *fscp) in filegrp_list_enable_caching_ro()
[all …]
H A Dcachefs_cod.c111 c_cod_check_cached_object(struct fscache *fscp, struct cnode *cp, in c_cod_check_cached_object()
257 c_cod_modify_cached_object(struct fscache *fscp, struct cnode *cp, cred_t *cr) in c_cod_modify_cached_object()
315 c_cod_invalidate_cached_object(struct fscache *fscp, struct cnode *cp, in c_cod_invalidate_cached_object()
328 c_cod_convert_cached_object(struct fscache *fscp, struct cnode *cp, in c_cod_convert_cached_object()
H A Dcachefs_vfsops.c643 cachefs_kstat_mount(struct fscache *fscp, in cachefs_kstat_mount()
1060 struct fscache *fscp = (struct fscache *)vfsp->vfs_data; in cachefs_root()
1078 struct fscache *fscp = VFS_TO_FSCACHE(vfsp); in cachefs_statvfs()
1147 struct fscache *fscp; in cachefs_sync()
1161 fscp = (struct fscache *)vfsp->vfs_data; in cachefs_sync()
H A Dcachefs_subr.c760 struct fscache *fscp; in cachefs_cache_sync()
761 struct fscache **syncfsc; in cachefs_cache_sync()
789 cachep->c_refcnt * sizeof (struct fscache *), KM_SLEEP); in cachefs_cache_sync()
835 cachefs_kmem_free(syncfsc, nfscs * sizeof (struct fscache *)); in cachefs_cache_sync()
1466 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_check_allocmap()
1527 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_update_allocmap()
1792 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_stuffsymlink()
1921 cachefs_getbackvp(struct fscache *fscp, struct cnode *cp) in cachefs_getbackvp()
2265 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_async_populate()
2698 struct fscache *fscp = (struct fscache *)ksp->ks_data; in cachefs_stats_kstat_snapshot()
[all …]
H A Dcachefs_fscache.c538 fscache_sync(struct fscache *fscp) in fscache_sync()
684 struct fscache **pfscp = &cachep->c_fslist; in fscache_list_remove()
718 struct fscache *next, *fscp; in fscache_list_gc()
754 struct fscache *fscp; in fscache_list_mounted()
H A Dcachefs_dir.c87 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_look()
761 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_read()
834 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_fill()
919 struct fscache *fscp = C_TO_FSCACHE(dcp); in cachefs_dir_fill_common()
1146 struct fscache *fscp = VFS_TO_FSCACHE(CTOV(dcp)->v_vfsp); in cachefs_dir_extend()
H A Dcachefs_resource.c538 struct fscache *fscp; in cachefs_victim()
1361 struct fscache *fscp; in cachefs_gc_front_atime()
H A Dcachefs_cnode.c272 struct fscache *fscp; in cachefs_cnode_inactive()
1841 cachefs_enable_caching(struct fscache *fscp) in cachefs_enable_caching()
H A Dcachefs_log.c389 struct fscache *fscp; in cachefs_log_logfile_open()
H A Dcachefs_vnops.c1748 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_ioctl()
8392 struct fscache *fscp = C_TO_FSCACHE(cp); in cachefs_frlock()