Searched refs:cachefiles_has_space (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/cachefiles/ |
| A D | rdwr.c | 443 } else if (cachefiles_has_space(cache, 0, 1) == 0) { in cachefiles_read_or_alloc_page() 709 if (cachefiles_has_space(cache, 0, *nr_pages) < 0) in cachefiles_read_or_alloc_pages() 811 ret = cachefiles_has_space(cache, 0, 1); in cachefiles_allocate_page() 851 ret = cachefiles_has_space(cache, 0, *nr_pages); in cachefiles_allocate_pages()
|
| A D | daemon.c | 172 cachefiles_has_space(cache, 0, 0); in cachefiles_daemon_read() 671 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space() function
|
| A D | namei.c | 558 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_walk_to_object() 592 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_walk_to_object() 780 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_get_directory()
|
| A D | bind.c | 235 cachefiles_has_space(cache, 0, 0); in cachefiles_daemon_add_cache()
|
| A D | internal.h | 145 extern int cachefiles_has_space(struct cachefiles_cache *cache,
|
| A D | io.c | 325 if (cachefiles_has_space(cache, 0, (subreq->len + PAGE_SIZE - 1) / PAGE_SIZE) == 0) in cachefiles_prepare_read()
|
Completed in 12 milliseconds