Home
last modified time | relevance | path

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

/include/linux/
Dfs.h431 struct block_device { struct
445 struct block_device * bd_contains; argument
455 * Private data. You must have bd_claim'ed the block_device argument
460 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