Home
last modified time | relevance | path

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

/Linux-v5.15/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()
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()
219 fsdef->dentry->d_sb->s_id); in cachefiles_daemon_add_cache()
[all …]
Dinterface.c291 _object != cache->cache.fsdef in cachefiles_drop_object()
/Linux-v5.15/fs/fscache/
DMakefile9 fsdef.o \
Dcache.c249 cache->fsdef = ifsdef; in fscache_add_cache()
/Linux-v5.15/include/linux/
Dfscache-cache.h70 struct fscache_object *fsdef; /* object for the fsdef index */ member
535 struct fscache_object *fsdef,
/Linux-v5.15/Documentation/filesystems/caching/
Dbackend-api.rst43 struct fscache_object *fsdef,
48 * "fsdef" which should point to the object representation for the FS-Cache