Searched refs:store_limit (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscache-cache.h | 219 pgoff_t store_limit; /* don't write more than this */ member 387 pgoff_t store_limit; /* current storage limit */ member 464 object->store_limit = i_size >> PAGE_SHIFT; in fscache_set_store_limit() 466 object->store_limit++; in fscache_set_store_limit()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | fscache.h | 505 void **results, int n, pgoff_t store_limit), 507 TP_ARGS(cookie, op, results, n, store_limit), 514 __field(pgoff_t, store_limit ) 522 __entry->store_limit = store_limit; 527 __entry->store_limit)
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | page.c | 840 trace_fscache_gang_lookup(cookie, &op->op, results, n, op->store_limit); in fscache_write_op() 855 if (page->index >= op->store_limit) in fscache_write_op() 1020 _debug("store limit %llx", (unsigned long long) object->store_limit); in __fscache_write_page() 1045 op->store_limit = object->store_limit; in __fscache_write_page()
|
| H A D | object.c | 322 object->store_limit = 0; in fscache_object_init()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 202 pgoff_t store_limit;
|