Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nios2/
DMakefile32 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
/Linux-v5.10/fs/xfs/
Dxfs_ioctl.c1664 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local
1671 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()
1675 bmx.bmv_iflags |= BMV_IF_NO_DMAPI_READ; in xfs_ioc_getbmap()
1686 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap()
1689 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
1691 if (bmx.bmv_count > ULONG_MAX / recsize) in xfs_ioc_getbmap()
1694 buf = kvzalloc(bmx.bmv_count * sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()
1698 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()
1703 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap()
1707 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()
/Linux-v5.10/Documentation/input/devices/
Dxpad.rst227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>