fscache            53 fs/9p/cache.c  			v9ses->fscache = NULL;
fscache            60 fs/9p/cache.c  	v9ses->fscache = fscache_acquire_cookie(v9fs_cache_netfs.primary_index,
fscache            67 fs/9p/cache.c  		 v9ses, v9ses->fscache);
fscache            73 fs/9p/cache.c  		 v9ses, v9ses->fscache);
fscache            74 fs/9p/cache.c  	fscache_relinquish_cookie(v9ses->fscache, NULL, false);
fscache            75 fs/9p/cache.c  	v9ses->fscache = NULL;
fscache           111 fs/9p/cache.c  	if (v9inode->fscache)
fscache           115 fs/9p/cache.c  	v9inode->fscache = fscache_acquire_cookie(v9ses->fscache,
fscache           126 fs/9p/cache.c  		 inode, v9inode->fscache);
fscache           133 fs/9p/cache.c  	if (!v9inode->fscache)
fscache           136 fs/9p/cache.c  		 inode, v9inode->fscache);
fscache           138 fs/9p/cache.c  	fscache_relinquish_cookie(v9inode->fscache, &v9inode->qid.version,
fscache           140 fs/9p/cache.c  	v9inode->fscache = NULL;
fscache           147 fs/9p/cache.c  	if (!v9inode->fscache)
fscache           150 fs/9p/cache.c  		 inode, v9inode->fscache);
fscache           152 fs/9p/cache.c  	fscache_relinquish_cookie(v9inode->fscache, NULL, true);
fscache           153 fs/9p/cache.c  	v9inode->fscache = NULL;
fscache           160 fs/9p/cache.c  	if (!v9inode->fscache)
fscache           179 fs/9p/cache.c  	if (!v9inode->fscache)
fscache           182 fs/9p/cache.c  	old = v9inode->fscache;
fscache           185 fs/9p/cache.c  	fscache_relinquish_cookie(v9inode->fscache, NULL, true);
fscache           188 fs/9p/cache.c  	v9inode->fscache = fscache_acquire_cookie(v9ses->fscache,
fscache           198 fs/9p/cache.c  		 inode, old, v9inode->fscache);
fscache           208 fs/9p/cache.c  	BUG_ON(!v9inode->fscache);
fscache           210 fs/9p/cache.c  	return fscache_maybe_release_page(v9inode->fscache, page, gfp);
fscache           218 fs/9p/cache.c  	BUG_ON(!v9inode->fscache);
fscache           221 fs/9p/cache.c  		fscache_wait_on_page_write(v9inode->fscache, page);
fscache           223 fs/9p/cache.c  		fscache_uncache_page(v9inode->fscache, page);
fscache           249 fs/9p/cache.c  	if (!v9inode->fscache)
fscache           252 fs/9p/cache.c  	ret = fscache_read_or_alloc_page(v9inode->fscache,
fscache           287 fs/9p/cache.c  	if (!v9inode->fscache)
fscache           290 fs/9p/cache.c  	ret = fscache_read_or_alloc_pages(v9inode->fscache,
fscache           322 fs/9p/cache.c  	ret = fscache_write_page(v9inode->fscache, page,
fscache           337 fs/9p/cache.c  		fscache_wait_on_page_write(v9inode->fscache, page);
fscache            78 fs/9p/cache.h  	fscache_uncache_page(v9inode->fscache, page);
fscache           503 fs/9p/v9fs.c   	if (v9ses->fscache) {
fscache           625 fs/9p/v9fs.c   	v9inode->fscache = NULL;
fscache            92 fs/9p/v9fs.h   	struct fscache_cookie *fscache;
fscache           113 fs/9p/v9fs.h   	struct fscache_cookie *fscache;
fscache           231 fs/9p/vfs_inode.c 	v9inode->fscache = NULL;
fscache           196 fs/cachefiles/bind.c 	fsdef->fscache.cookie = NULL;
fscache           217 fs/cachefiles/bind.c 	fscache_object_init(&fsdef->fscache, &fscache_fsdef_index,
fscache           220 fs/cachefiles/bind.c 	ret = fscache_add_cache(&cache->cache, &fsdef->fscache, cache->tag);
fscache            52 fs/cachefiles/interface.c 	fscache_object_init(&object->fscache, cookie, &cache->cache);
fscache            99 fs/cachefiles/interface.c 	_leave(" = %p [%p]", &object->fscache, lookup_data);
fscache           100 fs/cachefiles/interface.c 	return &object->fscache;
fscache           131 fs/cachefiles/interface.c 			      struct cachefiles_object, fscache);
fscache           132 fs/cachefiles/interface.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           146 fs/cachefiles/interface.c 	    object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX)
fscache           147 fs/cachefiles/interface.c 		cachefiles_attr_changed(&object->fscache);
fscache           152 fs/cachefiles/interface.c 		fscache_object_lookup_error(&object->fscache);
fscache           166 fs/cachefiles/interface.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           168 fs/cachefiles/interface.c 	_enter("{OBJ%x,%p}", object->fscache.debug_id, object->lookup_data);
fscache           186 fs/cachefiles/interface.c 		container_of(_object, struct cachefiles_object, fscache);
fscache           198 fs/cachefiles/interface.c 	return &object->fscache;
fscache           216 fs/cachefiles/interface.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           217 fs/cachefiles/interface.c 	cache = container_of(object->fscache.cache, struct cachefiles_cache,
fscache           225 fs/cachefiles/interface.c 	cookie = object->fscache.cookie;
fscache           271 fs/cachefiles/interface.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           274 fs/cachefiles/interface.c 	       object->fscache.debug_id, atomic_read(&object->usage));
fscache           276 fs/cachefiles/interface.c 	cache = container_of(object->fscache.cache,
fscache           290 fs/cachefiles/interface.c 		if (test_bit(FSCACHE_OBJECT_RETIRED, &object->fscache.flags) &&
fscache           293 fs/cachefiles/interface.c 			_debug("- retire object OBJ%x", object->fscache.debug_id);
fscache           331 fs/cachefiles/interface.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           334 fs/cachefiles/interface.c 	       object->fscache.debug_id, atomic_read(&object->usage));
fscache           340 fs/cachefiles/interface.c 	ASSERTIFCMP(object->fscache.parent,
fscache           341 fs/cachefiles/interface.c 		    object->fscache.parent->n_children, >, 0);
fscache           348 fs/cachefiles/interface.c 		_debug("- kill object OBJ%x", object->fscache.debug_id);
fscache           351 fs/cachefiles/interface.c 		ASSERTCMP(object->fscache.parent, ==, NULL);
fscache           354 fs/cachefiles/interface.c 		ASSERTCMP(object->fscache.n_ops, ==, 0);
fscache           355 fs/cachefiles/interface.c 		ASSERTCMP(object->fscache.n_children, ==, 0);
fscache           364 fs/cachefiles/interface.c 		cache = object->fscache.cache;
fscache           365 fs/cachefiles/interface.c 		fscache_object_destroy(&object->fscache);
fscache           414 fs/cachefiles/interface.c 	object = container_of(op->object, struct cachefiles_object, fscache);
fscache           415 fs/cachefiles/interface.c 	cache = container_of(object->fscache.cache,
fscache           445 fs/cachefiles/interface.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           446 fs/cachefiles/interface.c 	cache = container_of(object->fscache.cache,
fscache           457 fs/cachefiles/interface.c 	fscache_set_store_limit(&object->fscache, ni_size);
fscache           487 fs/cachefiles/interface.c 		fscache_set_store_limit(&object->fscache, 0);
fscache           508 fs/cachefiles/interface.c 	object = container_of(op->object, struct cachefiles_object, fscache);
fscache           509 fs/cachefiles/interface.c 	cache = container_of(object->fscache.cache,
fscache           520 fs/cachefiles/interface.c 		fscache_set_store_limit(&object->fscache, ni_size);
fscache           532 fs/cachefiles/interface.c 			fscache_set_store_limit(&object->fscache, 0);
fscache            36 fs/cachefiles/internal.h 	struct fscache_object		fscache;	/* fscache handle */
fscache           270 fs/cachefiles/internal.h 	___cache = container_of((object)->fscache.cache,		\
fscache            34 fs/cachefiles/namei.c 	pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id);
fscache            36 fs/cachefiles/namei.c 	       prefix, object->fscache.state->name,
fscache            37 fs/cachefiles/namei.c 	       object->fscache.flags, work_busy(&object->fscache.work),
fscache            38 fs/cachefiles/namei.c 	       object->fscache.events, object->fscache.event_mask);
fscache            40 fs/cachefiles/namei.c 	       prefix, object->fscache.n_ops, object->fscache.n_in_progress,
fscache            41 fs/cachefiles/namei.c 	       object->fscache.n_exclusive);
fscache            43 fs/cachefiles/namei.c 	       prefix, object->fscache.parent);
fscache            45 fs/cachefiles/namei.c 	spin_lock(&object->fscache.lock);
fscache            46 fs/cachefiles/namei.c 	cookie = object->fscache.cookie;
fscache            50 fs/cachefiles/namei.c 		       object->fscache.cookie,
fscache            51 fs/cachefiles/namei.c 		       object->fscache.cookie->parent,
fscache            52 fs/cachefiles/namei.c 		       object->fscache.cookie->netfs_data,
fscache            53 fs/cachefiles/namei.c 		       object->fscache.cookie->flags);
fscache            63 fs/cachefiles/namei.c 	spin_unlock(&object->fscache.lock);
fscache           114 fs/cachefiles/namei.c 	       object->fscache.debug_id,
fscache           115 fs/cachefiles/namei.c 	       object->fscache.state->name,
fscache           120 fs/cachefiles/namei.c 	if (fscache_object_is_live(&object->fscache)) {
fscache           126 fs/cachefiles/namei.c 			fscache_object_mark_killed(&object->fscache, why);
fscache           186 fs/cachefiles/namei.c 	if (fscache_object_is_live(&xobject->fscache)) {
fscache           203 fs/cachefiles/namei.c 		if (work_pending(&xobject->fscache.work)) {
fscache           205 fs/cachefiles/namei.c 			       object->fscache.debug_id,
fscache           206 fs/cachefiles/namei.c 			       xobject->fscache.debug_id);
fscache           227 fs/cachefiles/namei.c 			       object->fscache.debug_id,
fscache           228 fs/cachefiles/namei.c 			       xobject->fscache.debug_id);
fscache           242 fs/cachefiles/namei.c 	cache->cache.ops->put_object(&xobject->fscache,
fscache           247 fs/cachefiles/namei.c 	cache->cache.ops->put_object(&xobject->fscache,
fscache           441 fs/cachefiles/namei.c 	_enter(",OBJ%x{%p}", object->fscache.debug_id, object->dentry);
fscache           451 fs/cachefiles/namei.c 	if (test_bit(FSCACHE_OBJECT_KILLED_BY_CACHE, &object->fscache.flags)) {
fscache           496 fs/cachefiles/namei.c 	       parent->fscache.debug_id, parent->dentry,
fscache           497 fs/cachefiles/namei.c 	       object->fscache.debug_id, key);
fscache           499 fs/cachefiles/namei.c 	cache = container_of(parent->fscache.cache,
fscache           549 fs/cachefiles/namei.c 		fscache_object_lookup_negative(&object->fscache);
fscache           655 fs/cachefiles/namei.c 			fscache_object_retrying_stale(&object->fscache);
fscache           705 fs/cachefiles/namei.c 	fscache_obtained_object(&object->fscache);
fscache           711 fs/cachefiles/namei.c 	fscache_object_mark_killed(&object->fscache, FSCACHE_OBJECT_NO_SPACE);
fscache            60 fs/cachefiles/rdwr.c 	object = container_of(op->op.object, struct cachefiles_object, fscache);
fscache           161 fs/cachefiles/rdwr.c 			      struct cachefiles_object, fscache);
fscache           179 fs/cachefiles/rdwr.c 			     &object->fscache.cookie->flags)) {
fscache           404 fs/cachefiles/rdwr.c 			      struct cachefiles_object, fscache);
fscache           405 fs/cachefiles/rdwr.c 	cache = container_of(object->fscache.cache,
fscache           697 fs/cachefiles/rdwr.c 			      struct cachefiles_object, fscache);
fscache           698 fs/cachefiles/rdwr.c 	cache = container_of(object->fscache.cache,
fscache           702 fs/cachefiles/rdwr.c 	       object->fscache.debug_id, atomic_read(&op->op.usage),
fscache           806 fs/cachefiles/rdwr.c 			      struct cachefiles_object, fscache);
fscache           807 fs/cachefiles/rdwr.c 	cache = container_of(object->fscache.cache,
fscache           846 fs/cachefiles/rdwr.c 			      struct cachefiles_object, fscache);
fscache           847 fs/cachefiles/rdwr.c 	cache = container_of(object->fscache.cache,
fscache           895 fs/cachefiles/rdwr.c 			      struct cachefiles_object, fscache);
fscache           906 fs/cachefiles/rdwr.c 	cache = container_of(object->fscache.cache,
fscache           914 fs/cachefiles/rdwr.c 	eof = object->fscache.store_limit_l;
fscache           964 fs/cachefiles/rdwr.c 	__releases(&object->fscache.cookie->lock)
fscache           968 fs/cachefiles/rdwr.c 	object = container_of(_object, struct cachefiles_object, fscache);
fscache           972 fs/cachefiles/rdwr.c 	spin_unlock(&object->fscache.cookie->lock);
fscache            34 fs/cachefiles/xattr.c 	if (!object->fscache.cookie)
fscache            37 fs/cachefiles/xattr.c 		snprintf(type, 3, "%02x", object->fscache.cookie->def->type);
fscache           112 fs/cachefiles/xattr.c 	clear_bit(FSCACHE_COOKIE_AUX_UPDATED, &object->fscache.cookie->flags);
fscache           142 fs/cachefiles/xattr.c 	clear_bit(FSCACHE_COOKIE_AUX_UPDATED, &object->fscache.cookie->flags);
fscache           168 fs/cachefiles/xattr.c 	ASSERT(object->fscache.cookie->def->check_aux);
fscache           178 fs/cachefiles/xattr.c 	    auxbuf->type != object->fscache.cookie->def->type)
fscache           182 fs/cachefiles/xattr.c 	validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen,
fscache           242 fs/cachefiles/xattr.c 	if (object->fscache.cookie->def->check_aux) {
fscache           249 fs/cachefiles/xattr.c 		       object->fscache.cookie->def->name, dlen);
fscache           251 fs/cachefiles/xattr.c 		result = fscache_check_aux(&object->fscache,
fscache            30 fs/ceph/cache.c 	struct fscache_cookie *fscache;
fscache            87 fs/ceph/cache.c 	fsc->fscache = fscache_acquire_cookie(ceph_cache_netfs.primary_index,
fscache            93 fs/ceph/cache.c 	if (fsc->fscache) {
fscache            94 fs/ceph/cache.c 		ent->fscache = fsc->fscache;
fscache           144 fs/ceph/cache.c 	if (!fsc->fscache)
fscache           152 fs/ceph/cache.c 	if (!ci->fscache) {
fscache           157 fs/ceph/cache.c 		ci->fscache = fscache_acquire_cookie(fsc->fscache,
fscache           170 fs/ceph/cache.c 	if ((cookie = ci->fscache) == NULL)
fscache           173 fs/ceph/cache.c 	ci->fscache = NULL;
fscache           189 fs/ceph/cache.c 	if (!fscache_cookie_valid(ci->fscache))
fscache           195 fs/ceph/cache.c 		fscache_disable_cookie(ci->fscache, &ci->i_vino, false);
fscache           196 fs/ceph/cache.c 		fscache_uncache_all_inode_pages(ci->fscache, inode);
fscache           198 fs/ceph/cache.c 		fscache_enable_cookie(ci->fscache, &ci->i_vino, i_size_read(inode),
fscache           200 fs/ceph/cache.c 		if (fscache_cookie_enabled(ci->fscache)) {
fscache           234 fs/ceph/cache.c 	ret = fscache_read_or_alloc_page(ci->fscache, page,
fscache           263 fs/ceph/cache.c 	ret = fscache_read_or_alloc_pages(ci->fscache, mapping, pages, nr_pages,
fscache           292 fs/ceph/cache.c 	ret = fscache_write_page(ci->fscache, page, i_size_read(inode),
fscache           295 fs/ceph/cache.c 		 fscache_uncache_page(ci->fscache, page);
fscache           305 fs/ceph/cache.c 	fscache_wait_on_page_write(ci->fscache, page);
fscache           306 fs/ceph/cache.c 	fscache_uncache_page(ci->fscache, page);
fscache           311 fs/ceph/cache.c 	if (fscache_cookie_valid(fsc->fscache)) {
fscache           317 fs/ceph/cache.c 			if (ent->fscache == fsc->fscache) {
fscache           327 fs/ceph/cache.c 		__fscache_relinquish_cookie(fsc->fscache, NULL, false);
fscache           329 fs/ceph/cache.c 	fsc->fscache = NULL;
fscache           344 fs/ceph/cache.c 		if (fscache_check_consistency(ci->fscache, &ci->i_vino))
fscache           345 fs/ceph/cache.c 			fscache_invalidate(ci->fscache);
fscache            37 fs/ceph/cache.h 	ci->fscache = NULL;
fscache            43 fs/ceph/cache.h 	fscache_invalidate(ceph_inode(inode)->fscache);
fscache            50 fs/ceph/cache.h 	return fscache_uncache_page(ci->fscache, page);
fscache            57 fs/ceph/cache.h 	return fscache_maybe_release_page(ci->fscache, page, gfp);
fscache            64 fs/ceph/cache.h 	if (fscache_cookie_valid(ci->fscache) && PageFsCache(page))
fscache            65 fs/ceph/cache.h 		__fscache_uncache_page(ci->fscache, page);
fscache            72 fs/ceph/cache.h 	return fscache_readpages_cancel(ci->fscache, pages);
fscache           131 fs/ceph/super.h 	struct fscache_cookie *fscache;
fscache           402 fs/ceph/super.h 	struct fscache_cookie *fscache;
fscache           740 fs/cifs/cifsglob.h 	struct fscache_cookie   *fscache; /* client index cache cookie */
fscache          1112 fs/cifs/cifsglob.h 	struct fscache_cookie *fscache;	/* cookie for share */
fscache          1424 fs/cifs/cifsglob.h 	struct fscache_cookie *fscache;
fscache            73 fs/cifs/fscache.c 		server->fscache = NULL;
fscache            77 fs/cifs/fscache.c 	server->fscache =
fscache            84 fs/cifs/fscache.c 		 __func__, server, server->fscache);
fscache            90 fs/cifs/fscache.c 		 __func__, server, server->fscache);
fscache            91 fs/cifs/fscache.c 	fscache_relinquish_cookie(server->fscache, NULL, false);
fscache            92 fs/cifs/fscache.c 	server->fscache = NULL;
fscache           103 fs/cifs/fscache.c 		tcon->fscache = NULL;
fscache           107 fs/cifs/fscache.c 	tcon->fscache =
fscache           108 fs/cifs/fscache.c 		fscache_acquire_cookie(server->fscache,
fscache           115 fs/cifs/fscache.c 		 __func__, server->fscache, tcon->fscache);
fscache           120 fs/cifs/fscache.c 	cifs_dbg(FYI, "%s: (0x%p)\n", __func__, tcon->fscache);
fscache           121 fs/cifs/fscache.c 	fscache_relinquish_cookie(tcon->fscache, &tcon->resource_id, false);
fscache           122 fs/cifs/fscache.c 	tcon->fscache = NULL;
fscache           137 fs/cifs/fscache.c 	cifsi->fscache =
fscache           138 fs/cifs/fscache.c 		fscache_acquire_cookie(tcon->fscache,
fscache           151 fs/cifs/fscache.c 	if (cifsi->fscache)
fscache           160 fs/cifs/fscache.c 		 __func__, tcon->fscache, cifsi->fscache);
fscache           168 fs/cifs/fscache.c 	if (cifsi->fscache) {
fscache           176 fs/cifs/fscache.c 		cifs_dbg(FYI, "%s: (0x%p)\n", __func__, cifsi->fscache);
fscache           177 fs/cifs/fscache.c 		fscache_relinquish_cookie(cifsi->fscache, &auxdata, false);
fscache           178 fs/cifs/fscache.c 		cifsi->fscache = NULL;
fscache           186 fs/cifs/fscache.c 	if (cifsi->fscache) {
fscache           187 fs/cifs/fscache.c 		cifs_dbg(FYI, "%s: (0x%p)\n", __func__, cifsi->fscache);
fscache           188 fs/cifs/fscache.c 		fscache_uncache_all_inode_pages(cifsi->fscache, inode);
fscache           189 fs/cifs/fscache.c 		fscache_relinquish_cookie(cifsi->fscache, NULL, true);
fscache           190 fs/cifs/fscache.c 		cifsi->fscache = NULL;
fscache           207 fs/cifs/fscache.c 	struct fscache_cookie *old = cifsi->fscache;
fscache           209 fs/cifs/fscache.c 	if (cifsi->fscache) {
fscache           211 fs/cifs/fscache.c 		fscache_relinquish_cookie(cifsi->fscache, NULL, true);
fscache           215 fs/cifs/fscache.c 			 __func__, cifsi->fscache, old);
fscache           226 fs/cifs/fscache.c 			 __func__, page, cifsi->fscache);
fscache           227 fs/cifs/fscache.c 		if (!fscache_maybe_release_page(cifsi->fscache, page, gfp))
fscache           251 fs/cifs/fscache.c 		 __func__, CIFS_I(inode)->fscache, page, inode);
fscache           252 fs/cifs/fscache.c 	ret = fscache_read_or_alloc_page(CIFS_I(inode)->fscache, page,
fscache           283 fs/cifs/fscache.c 		 __func__, CIFS_I(inode)->fscache, *nr_pages, inode);
fscache           284 fs/cifs/fscache.c 	ret = fscache_read_or_alloc_pages(CIFS_I(inode)->fscache, mapping,
fscache           312 fs/cifs/fscache.c 		 __func__, cifsi->fscache, page, inode);
fscache           313 fs/cifs/fscache.c 	ret = fscache_write_page(cifsi->fscache, page,
fscache           316 fs/cifs/fscache.c 		fscache_uncache_page(cifsi->fscache, page);
fscache           322 fs/cifs/fscache.c 		 __func__, CIFS_I(inode)->fscache, inode);
fscache           323 fs/cifs/fscache.c 	fscache_readpages_cancel(CIFS_I(inode)->fscache, pages);
fscache           329 fs/cifs/fscache.c 	struct fscache_cookie *cookie = cifsi->fscache;
fscache            86 fs/cifs/fscache.h 	if (CIFS_I(inode)->fscache)
fscache            97 fs/cifs/fscache.h 	if (CIFS_I(inode)->fscache)
fscache           113 fs/cifs/fscache.h 	if (CIFS_I(inode)->fscache)
fscache          1056 fs/cifs/inode.c 			CIFS_I(inode)->fscache = NULL;
fscache            78 fs/nfs/fscache.c 		clp->fscache = NULL;
fscache            83 fs/nfs/fscache.c 	clp->fscache = fscache_acquire_cookie(nfs_fscache_netfs.primary_index,
fscache            89 fs/nfs/fscache.c 		 clp, clp->fscache);
fscache            98 fs/nfs/fscache.c 		 clp, clp->fscache);
fscache           100 fs/nfs/fscache.c 	fscache_relinquish_cookie(clp->fscache, NULL, false);
fscache           101 fs/nfs/fscache.c 	clp->fscache = NULL;
fscache           120 fs/nfs/fscache.c 	nfss->fscache = NULL;
fscache           189 fs/nfs/fscache.c 	nfss->fscache = fscache_acquire_cookie(nfss->nfs_client->fscache,
fscache           196 fs/nfs/fscache.c 		 nfss, nfss->fscache);
fscache           203 fs/nfs/fscache.c 	nfss->fscache = NULL;
fscache           216 fs/nfs/fscache.c 		 nfss, nfss->fscache);
fscache           218 fs/nfs/fscache.c 	fscache_relinquish_cookie(nfss->fscache, NULL, false);
fscache           219 fs/nfs/fscache.c 	nfss->fscache = NULL;
fscache           252 fs/nfs/fscache.c 	nfsi->fscache = NULL;
fscache           253 fs/nfs/fscache.c 	if (!(nfss->fscache && S_ISREG(inode->i_mode)))
fscache           258 fs/nfs/fscache.c 	nfsi->fscache = fscache_acquire_cookie(NFS_SB(inode->i_sb)->fscache,
fscache           278 fs/nfs/fscache.c 	nfsi->fscache = NULL;
fscache           113 fs/nfs/fscache.h 		fscache_wait_on_page_write(nfsi->fscache, page);
fscache           134 fs/nfs/fscache.h 	if (NFS_I(inode)->fscache)
fscache           148 fs/nfs/fscache.h 	if (NFS_I(inode)->fscache)
fscache           171 fs/nfs/fscache.h 	fscache_invalidate(NFS_I(inode)->fscache);
fscache           179 fs/nfs/fscache.h 	fscache_wait_on_invalidate(NFS_I(inode)->fscache);
fscache           187 fs/nfs/fscache.h 	if (server->fscache)
fscache            21 fs/nfs/iostat.h 	unsigned long long	fscache[__NFSIOS_FSCACHEMAX];
fscache            57 fs/nfs/iostat.h 	this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], addend);
fscache            62 fs/nfs/iostat.h 	this_cpu_inc(NFS_SERVER(inode)->io_stats->fscache[stat]);
fscache           887 fs/nfs/super.c 			totals.fscache[i] += stats->fscache[i];
fscache           903 fs/nfs/super.c 			seq_printf(m, "%Lu ", totals.fscache[i]);
fscache          2572 fs/nfs/super.c 	nfss->fscache = NULL;
fscache           185 include/linux/nfs_fs.h 	struct fscache_cookie	*fscache;
fscache           299 include/linux/nfs_fs.h 	return NFS_I(inode)->fscache;
fscache           121 include/linux/nfs_fs_sb.h 	struct fscache_cookie	*fscache;	/* client index cache cookie */
fscache           182 include/linux/nfs_fs_sb.h 	struct fscache_cookie	*fscache;	/* superblock cookie */
fscache           261 include/trace/events/cachefiles.h 		    __entry->fsc_flags	= xobj->fscache.flags;
fscache             8 include/trace/events/fscache.h #define TRACE_SYSTEM fscache