Searched refs:get_floppy_geometry (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | swim.c | 563 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry() function 599 get_floppy_geometry(fs, 0, &g); in setup_medium() 720 ret = get_floppy_geometry(fs, 0, &g); in floppy_getgeo()
|
H A D | floppy.c | 3436 static int get_floppy_geometry(int drive, int type, struct floppy_struct **g) in get_floppy_geometry() function 3460 ret = get_floppy_geometry(drive, type, &g); in fd_getgeo() 3564 ret = get_floppy_geometry(drive, type, in fd_locked_ioctl() 3783 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device), in compat_get_prm()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | swim.c | 565 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry() function 601 get_floppy_geometry(fs, 0, &g); in setup_medium() 720 ret = get_floppy_geometry(fs, 0, &g); in floppy_getgeo()
|
H A D | floppy.c | 3345 static int get_floppy_geometry(int drive, int type, struct floppy_struct **g) in get_floppy_geometry() function 3369 ret = get_floppy_geometry(drive, type, &g); in fd_getgeo() 3474 ret = get_floppy_geometry(drive, type, in fd_locked_ioctl() 3693 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device), in compat_get_prm()
|
Completed in 19 milliseconds