Searched refs:cache (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dcache.c47 cache of files for InterMezzo. These caches have two reqs:
50 The methods for the cache are set up in methods.
66 inline void presto_cache_add(struct presto_cache *cache, kdev_t dev) argument
68 list_add(&cache->cache_chain,
70 cache->cache_dev = dev;
81 /* map a device to a cache */
84 struct presto_cache *cache; local
89 cache = list_entry(tmp, struct presto_cache, cache_chain);
90 if ( cache->cache_dev == dev ) {
91 return cache;
101 struct presto_cache *cache; local
118 struct presto_cache *cache; local
131 struct presto_cache *cache; local
145 presto_free_cache(struct presto_cache *cache) argument
161 presto_reserve_space(struct presto_cache *cache, loff_t req) argument
197 presto_release_space(struct presto_cache *cache, loff_t req) argument
[all...]
H A Dmethods.c63 inline struct super_operations *filter_c2usops(struct filter_fs *cache) argument
65 return &cache->o_fops.filter_sops;
68 inline struct inode_operations *filter_c2udiops(struct filter_fs *cache) argument
70 return &cache->o_fops.filter_dir_iops;
74 inline struct inode_operations *filter_c2ufiops(struct filter_fs *cache) argument
76 return &cache->o_fops.filter_file_iops;
79 inline struct inode_operations *filter_c2usiops(struct filter_fs *cache) argument
81 return &cache->o_fops.filter_sym_iops;
85 inline struct file_operations *filter_c2udfops(struct filter_fs *cache) argument
87 return &cache
90 filter_c2uffops(struct filter_fs *cache) argument
95 filter_c2usfops(struct filter_fs *cache) argument
100 filter_c2udops(struct filter_fs *cache) argument
106 filter_c2csops(struct filter_fs *cache) argument
111 filter_c2cdiops(struct filter_fs *cache) argument
116 filter_c2cfiops(struct filter_fs *cache) argument
121 filter_c2csiops(struct filter_fs *cache) argument
126 filter_c2cdfops(struct filter_fs *cache) argument
131 filter_c2cffops(struct filter_fs *cache) argument
136 filter_c2csfops(struct filter_fs *cache) argument
141 filter_c2cdops(struct filter_fs *cache) argument
258 filter_setup_super_ops(struct filter_fs *cache, struct super_operations *cache_sops, struct super_operations *filter_sops) argument
300 filter_setup_dir_ops(struct filter_fs *cache, struct inode *inode, struct inode_operations *filter_iops, struct file_operations *filter_fops) argument
370 filter_setup_file_ops(struct filter_fs *cache, struct inode *inode, struct inode_operations *filter_iops, struct file_operations *filter_fops) argument
424 filter_setup_symlink_ops(struct filter_fs *cache, struct inode *inode, struct inode_operations *filter_iops, struct file_operations *filter_fops) argument
462 filter_setup_dentry_ops(struct filter_fs *cache, struct dentry_operations *cache_dop, struct dentry_operations *filter_dop) argument
[all...]
H A Dinode.c94 struct presto_cache *cache; local
96 cache = presto_get_cache(inode);
97 if ( !cache ) {
98 CERROR("PRESTO: BAD, BAD: cannot find cache\n");
103 filter_c2csops(cache->cache_filter)->read_inode(inode);
108 presto_set_ops(inode, cache->cache_filter);
113 struct presto_cache *cache; local
120 cache = presto_cache_find(sb->s_dev);
121 if (!cache) {
125 channel = &izo_channels[presto_c2m(cache)];
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dexample-heipv6tb.conf18 #cache-file=/etc/ez-ipupdate.cache.eth1
20 # for the mean time we'll just use a cache file in the temp directory
21 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-dhs.conf14 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-dyndns.conf19 #cache-file=/etc/ez-ipupdate.cache.eth1
21 # for the mean time we'll just use a cache file in the temp directory
22 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-easydns.conf14 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-gnudip.conf18 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-justlinux.conf14 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-ods.conf14 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-pgpow.conf14 cache-file=/tmp/ez-ipupdate.cache
H A Dexample-tzo.conf18 cache-file=/tmp/ez-ipupdate.cache
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dflushd.c42 struct nfs_reqlist *cache; local
54 cache = server->rw_requests;
57 if (cache->task)
62 cache->task = task;
65 cache->runat = jiffies;
67 cache->auth = server->client->cl_auth;
83 struct nfs_reqlist *cache; local
86 cache = server->rw_requests;
87 if (!cache)
90 dprintk("NFS: reqlist_exit (ptr %p rpc %p)\n", cache, cach
104 struct nfs_reqlist *cache; local
133 struct nfs_reqlist *cache; local
175 struct nfs_reqlist *cache; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dcache.c2 * cache.c - allocation/initialization/free routines for cache
59 static blkid_debug_dump_cache(int mask, blkid_cache cache)
63 if (!cache) {
64 printf("cache: NULL\n");
68 printf("cache: time = %lu\n", cache->bic_time);
69 printf("cache: flags = 0x%08X\n", cache->bic_flags);
71 list_for_each(p, &cache
80 blkid_cache cache; local
115 blkid_put_cache(blkid_cache cache) argument
155 blkid_gc_cache(blkid_cache cache) argument
183 blkid_cache cache = NULL; local
[all...]
H A Dblkid.h37 * in the cache.
43 * cache or by probing the device.
50 /* cache.c */
51 extern void blkid_put_cache(blkid_cache cache);
52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
53 extern void blkid_gc_cache(blkid_cache cache);
58 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache);
68 extern int blkid_probe_all(blkid_cache cache);
69 extern int blkid_probe_all_new(blkid_cache cache);
70 extern blkid_dev blkid_get_dev(blkid_cache cache, cons
[all...]
H A Dresolve.c27 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, argument
32 blkid_cache c = cache;
40 if (!cache) {
49 if (!cache)
61 char *blkid_get_devname(blkid_cache cache, const char *token, argument
65 blkid_cache c = cache;
72 if (!cache) {
79 value ? value : "", cache ? "in cache" : "from disk"));
104 if (!cache) {
114 blkid_cache cache; local
[all...]
H A Ddevname.c46 * Find a dev struct in the cache by device name, if available.
51 blkid_dev blkid_get_dev(blkid_cache cache, const char *devname, int flags) argument
56 if (!cache || !devname)
59 list_for_each(p, &cache->bic_devs) {
65 printf("found devname %s in cache\n", tmp->bid_name));
76 dev->bid_cache = cache;
77 list_add_tail(&dev->bid_devs, &cache->bic_devs);
78 cache->bic_flags |= BLKID_BIC_FL_CHANGED;
82 dev = blkid_verify(cache, dev);
91 * Probe a single block device to add to the device cache
93 probe_one(blkid_cache cache, const char *ptname, dev_t devno, int pri, int only_if_new) argument
281 dm_probe_all(blkid_cache cache, int only_if_new) argument
369 lvm_probe_all(blkid_cache cache, int only_if_new) argument
434 evms_probe_all(blkid_cache cache, int only_if_new) argument
463 probe_all(blkid_cache cache, int only_if_new) argument
560 blkid_probe_all(blkid_cache cache) argument
572 blkid_probe_all_new(blkid_cache cache) argument
586 blkid_cache cache = NULL; local
[all...]
H A Dsave.c2 * save.c - write the cache struct to disk
54 * Write out the cache struct to the cache file on disk.
56 int blkid_flush_cache(blkid_cache cache) argument
66 if (!cache)
69 if (list_empty(&cache->bic_devs) ||
70 !(cache->bic_flags & BLKID_BIC_FL_CHANGED)) {
71 DBG(DEBUG_SAVE, printf("skipping cache file write\n"));
75 filename = cache->bic_filename ? cache
163 blkid_cache cache = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfsfilter.h16 * cache types have NULL ops at different slots, we must install opeation
77 inline struct super_operations *filter_c2usops(struct filter_fs *cache);
78 inline struct inode_operations *filter_c2ufiops(struct filter_fs *cache);
79 inline struct inode_operations *filter_c2udiops(struct filter_fs *cache);
80 inline struct inode_operations *filter_c2usiops(struct filter_fs *cache);
81 inline struct file_operations *filter_c2uffops(struct filter_fs *cache);
82 inline struct file_operations *filter_c2udfops(struct filter_fs *cache);
83 inline struct file_operations *filter_c2usfops(struct filter_fs *cache);
84 inline struct super_operations *filter_c2csops(struct filter_fs *cache);
85 inline struct inode_operations *filter_c2cfiops(struct filter_fs *cache);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfsfilter.h16 * cache types have NULL ops at different slots, we must install opeation
77 inline struct super_operations *filter_c2usops(struct filter_fs *cache);
78 inline struct inode_operations *filter_c2ufiops(struct filter_fs *cache);
79 inline struct inode_operations *filter_c2udiops(struct filter_fs *cache);
80 inline struct inode_operations *filter_c2usiops(struct filter_fs *cache);
81 inline struct file_operations *filter_c2uffops(struct filter_fs *cache);
82 inline struct file_operations *filter_c2udfops(struct filter_fs *cache);
83 inline struct file_operations *filter_c2usfops(struct filter_fs *cache);
84 inline struct super_operations *filter_c2csops(struct filter_fs *cache);
85 inline struct inode_operations *filter_c2cfiops(struct filter_fs *cache);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dcache.c70 /* insert a new cache entry at the head of the list (youngest entry) */
82 /* remove an arbitrary cache entry for promotion */
153 /* Note that cache entries from /etc/hosts can have both F_FORWARD and
177 /* Now get a cache entry from the end of the LRU list */
181 in the cache so bail out. !new catches completely empty list,
234 /* record still-live cache entries we have to blow away */
312 /* if there's anything relevant, it will be at the head of the cache now. */
365 /* if there's anything relevant, it will be at the head of the cache now. */
378 struct crec *cache, *tmp; local
384 for (cache
469 struct crec *cache = cache_head, *ret = NULL; local
493 struct crec *cache ; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dunix_io.c5 * Implements a one-block write-through cache.
72 struct unix_cache cache[CACHE_SIZE]; member in struct:unix_private_data
89 struct unix_cache *cache, unsigned long block);
250 * Here we implement the cache functions
253 /* Allocate the cache buffers */
258 struct unix_cache *cache; local
262 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
263 cache
277 struct unix_cache *cache; local
302 struct unix_cache *cache, *unused_cache, *oldest_cache; local
328 reuse_cache(io_channel channel, struct unix_private_data *data, struct unix_cache *cache, unsigned long block) argument
348 struct unix_cache *cache; local
529 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
594 struct unix_cache *cache, *reuse; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A D4xx_tlb.h27 int pagesz, int cache);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A DMakefile13 obj-$(CONFIG_CPU_SH3) += cache-sh3.o
14 obj-$(CONFIG_CPU_SH4) += cache-sh4.o __clear_user_page-sh4.o __copy_user_page-sh4.o ioremap.o
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Djfs_user.h55 #define kmem_cache_alloc(cache,flags) malloc((cache)->object_length)
56 #define kmem_cache_free(cache,obj) free(obj)
58 #define kmem_cache_destroy(cache) do_cache_destroy(cache)
67 extern void do_cache_destroy(kmem_cache_t *cache);
89 _INLINE_ void do_cache_destroy(kmem_cache_t *cache) argument
91 free(cache);

Completed in 135 milliseconds

1234567891011>>