Home
last modified time | relevance | path

Searched refs:cachefiles_volume (Results 1 – 7 of 7) sorted by relevance

/fs/cachefiles/
A Dvolume.c19 struct cachefiles_volume *volume; in cachefiles_acquire_volume()
30 volume = kzalloc(sizeof(struct cachefiles_volume), GFP_KERNEL); in cachefiles_acquire_volume()
108 static void __cachefiles_free_volume(struct cachefiles_volume *volume) in __cachefiles_free_volume()
124 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_free_volume()
134 void cachefiles_withdraw_volume(struct cachefiles_volume *volume) in cachefiles_withdraw_volume()
A Dinternal.h39 struct cachefiles_volume { struct
67 struct cachefiles_volume *volume; /* Cache volume that holds this object */ argument
321 struct cachefiles_volume *volume);
371 struct cachefiles_volume *volume) in cachefiles_ondemand_init_obj_info()
410 void cachefiles_withdraw_volume(struct cachefiles_volume *volume);
422 extern bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume);
423 extern int cachefiles_check_volume_xattr(struct cachefiles_volume *volume);
A Dcache.c321 struct cachefiles_volume *volume; in cachefiles_withdraw_fscache_volumes()
328 volume = list_entry(cur, struct cachefiles_volume, cache_link); in cachefiles_withdraw_fscache_volumes()
356 struct cachefiles_volume *volume = NULL; in cachefiles_withdraw_volumes()
361 struct cachefiles_volume, cache_link); in cachefiles_withdraw_volumes()
A Dnamei.c422 struct cachefiles_volume *volume = object->volume; in cachefiles_delete_object()
445 struct cachefiles_volume *volume = object->volume; in cachefiles_create_tmpfile()
624 struct cachefiles_volume *volume = object->volume; in cachefiles_look_up_object()
676 struct cachefiles_volume *volume = object->volume; in cachefiles_commit_tmpfile()
A Dxattr.c212 bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume) in cachefiles_set_volume_xattr()
260 int cachefiles_check_volume_xattr(struct cachefiles_volume *volume) in cachefiles_check_volume_xattr()
A Dinterface.c25 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_alloc_object()
429 struct cachefiles_volume *volume = object->volume; in cachefiles_invalidate_cookie()
A Dondemand.c732 struct cachefiles_volume *volume) in cachefiles_ondemand_init_obj_info()

Completed in 15 milliseconds