Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_ioctl.c1371 struct getbmapx bmx; in xfs_ioc_getbmap() local
1374 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx))) in xfs_ioc_getbmap()
1377 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
1380 bmx.bmv_iflags = (cmd == XFS_IOC_GETBMAPA ? BMV_IF_ATTRFORK : 0); in xfs_ioc_getbmap()
1382 bmx.bmv_iflags |= BMV_IF_NO_DMAPI_READ; in xfs_ioc_getbmap()
1384 error = xfs_getbmap(ip, &bmx, xfs_getbmap_format, in xfs_ioc_getbmap()
1390 if (copy_to_user(arg, &bmx, sizeof(struct getbmap))) in xfs_ioc_getbmap()
1412 struct getbmapx bmx; in xfs_ioc_getbmapx() local
1415 if (copy_from_user(&bmx, arg, sizeof(bmx))) in xfs_ioc_getbmapx()
1418 if (bmx.bmv_count < 2) in xfs_ioc_getbmapx()
[all …]
/linux-4.1.27/Documentation/input/
Dxpad.txt218 Marko Friedemann <mfr@bmx-chemnitz.de>