Searched defs:block_device (Results 1 – 1 of 1) sorted by relevance
431 struct block_device { struct445 struct block_device * bd_contains; argument455 * Private data. You must have bd_claim'ed the block_device argument460 unsigned long bd_private;463 int bd_fsfreeze_count;465 struct mutex bd_fsfreeze_mutex;2115 static inline void iterate_bdevs(void (*f)(struct block_device *, void *), void *arg) in iterate_bdevs() argument