Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cachefiles/
Dbind.c83 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache() local
102 fsdef = kmem_cache_alloc(cachefiles_object_jar, GFP_KERNEL); in cachefiles_daemon_add_cache()
103 if (!fsdef) in cachefiles_daemon_add_cache()
106 ASSERTCMP(fsdef->backer, ==, NULL); in cachefiles_daemon_add_cache()
108 atomic_set(&fsdef->usage, 1); in cachefiles_daemon_add_cache()
109 fsdef->type = FSCACHE_COOKIE_TYPE_INDEX; in cachefiles_daemon_add_cache()
111 _debug("- fsdef %p", fsdef); in cachefiles_daemon_add_cache()
195 fsdef->dentry = cachedir; in cachefiles_daemon_add_cache()
196 fsdef->fscache.cookie = NULL; in cachefiles_daemon_add_cache()
198 ret = cachefiles_check_object_type(fsdef); in cachefiles_daemon_add_cache()
[all …]
Dinterface.c291 _object != cache->cache.fsdef in cachefiles_drop_object()
/kernel/linux/linux-5.10/fs/fscache/
DMakefile9 fsdef.o \
Dcache.c249 cache->fsdef = ifsdef; in fscache_add_cache()
/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h70 struct fscache_object *fsdef; /* object for the fsdef index */ member
535 struct fscache_object *fsdef,
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dbackend-api.rst43 struct fscache_object *fsdef,
48 * "fsdef" which should point to the object representation for the FS-Cache