Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dvolume.c78 cachefiles_end_secure(cache, saved_cred); in cachefiles_acquire_volume()
102 cachefiles_end_secure(cache, saved_cred); in cachefiles_acquire_volume()
H A Dcache.c157 cachefiles_end_secure(cache, saved_cred); in cachefiles_add_cache()
171 cachefiles_end_secure(cache, saved_cred); in cachefiles_add_cache()
398 cachefiles_end_secure(cache, saved_cred); in cachefiles_sync_cache()
H A Dsecurity.c90 cachefiles_end_secure(cache, *_saved_cred); in cachefiles_determine_cache_security()
H A Dio.c488 cachefiles_end_secure(cache, saved_cred); in cachefiles_do_prepare_read()
624 cachefiles_end_secure(cache, saved_cred); in cachefiles_prepare_write()
704 cachefiles_end_secure(cache, saved_cred); in cachefiles_issue_write()
H A Ddaemon.c660 cachefiles_end_secure(cache, saved_cred); in cachefiles_daemon_cull()
731 cachefiles_end_secure(cache, saved_cred); in cachefiles_daemon_inuse()
H A Dxattr.c205 cachefiles_end_secure(cache, saved_cred); in cachefiles_prepare_to_write()
H A Dinternal.h400 static inline void cachefiles_end_secure(struct cachefiles_cache *cache, in cachefiles_end_secure() function