Home
last modified time | relevance | path

Searched defs:backing_dev_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dbacking-dev-defs.h167 struct backing_dev_info { struct
168 struct list_head bdi_list;
169 unsigned long ra_pages; /* max readahead in PAGE_SIZE units */
170 unsigned long io_pages; /* max allowed IO size */
171 congested_fn *congested_fn; /* Function pointer if device is md/dm */
172 void *congested_data; /* Pointer to aux data for congested func */
174 const char *name;
176 struct kref refcnt; /* Reference counter for the structure */
177 unsigned int capabilities; /* Device capabilities */
178 unsigned int min_ratio;
[all …]
Dblkdev.h503 struct backing_dev_info *backing_dev_info; member
Dsched.h961 struct backing_dev_info *backing_dev_info; member