Home
last modified time | relevance | path

Searched refs:store_limit (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dfscache-cache.h211 pgoff_t store_limit; /* don't write more than this */ member
376 pgoff_t store_limit; /* current storage limit */ member
453 object->store_limit = i_size >> PAGE_SHIFT; in fscache_set_store_limit()
455 object->store_limit++; in fscache_set_store_limit()
/linux-4.4.14/fs/fscache/
Dpage.c819 if (page->index >= op->store_limit) { in fscache_write_op()
973 _debug("store limit %llx", (unsigned long long) object->store_limit); in __fscache_write_page()
996 op->store_limit = object->store_limit; in __fscache_write_page()
Dobject.c312 object->store_limit = 0; in fscache_object_init()
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt205 pgoff_t store_limit;