Home
last modified time | relevance | path

Searched refs:fsdef (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/cachefiles/
Dbind.c86 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache() local
105 fsdef = kmem_cache_alloc(cachefiles_object_jar, GFP_KERNEL); in cachefiles_daemon_add_cache()
106 if (!fsdef) in cachefiles_daemon_add_cache()
109 ASSERTCMP(fsdef->backer, ==, NULL); in cachefiles_daemon_add_cache()
111 atomic_set(&fsdef->usage, 1); in cachefiles_daemon_add_cache()
112 fsdef->type = FSCACHE_COOKIE_TYPE_INDEX; in cachefiles_daemon_add_cache()
114 _debug("- fsdef %p", fsdef); in cachefiles_daemon_add_cache()
200 fsdef->dentry = cachedir; in cachefiles_daemon_add_cache()
201 fsdef->fscache.cookie = NULL; in cachefiles_daemon_add_cache()
203 ret = cachefiles_check_object_type(fsdef); in cachefiles_daemon_add_cache()
[all …]
Dinterface.c267 _object != cache->cache.fsdef in cachefiles_drop_object()
/linux-3.4.99/fs/fscache/
DMakefile8 fsdef.o \
Dcache.c251 cache->fsdef = ifsdef; in fscache_add_cache()
/linux-3.4.99/include/linux/
Dfscache-cache.h62 struct fscache_object *fsdef; /* object for the fsdef index */ member
501 struct fscache_object *fsdef,
/linux-3.4.99/Documentation/filesystems/caching/
Dbackend-api.txt42 struct fscache_object *fsdef,
47 (*) "fsdef" which should point to the object representation for the FS-Cache