Home
last modified time | relevance | path

Searched refs:cachefscache (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h156 typedef struct cachefscache cachefscache_t;
533 struct cachefscache { struct
534 struct cachefscache *c_next; /* list of caches */ argument
992 struct cachefscache *cf_cachep;
1117 void cachefs_cache_dirty(struct cachefscache *cachep, int lockit);
1118 int cachefs_cache_rssync(struct cachefscache *cachep);
1119 void cachefs_cache_sync(struct cachefscache *cachep);
1212 int cachefs_rl_alloc(struct cachefscache *cachep, rl_entry_t *valp,
1214 int cachefs_rl_attrc(struct cachefscache *, int, int);
H A Dcachefs_fscache.h93 struct cachefscache *fs_cache; /* back ptr to cache struct */
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c860 struct cachefscache *cachep = fscp->fs_cache; in cachefs_unmount()
1036 struct cachefscache **cachepp; in cachefs_delete_cachep()
1131 queue_sync(struct cachefscache *cachep, cred_t *cr) in queue_sync()
1148 struct cachefscache *cachep; in cachefs_sync()
H A Dcachefs_subr.c653 cachefs_cache_dirty(struct cachefscache *cachep, int lockit) in cachefs_cache_dirty()
703 cachefs_cache_rssync(struct cachefscache *cachep) in cachefs_cache_rssync()
758 cachefs_cache_sync(struct cachefscache *cachep) in cachefs_cache_sync()
2536 struct cachefscache *cachep; in cachefs_do_req()
H A Dcachefs_resource.c244 cachefs_rl_alloc(struct cachefscache *cachep, rl_entry_t *valp, uint_t *entnop) in cachefs_rl_alloc()
H A Dcachefs_vnops.c1749 struct cachefscache *cachep; in cachefs_ioctl()