Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds