Home
last modified time | relevance | path

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

/include/linux/
Dfs.h423 struct block_device { struct
436 struct block_device * bd_contains; argument
448 * Private data. You must have bd_claim'ed the block_device argument
453 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