Searched defs:block_device (Results 1 – 1 of 1) sorted by relevance
423 struct block_device { struct436 struct block_device * bd_contains; argument448 * Private data. You must have bd_claim'ed the block_device argument453 unsigned long bd_private;456 int bd_fsfreeze_count;458 struct mutex bd_fsfreeze_mutex;2487 static inline void iterate_bdevs(void (*f)(struct block_device *, void *), void *arg) in iterate_bdevs() argument