Searched refs:cachefiles_volume (Results 1 – 7 of 7) sorted by relevance
19 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()
39 struct cachefiles_volume { struct52 struct cachefiles_volume *volume; /* Cache volume that holds this object */ argument347 void cachefiles_withdraw_volume(struct cachefiles_volume *volume);359 extern bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume);360 extern int cachefiles_check_volume_xattr(struct cachefiles_volume *volume);
191 bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume) in cachefiles_set_volume_xattr()233 int cachefiles_check_volume_xattr(struct cachefiles_volume *volume) in cachefiles_check_volume_xattr()
320 struct cachefiles_volume *volume = NULL; in cachefiles_withdraw_volumes()325 struct cachefiles_volume, cache_link); in cachefiles_withdraw_volumes()
417 struct cachefiles_volume *volume = object->volume; in cachefiles_delete_object()440 struct cachefiles_volume *volume = object->volume; in cachefiles_create_tmpfile()620 struct cachefiles_volume *volume = object->volume; in cachefiles_look_up_object()670 struct cachefiles_volume *volume = object->volume; in cachefiles_commit_tmpfile()
25 struct cachefiles_volume *volume = vcookie->cache_priv; in cachefiles_alloc_object()418 struct cachefiles_volume *volume = object->volume; in cachefiles_invalidate_cookie()
405 TP_PROTO(struct cachefiles_volume *volume,
Completed in 11 milliseconds