Searched refs:cachefiles_has_space (Results 1 – 4 of 4) sorted by relevance
/linux/fs/cachefiles/ |
H A D | cache.c | 156 cachefiles_has_space(cache, 0, 0, cachefiles_has_space_check); in cachefiles_add_cache() 185 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space() function
|
H A D | io.c | 566 if (cachefiles_has_space(cache, 0, *_len / PAGE_SIZE, in __cachefiles_prepare_write() 598 return cachefiles_has_space(cache, 0, *_len / PAGE_SIZE, in __cachefiles_prepare_write()
|
H A D | internal.h | 186 extern int cachefiles_has_space(struct cachefiles_cache *cache,
|
H A D | daemon.c | 220 cachefiles_has_space(cache, 0, 0, cachefiles_has_space_check); in cachefiles_do_daemon_read()
|