Home
last modified time | relevance | path

Searched refs:swim_priv (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/block/
Dswim.c193 struct swim_priv *swd;
208 struct swim_priv { struct
528 struct swim_priv *swd = fs->swd; in swim_queue_rq()
768 struct swim_priv *swd = data; in floppy_find()
778 static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) in swim_add_floppy()
804 static int swim_floppy_init(struct swim_priv *swd) in swim_floppy_init()
893 struct swim_priv *swd; in swim_probe()
924 swd = kzalloc(sizeof(struct swim_priv), GFP_KERNEL); in swim_probe()
949 struct swim_priv *swd = platform_get_drvdata(dev); in swim_remove()