Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfs.h473 struct block_device { struct
486 struct block_device * bd_contains; argument
498 * Private data. You must have bd_claim'ed the block_device argument
503 unsigned long bd_private;
506 int bd_fsfreeze_count;
508 struct mutex bd_fsfreeze_mutex;
2607 static inline void iterate_bdevs(void (*f)(struct block_device *, void *), void *arg) in iterate_bdevs() argument
/Linux-v5.4/fs/
Dblock_dev.c2209 void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg) in iterate_bdevs() argument
/Linux-v5.4/net/bluetooth/
Dmgmt.c4124 static int block_device(struct sock *sk, struct hci_dev *hdev, void *data, in block_device() function
/Linux-v5.4/drivers/scsi/
Dipr.c4745 struct block_device *block_device, in ipr_biosparam()