Searched refs:ioctl_by_bdev (Results 1 – 6 of 6) sorted by relevance
/fs/udf/ |
D | lowlevel.c | 37 i = ioctl_by_bdev(bdev, CDROMMULTISESSION, (unsigned long)&ms_info); in udf_get_last_session() 59 if (ioctl_by_bdev(bdev, CDROM_LAST_WRITTEN, (unsigned long) &lblock)) in udf_get_last_block()
|
/fs/partitions/ |
D | ibm.c | 77 if (ioctl_by_bdev(bdev, BIODASDINFO2, (unsigned long)info) != 0 || in ibm_partition() 78 ioctl_by_bdev(bdev, HDIO_GETGEO, (unsigned long)geo) != 0) in ibm_partition()
|
/fs/hfsplus/ |
D | wrapper.c | 71 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); in hfsplus_get_last_session() 80 res = ioctl_by_bdev(sb->s_bdev, CDROMMULTISESSION, (unsigned long)&ms_info); in hfsplus_get_last_session()
|
/fs/hfs/ |
D | mdb.c | 45 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); in hfs_get_last_session() 54 res = ioctl_by_bdev(sb->s_bdev, CDROMMULTISESSION, (unsigned long)&ms_info); in hfs_get_last_session()
|
/fs/ |
D | block_dev.c | 1282 int ioctl_by_bdev(struct block_device *bdev, unsigned cmd, unsigned long arg) in ioctl_by_bdev() function 1292 EXPORT_SYMBOL(ioctl_by_bdev);
|
/fs/isofs/ |
D | inode.c | 513 i = ioctl_by_bdev(bdev, CDROMREADTOCENTRY, (unsigned long) &Te); in isofs_get_last_session() 524 i = ioctl_by_bdev(bdev, CDROMMULTISESSION, (unsigned long) &ms_info); in isofs_get_last_session()
|