Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Dbind.c87 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache() local
106 fsdef = kmem_cache_alloc(cachefiles_object_jar, GFP_KERNEL); in cachefiles_daemon_add_cache()
107 if (!fsdef) in cachefiles_daemon_add_cache()
110 ASSERTCMP(fsdef->backer, ==, NULL); in cachefiles_daemon_add_cache()
112 atomic_set(&fsdef->usage, 1); in cachefiles_daemon_add_cache()
113 fsdef->type = FSCACHE_COOKIE_TYPE_INDEX; in cachefiles_daemon_add_cache()
115 _debug("- fsdef %p", fsdef); in cachefiles_daemon_add_cache()
199 fsdef->dentry = cachedir; in cachefiles_daemon_add_cache()
200 fsdef->fscache.cookie = NULL; in cachefiles_daemon_add_cache()
202 ret = cachefiles_check_object_type(fsdef); in cachefiles_daemon_add_cache()
[all …]
Dinterface.c295 _object != cache->cache.fsdef in cachefiles_drop_object()
/Linux-v4.19/fs/fscache/
DMakefile9 fsdef.o \
Dcache.c253 cache->fsdef = ifsdef; in fscache_add_cache()
/Linux-v4.19/include/linux/
Dfscache-cache.h74 struct fscache_object *fsdef; /* object for the fsdef index */ member
540 struct fscache_object *fsdef,
/Linux-v4.19/Documentation/filesystems/caching/
Dbackend-api.txt42 struct fscache_object *fsdef,
47 (*) "fsdef" which should point to the object representation for the FS-Cache