Home
last modified time | relevance | path

Searched refs:cachefscache_t (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h156 typedef struct cachefscache cachefscache_t; typedef
174 cachefscache_t *wq_cachep; /* sometimes NULL */
1094 cachefscache_t *cdb_cachep; /* relevant cachep (maybe undefined) */
1113 cachefscache_t *cachefs_cache_create(void);
1114 void cachefs_cache_destroy(cachefscache_t *cachep);
1115 int cachefs_cache_activate_ro(cachefscache_t *cachep, vnode_t *cdvp);
1116 void cachefs_cache_activate_rw(cachefscache_t *cachep);
1120 uint_t cachefs_cache_unique(cachefscache_t *cachep);
1187 char *, uint_t, int, void *, cachefscache_t *, struct fscache *,
1198 void cachefs_rlent_moveto_nolock(cachefscache_t *cachep,
[all …]
H A Dcachefs_fscache.h200 fscache_t *fscache_create(cachefscache_t *cachep);
216 fscache_t *fscache_list_find(cachefscache_t *cachep, ino64_t fsid);
217 void fscache_list_add(cachefscache_t *cachep, fscache_t *fscp);
218 void fscache_list_remove(cachefscache_t *cachep, fscache_t *fscp);
219 void fscache_list_gc(cachefscache_t *cachep);
220 int fscache_list_mounted(cachefscache_t *cachep);
222 int fscache_name_to_fsid(cachefscache_t *cachep, char *namep, ino64_t *fsidp);
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c66 int cachefs_rl_entry_get(cachefscache_t *, uint_t, rl_entry_t **);
67 void cachefs_garbage_collect_queue(cachefscache_t *cachep);
68 static time_t cachefs_gc_front_atime(cachefscache_t *cachep);
69 static void cachefs_garbage_collect(cachefscache_t *cachep);
70 static void cachefs_packed_pending(cachefscache_t *cachep);
81 cachefs_rlent_moveto(cachefscache_t *cachep, in cachefs_rlent_moveto()
91 cachefs_rlent_moveto_nolock(cachefscache_t *cachep, in cachefs_rlent_moveto_nolock()
176 cachefs_rlent_verify(cachefscache_t *cachep, in cachefs_rlent_verify()
208 cachefs_rlent_data(cachefscache_t *cachep, rl_entry_t *valp, uint_t *entnop) in cachefs_rlent_data()
294 cachefs_rl_changefileno(cachefscache_t *cachep, uint_t entno, ino64_t fileno) in cachefs_rl_changefileno()
[all …]
H A Dcachefs_log.c98 static void cachefs_log_enqueue(cachefscache_t *, void *, int, xdrproc_t);
99 static int cachefs_log_save_lc(cachefscache_t *);
100 static int cachefs_log_write_header(struct vnode *, cachefscache_t *, int);
153 cachefscache_t *cachep = (cachefscache_t *)(uintptr_t)lc->lc_cachep; in cachefs_log_kstat_snapshot()
233 cachefs_log_save_lc(cachefscache_t *cachep) in cachefs_log_save_lc()
331 cachefs_log_logfile_open(cachefscache_t *cachep, char *path) in cachefs_log_logfile_open()
415 cachefs_log_error(cachefscache_t *cachep, int error, int getlock) in cachefs_log_error()
449 cachefs_log_write_header(struct vnode *vp, cachefscache_t *cachep, int error) in cachefs_log_write_header()
526 cachefs_log_enqueue(cachefscache_t *cachep, void *record, int size, in cachefs_log_enqueue()
580 cachefs_log_process_queue(cachefscache_t *cachep, int getlock) in cachefs_log_process_queue()
[all …]
H A Dcachefs_fscache.c70 int fscdir_create(cachefscache_t *cachep, char *namep, fscache_t *fscp);
71 int fscdir_find(cachefscache_t *cachep, ino64_t fsid, fscache_t *fscp);
92 fscache_create(cachefscache_t *cachep) in fscache_create()
221 cachefscache_t *cachep = fscp->fs_cache; in fscache_setup()
617 fscache_list_find(cachefscache_t *cachep, ino64_t fsid) in fscache_list_find()
654 fscache_list_add(cachefscache_t *cachep, fscache_t *fscp) in fscache_list_add()
682 fscache_list_remove(cachefscache_t *cachep, fscache_t *fscp) in fscache_list_remove()
716 fscache_list_gc(cachefscache_t *cachep) in fscache_list_gc()
752 fscache_list_mounted(cachefscache_t *cachep) in fscache_list_mounted()
776 fscdir_create(cachefscache_t *cachep, char *namep, fscache_t *fscp) in fscdir_create()
[all …]
H A Dcachefs_subr.c75 extern cachefscache_t *cachefs_cachelist;
109 cachefscache_t *
112 cachefscache_t *cachep; in cachefs_cache_create()
156 cachefs_cache_destroy(cachefscache_t *cachep) in cachefs_cache_destroy()
258 cachefs_cache_activate_ro(cachefscache_t *cachep, vnode_t *cdvp) in cachefs_cache_activate_ro()
438 cachefscache_t *cachep = fscp->fs_cache; in cachefs_stop_cache()
615 cachefs_cache_activate_rw(cachefscache_t *cachep) in cachefs_cache_activate_rw()
853 cachefs_cache_unique(cachefscache_t *cachep) in cachefs_cache_unique()
1249 cachefscache_t *cachep = C_TO_FSCACHE(cp)->fs_cache; in cachefs_inval_object()
1373 cachefscache_t *cachep = fscp->fs_cache; in cachefs_nocache()
[all …]
H A Dcachefs_vfsops.c67 static void cachefs_delete_cachep(cachefscache_t *);
72 cachefscache_t *cachefs_cachelist = NULL; /* Cache struct list */
146 cachefscache_t *cachep = NULL; in cachefs_mount()
646 cachefscache_t *cachep = fscp->fs_cache; in cachefs_kstat_mount()
1034 cachefs_delete_cachep(cachefscache_t *cachep) in cachefs_delete_cachep()
1179 cachefscache_t *cachep = fscp->fs_cache; in cachefs_remount()
H A Dcachefs_module.c190 sizeof (cachefscache_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in cachefs_init()
H A Dcachefs_ioctl.c87 static int cachefs_unpackall_list(cachefscache_t *cachep,
554 cachefscache_t *cachep = fscp->fs_cache; in cachefs_unpackall()
576 cachefs_unpackall_list(cachefscache_t *cachep, enum cachefs_rl_type type) in cachefs_unpackall_list()
669 cachefscache_t *cachep = fscp->fs_cache; in cachefs_io_daemonid()
920 cachefscache_t *cachep = fscp->fs_cache; in cachefs_io_getstats()
998 cachefscache_t *cachep; in cachefs_io_lostfound()
2255 cachefscache_t *cachep = fscp->fs_cache; in cachefs_modified_fix()
H A Dcachefs_dir.c88 cachefscache_t *cachep = fscp->fs_cache; in cachefs_dir_look()
762 cachefscache_t *cachep = fscp->fs_cache; in cachefs_dir_read()
920 cachefscache_t *cachep = fscp->fs_cache; in cachefs_dir_fill_common()
1144 cachefscache_t *cachep = C_TO_FSCACHE(dcp)->fs_cache; in cachefs_dir_extend()
H A Dcachefs_cnode.c274 cachefscache_t *cachep; in cachefs_cnode_inactive()
701 cachefscache_t *cachep = fscp->fs_cache; in cachefs_cnode_init()
1506 cachefscache_t *cachep; in cachefs_cnode_lostfound()
1722 cachefscache_t *cachep = C_TO_FSCACHE(cp)->fs_cache; in cnode_enable_caching()
H A Dcachefs_vnops.c495 cachefscache_t *cachep; in cachefs_close()
1751 extern cachefscache_t *cachefs_cachelist; in cachefs_ioctl()
2333 cachefscache_t *cachep = fscp->fs_cache; in cachefs_setattr_common()
2912 cachefscache_t *cachep = fscp->fs_cache; in cachefs_readlink()
3837 cachefscache_t *cachep = fscp->fs_cache; in cachefs_create()
4309 cachefscache_t *cachep = fscp->fs_cache; in cachefs_remove()
5156 cachefscache_t *cachep = fscp->fs_cache; in cachefs_rename()
5831 cachefscache_t *cachep = fscp->fs_cache; in cachefs_mkdir()
6202 cachefscache_t *cachep = fscp->fs_cache; in cachefs_rmdir()
6561 cachefscache_t *cachep = fscp->fs_cache; in cachefs_symlink()
[all …]
H A Dcachefs_filegrp.c795 cachefscache_t *cachep = fscp->fs_cache; in filegrp_create_metadata()
1412 cachefscache_t *cachep = fscp->fs_cache; in filegrpattr_find()