Searched refs:fsdef (Results 1 – 6 of 6) sorted by relevance
83 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache() local103 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 …]
291 _object != cache->cache.fsdef in cachefiles_drop_object()
9 fsdef.o \
249 cache->fsdef = ifsdef; in fscache_add_cache()
70 struct fscache_object *fsdef; /* object for the fsdef index */ member535 struct fscache_object *fsdef,
43 struct fscache_object *fsdef,48 * "fsdef" which should point to the object representation for the FS-Cache
Completed in 11 milliseconds