Home
last modified time | relevance | path

Searched defs:cachep (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c73 #define RL_HEAD(cachep, type) \ argument
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()
244 cachefs_rl_alloc(struct cachefscache *cachep, rl_entry_t *valp, uint_t *entnop) in cachefs_rl_alloc()
294 cachefs_rl_changefileno(cachefscache_t *cachep, uint_t entno, ino64_t fileno) in cachefs_rl_changefileno()
314 cachefs_move_modified_to_mf(cachefscache_t *cachep, fscache_t *fscp) in cachefs_move_modified_to_mf()
360 cachefs_rl_cleanup(cachefscache_t *cachep) in cachefs_rl_cleanup()
418 cachefs_allocfile(cachefscache_t *cachep) in cachefs_allocfile()
[all …]
H A Dcachefs_log.c70 #define OUT_IF_TIME_OVERFLOW(cachep, time) \ argument
76 #define RET_IF_TIME_OVERFLOW(cachep, time) \ argument
84 #define OUT_IF_TIME_OVERFLOW(cachep, time) argument
86 #define RET_IF_TIME_OVERFLOW(cachep, time) argument
153 cachefscache_t *cachep = (cachefscache_t *)(uintptr_t)lc->lc_cachep; in cachefs_log_kstat_snapshot() local
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()
[all …]
H A Dcachefs_fscache.c92 fscache_create(cachefscache_t *cachep) in fscache_create()
221 cachefscache_t *cachep = fscp->fs_cache; in fscache_setup() local
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()
921 fscdir_find(cachefscache_t *cachep, ino64_t fsid, fscache_t *fscp) in fscdir_find()
1067 fscache_name_to_fsid(cachefscache_t *cachep, char *namep, ino64_t *fsidp) in fscache_name_to_fsid()
[all …]
H A Dcachefs_subr.c112 cachefscache_t *cachep; in cachefs_cache_create() local
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() local
615 cachefs_cache_activate_rw(cachefscache_t *cachep) in cachefs_cache_activate_rw()
653 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()
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() local
[all …]
H A Dcachefs_vfsops.c146 cachefscache_t *cachep = NULL; in cachefs_mount() local
646 cachefscache_t *cachep = fscp->fs_cache; in cachefs_kstat_mount() local
860 struct cachefscache *cachep = fscp->fs_cache; in cachefs_unmount() local
1034 cachefs_delete_cachep(cachefscache_t *cachep) in cachefs_delete_cachep()
1131 queue_sync(struct cachefscache *cachep, cred_t *cr) in queue_sync()
1148 struct cachefscache *cachep; in cachefs_sync() local
1179 cachefscache_t *cachep = fscp->fs_cache; in cachefs_remount() local
H A Dcachefs_cnode.c274 cachefscache_t *cachep; in cachefs_cnode_inactive() local
701 cachefscache_t *cachep = fscp->fs_cache; in cachefs_cnode_init() local
1506 cachefscache_t *cachep; in cachefs_cnode_lostfound() local
1722 cachefscache_t *cachep = C_TO_FSCACHE(cp)->fs_cache; in cnode_enable_caching() local
H A Dcachefs_dir.c88 cachefscache_t *cachep = fscp->fs_cache; in cachefs_dir_look() local
762 cachefscache_t *cachep = fscp->fs_cache; in cachefs_dir_read() local
920 cachefscache_t *cachep = fscp->fs_cache; in cachefs_dir_fill_common() local
1144 cachefscache_t *cachep = C_TO_FSCACHE(dcp)->fs_cache; in cachefs_dir_extend() local
H A Dcachefs_ioctl.c554 cachefscache_t *cachep = fscp->fs_cache; in cachefs_unpackall() local
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() local
908 #define RL_HEAD(cachep, type) \ argument
920 cachefscache_t *cachep = fscp->fs_cache; in cachefs_io_getstats() local
998 cachefscache_t *cachep; in cachefs_io_lostfound() local
2255 cachefscache_t *cachep = fscp->fs_cache; in cachefs_modified_fix() local
H A Dcachefs_vnops.c495 cachefscache_t *cachep; in cachefs_close() local
1749 struct cachefscache *cachep; in cachefs_ioctl() local
2333 cachefscache_t *cachep = fscp->fs_cache; in cachefs_setattr_common() local
2912 cachefscache_t *cachep = fscp->fs_cache; in cachefs_readlink() local
3837 cachefscache_t *cachep = fscp->fs_cache; in cachefs_create() local
4309 cachefscache_t *cachep = fscp->fs_cache; in cachefs_remove() local
5156 cachefscache_t *cachep = fscp->fs_cache; in cachefs_rename() local
5831 cachefscache_t *cachep = fscp->fs_cache; in cachefs_mkdir() local
6202 cachefscache_t *cachep = fscp->fs_cache; in cachefs_rmdir() local
6561 cachefscache_t *cachep = fscp->fs_cache; in cachefs_symlink() local
[all …]
H A Dcachefs_filegrp.c795 cachefscache_t *cachep = fscp->fs_cache; in filegrp_create_metadata() local
1412 cachefscache_t *cachep = fscp->fs_cache; in filegrpattr_find() local
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c78 client_cache_t ***cachep = &header->ch_cache; in cc_add() local
118 rel_clntp(client_cache_t *cachep) in rel_clntp()
132 client_cache_t ***cachep = &header->ch_cache; in cc_destroy() local
333 client_cache_t ***cachep = &client_header.ch_cache; in metarpcopen() local
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c785 free_cache(cache_t **cachep) in free_cache()
862 cache_sync(rcm_handle_t *hd, cache_t **cachep) in cache_sync()
H A Dsvm_rcm.c2085 cache_sync(rcm_handle_t *hd, cache_t **cachep) in cache_sync()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c255 LDAPMemCache **cachep ) in ldap_memcache_init()
449 ldap_memcache_get( LDAP *ld, LDAPMemCache **cachep ) in ldap_memcache_get()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c187 frutree_cache_t *cachep = NULL; in create_port_config_info() local
H A Dpiclfrutree.c2395 free_cache(frutree_cache_t *cachep) in free_cache()
2489 frutree_cache_t *cachep = NULL; in create_fru_children() local
3528 frutree_cache_t *cachep = NULL; in add_node2cache() local
3615 frutree_cache_t *cachep = NULL; in create_device_entries() local
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2612 struct portmap_cache *cachep, *prev, *next = NULL, *cp; local
2710 struct portmap_cache *cachep; local
/titanic_41/usr/src/cmd/keyserv/
H A Dsetkey.c1392 struct cachekey3_list **cpp, *cp, *cachep; in getdeskey3() local