Searched refs:cachefiles_has_space (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | cache.c | 155 cachefiles_has_space(cache, 0, 0, cachefiles_has_space_check); in cachefiles_add_cache() 184 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space() function
|
H A D | io.c | 558 if (cachefiles_has_space(cache, 0, *_len / PAGE_SIZE, in __cachefiles_prepare_write() 590 return cachefiles_has_space(cache, 0, *_len / PAGE_SIZE, in __cachefiles_prepare_write()
|
H A D | internal.h | 168 extern int cachefiles_has_space(struct cachefiles_cache *cache,
|
H A D | namei.c | 119 ret = cachefiles_has_space(cache, 1, 0, in cachefiles_get_directory() 522 ret = cachefiles_has_space(object->volume->cache, 1, 0, in cachefiles_create_file()
|
H A D | daemon.c | 217 cachefiles_has_space(cache, 0, 0, cachefiles_has_space_check); in cachefiles_do_daemon_read()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H 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()
|
H 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
|
H A D | namei.c | 555 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_walk_to_object() 591 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_walk_to_object() 783 ret = cachefiles_has_space(cache, 1, 0); in cachefiles_get_directory()
|
H A D | bind.c | 231 cachefiles_has_space(cache, 0, 0); in cachefiles_daemon_add_cache()
|
H A D | internal.h | 145 extern int cachefiles_has_space(struct cachefiles_cache *cache,
|
Completed in 9 milliseconds