Searched refs:fscache (Results 1 - 25 of 58) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fscache/
H A DMakefile5 fscache-y := \
15 fscache-$(CONFIG_PROC_FS) += proc.o
16 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
17 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
18 fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
20 obj-$(CONFIG_FSCACHE) := fscache.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fscache/
H A DMakefile5 fscache-y := \
15 fscache-$(CONFIG_PROC_FS) += proc.o
16 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
17 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
18 fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
20 obj-$(CONFIG_FSCACHE) := fscache.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dfscache.c2 * fs/cifs/fscache.c - CIFS filesystem cache interface
21 #include "fscache.h"
28 server->fscache =
32 server->fscache);
38 server->fscache);
39 fscache_relinquish_cookie(server->fscache, 0);
40 server->fscache = NULL;
47 tcon->fscache =
48 fscache_acquire_cookie(server->fscache,
51 server->fscache, tco
[all...]
H A Dfscache.h2 * fs/cifs/fscache.h - CIFS filesystem cache interface definitions
24 #include <linux/fscache.h>
39 * fscache.c
70 if (CIFS_I(inode)->fscache)
81 if (CIFS_I(inode)->fscache)
H A DMakefile15 cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dfscache.c2 * fs/cifs/fscache.c - CIFS filesystem cache interface
21 #include "fscache.h"
28 server->fscache =
32 server->fscache);
38 server->fscache);
39 fscache_relinquish_cookie(server->fscache, 0);
40 server->fscache = NULL;
47 tcon->fscache =
48 fscache_acquire_cookie(server->fscache,
51 server->fscache, tco
[all...]
H A Dfscache.h2 * fs/cifs/fscache.h - CIFS filesystem cache interface definitions
24 #include <linux/fscache.h>
39 * fscache.c
70 if (CIFS_I(inode)->fscache)
81 if (CIFS_I(inode)->fscache)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/9p/
H A Dcache.c46 vcookie->fscache = NULL;
147 v9ses->fscache = fscache_acquire_cookie(v9fs_cache_netfs.primary_index,
151 v9ses->fscache);
157 v9ses->fscache);
158 fscache_relinquish_cookie(v9ses->fscache, 0);
159 v9ses->fscache = NULL;
259 if (vcookie->fscache)
263 vcookie->fscache = fscache_acquire_cookie(v9ses->fscache,
268 vcookie->fscache);
[all...]
H A Dcache.h25 #include <linux/fscache.h>
33 struct fscache_cookie *fscache; member in struct:v9fs_cookie
121 fscache_uncache_page(vcookie->fscache, page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/9p/
H A Dcache.c46 vcookie->fscache = NULL;
147 v9ses->fscache = fscache_acquire_cookie(v9fs_cache_netfs.primary_index,
151 v9ses->fscache);
157 v9ses->fscache);
158 fscache_relinquish_cookie(v9ses->fscache, 0);
159 v9ses->fscache = NULL;
259 if (vcookie->fscache)
263 vcookie->fscache = fscache_acquire_cookie(v9ses->fscache,
268 vcookie->fscache);
[all...]
H A Dcache.h25 #include <linux/fscache.h>
33 struct fscache_cookie *fscache; member in struct:v9fs_cookie
121 fscache_uncache_page(vcookie->fscache, page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dfscache.c24 #include "fscache.h"
40 clp->fscache = fscache_acquire_cookie(nfs_fscache_netfs.primary_index,
44 clp, clp->fscache);
53 clp, clp->fscache);
55 fscache_relinquish_cookie(clp->fscache, 0);
56 clp->fscache = NULL;
143 nfss->fscache = fscache_acquire_cookie(nfss->nfs_client->fscache,
147 nfss, nfss->fscache);
154 nfss->fscache
[all...]
H A DMakefile19 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
H A Diostat.h20 unsigned long long fscache[__NFSIOS_FSCACHEMAX]; member in struct:nfs_iostats
56 this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], addend);
H A Dfscache.h18 #include <linux/fscache.h>
60 * fscache-index.c
71 * fscache.c
104 fscache_wait_on_page_write(nfsi->fscache, page);
125 if (NFS_I(inode)->fscache)
139 if (NFS_I(inode)->fscache)
162 if (server->fscache && (server->options & NFS_OPTION_FSCACHE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dfscache.c24 #include "fscache.h"
40 clp->fscache = fscache_acquire_cookie(nfs_fscache_netfs.primary_index,
44 clp, clp->fscache);
53 clp, clp->fscache);
55 fscache_relinquish_cookie(clp->fscache, 0);
56 clp->fscache = NULL;
143 nfss->fscache = fscache_acquire_cookie(nfss->nfs_client->fscache,
147 nfss, nfss->fscache);
154 nfss->fscache
[all...]
H A DMakefile19 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
H A Diostat.h20 unsigned long long fscache[__NFSIOS_FSCACHEMAX]; member in struct:nfs_iostats
56 this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], addend);
H A Dfscache.h18 #include <linux/fscache.h>
60 * fscache-index.c
71 * fscache.c
104 fscache_wait_on_page_write(nfsi->fscache, page);
125 if (NFS_I(inode)->fscache)
139 if (NFS_I(inode)->fscache)
162 if (server->fscache && (server->options & NFS_OPTION_FSCACHE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cachefiles/
H A Dinterface.c59 fscache_object_init(&object->fscache, cookie, &cache->cache);
100 _leave(" = %p [%p]", &object->fscache, lookup_data);
101 return &object->fscache;
132 struct cachefiles_object, fscache);
133 object = container_of(_object, struct cachefiles_object, fscache);
147 object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX)
148 cachefiles_attr_changed(&object->fscache);
154 fscache_object_lookup_error(&object->fscache);
168 object = container_of(_object, struct cachefiles_object, fscache);
170 _enter("{OBJ%x,%p}", object->fscache
[all...]
H A Dxattr.c38 if (!object->fscache.cookie)
41 snprintf(type, 3, "%02x", object->fscache.cookie->def->type);
112 ASSERT(object->fscache.cookie);
118 _debug("SET %s #%u", object->fscache.cookie->def->name, auxdata->len);
141 ASSERT(object->fscache.cookie);
147 _debug("SET %s #%u", object->fscache.cookie->def->name, auxdata->len);
210 if (object->fscache.cookie->def->check_aux) {
217 object->fscache.cookie->def->name, dlen);
219 result = fscache_check_aux(&object->fscache,
H A Dnamei.c39 prefix, object->fscache.debug_id);
41 prefix, fscache_object_states[object->fscache.state],
42 object->fscache.flags, work_busy(&object->fscache.work),
43 object->fscache.events,
44 object->fscache.event_mask & FSCACHE_OBJECT_EVENTS_MASK);
46 prefix, object->fscache.n_ops, object->fscache.n_in_progress,
47 object->fscache.n_exclusive);
49 prefix, object->fscache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cachefiles/
H A Dinterface.c59 fscache_object_init(&object->fscache, cookie, &cache->cache);
100 _leave(" = %p [%p]", &object->fscache, lookup_data);
101 return &object->fscache;
132 struct cachefiles_object, fscache);
133 object = container_of(_object, struct cachefiles_object, fscache);
147 object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX)
148 cachefiles_attr_changed(&object->fscache);
154 fscache_object_lookup_error(&object->fscache);
168 object = container_of(_object, struct cachefiles_object, fscache);
170 _enter("{OBJ%x,%p}", object->fscache
[all...]
H A Dxattr.c38 if (!object->fscache.cookie)
41 snprintf(type, 3, "%02x", object->fscache.cookie->def->type);
112 ASSERT(object->fscache.cookie);
118 _debug("SET %s #%u", object->fscache.cookie->def->name, auxdata->len);
141 ASSERT(object->fscache.cookie);
147 _debug("SET %s #%u", object->fscache.cookie->def->name, auxdata->len);
210 if (object->fscache.cookie->def->check_aux) {
217 object->fscache.cookie->def->name, dlen);
219 result = fscache_check_aux(&object->fscache,
H A Dnamei.c39 prefix, object->fscache.debug_id);
41 prefix, fscache_object_states[object->fscache.state],
42 object->fscache.flags, work_busy(&object->fscache.work),
43 object->fscache.events,
44 object->fscache.event_mask & FSCACHE_OBJECT_EVENTS_MASK);
46 prefix, object->fscache.n_ops, object->fscache.n_in_progress,
47 object->fscache.n_exclusive);
49 prefix, object->fscache
[all...]

Completed in 215 milliseconds

123