Searched refs:bmx (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_ioctl.c1382 struct getbmapx bmx; xfs_ioc_getbmap() local
1385 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx))) xfs_ioc_getbmap()
1388 if (bmx.bmv_count < 2) xfs_ioc_getbmap()
1391 bmx.bmv_iflags = (cmd == XFS_IOC_GETBMAPA ? BMV_IF_ATTRFORK : 0); xfs_ioc_getbmap()
1393 bmx.bmv_iflags |= BMV_IF_NO_DMAPI_READ; xfs_ioc_getbmap()
1395 error = xfs_getbmap(ip, &bmx, xfs_getbmap_format, xfs_ioc_getbmap()
1401 if (copy_to_user(arg, &bmx, sizeof(struct getbmap))) xfs_ioc_getbmap()
1423 struct getbmapx bmx; xfs_ioc_getbmapx() local
1426 if (copy_from_user(&bmx, arg, sizeof(bmx))) xfs_ioc_getbmapx()
1429 if (bmx.bmv_count < 2) xfs_ioc_getbmapx()
1432 if (bmx.bmv_iflags & (~BMV_IF_VALID)) xfs_ioc_getbmapx()
1435 error = xfs_getbmap(ip, &bmx, xfs_getbmapx_format, xfs_ioc_getbmapx()
1441 if (copy_to_user(arg, &bmx, sizeof(struct getbmapx))) xfs_ioc_getbmapx()
/linux-4.4.14/drivers/input/joystick/
H A Dxpad.c4 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
84 #define DRIVER_AUTHOR "Marko Friedemann <mfr@bmx-chemnitz.de>"

Completed in 179 milliseconds