Searched refs:bmx (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_ioctl.c | 826 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local 833 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap() 846 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap() 849 if (bmx.bmv_count < 2) in xfs_ioc_getbmap() 851 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap() 854 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap() 858 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap() 863 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap() 867 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()
|
/linux-6.12.1/arch/nios2/ |
D | Makefile | 31 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
|
/linux-6.12.1/Documentation/input/devices/ |
D | xpad.rst | 227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>
|