Lines Matching refs:saved_cred
122 const struct cred *saved_cred; in cachefiles_lookup_object() local
136 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_lookup_object()
140 cachefiles_end_secure(cache, saved_cred); in cachefiles_lookup_object()
204 const struct cred *saved_cred; in cachefiles_update_object() local
240 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_update_object()
242 cachefiles_end_secure(cache, saved_cred); in cachefiles_update_object()
255 const struct cred *saved_cred; in cachefiles_drop_object() local
282 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_drop_object()
284 cachefiles_end_secure(cache, saved_cred); in cachefiles_drop_object()
364 const struct cred *saved_cred; in cachefiles_sync_cache() local
373 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_sync_cache()
377 cachefiles_end_secure(cache, saved_cred); in cachefiles_sync_cache()
394 const struct cred *saved_cred; in cachefiles_check_consistency() local
403 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_check_consistency()
405 cachefiles_end_secure(cache, saved_cred); in cachefiles_check_consistency()
419 const struct cred *saved_cred; in cachefiles_attr_changed() local
448 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_attr_changed()
469 cachefiles_end_secure(cache, saved_cred); in cachefiles_attr_changed()
488 const struct cred *saved_cred; in cachefiles_invalidate_object() local
511 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_invalidate_object()
515 cachefiles_end_secure(cache, saved_cred); in cachefiles_invalidate_object()