Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/
Dswim.c195 struct swim_priv *swd;
210 struct swim_priv { struct
530 struct swim_priv *swd = fs->swd; in swim_queue_rq()
750 static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) in swim_add_floppy()
790 static int swim_floppy_init(struct swim_priv *swd) in swim_floppy_init()
867 struct swim_priv *swd; in swim_probe()
898 swd = kzalloc(sizeof(struct swim_priv), GFP_KERNEL); in swim_probe()
923 struct swim_priv *swd = platform_get_drvdata(dev); in swim_remove()