Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfs.h432 struct block_device { struct
445 struct block_device * bd_contains; argument
457 * Private data. You must have bd_claim'ed the block_device argument
462 unsigned long bd_private;
465 int bd_fsfreeze_count;
467 struct mutex bd_fsfreeze_mutex;
2524 static inline void iterate_bdevs(void (*f)(struct block_device *, void *), void *arg) in iterate_bdevs() argument
/Linux-v4.19/fs/
Dblock_dev.c2133 void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg) in iterate_bdevs() argument
/Linux-v4.19/net/bluetooth/
Dmgmt.c4129 static int block_device(struct sock *sk, struct hci_dev *hdev, void *data, in block_device() function
/Linux-v4.19/drivers/scsi/
Dipr.c4756 struct block_device *block_device, in ipr_biosparam()