Searched defs:backing_dev_info (Results 1 – 3 of 3) sorted by relevance
167 struct backing_dev_info { struct168 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 …]
503 struct backing_dev_info *backing_dev_info; member
961 struct backing_dev_info *backing_dev_info; member