Searched defs:block_device (Results 1 – 2 of 2) sorted by relevance
441 struct block_device { struct454 struct block_device * bd_contains; argument466 * Private data. You must have bd_claim'ed the block_device argument471 unsigned long bd_private;474 int bd_fsfreeze_count;476 struct mutex bd_fsfreeze_mutex;2542 static inline void iterate_bdevs(void (*f)(struct block_device *, void *), void *arg) in iterate_bdevs() argument
2170 void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg) in iterate_bdevs() argument