Searched refs:cachefiles_has_space (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/cachefiles/ |
D | rdwr.c | 447 } else if (cachefiles_has_space(cache, 0, 1) == 0) { in cachefiles_read_or_alloc_page() 707 if (cachefiles_has_space(cache, 0, *nr_pages) < 0) in cachefiles_read_or_alloc_pages() 810 ret = cachefiles_has_space(cache, 0, 1); in cachefiles_allocate_page() 850 ret = cachefiles_has_space(cache, 0, *nr_pages); in cachefiles_allocate_pages()
|
D | daemon.c | 176 cachefiles_has_space(cache, 0, 0); in cachefiles_daemon_read() 675 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space() function
|
D | namei.c | 558 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_walk_to_object() 594 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_walk_to_object() 786 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_get_directory()
|
D | bind.c | 235 cachefiles_has_space(cache, 0, 0); in cachefiles_daemon_add_cache()
|
D | internal.h | 149 extern int cachefiles_has_space(struct cachefiles_cache *cache,
|