Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/nios2/
H A DMakefile32 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
/kernel/linux/linux-6.6/arch/nios2/
H A DMakefile31 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl.c1665 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local
1672 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()
1676 bmx.bmv_iflags |= BMV_IF_NO_DMAPI_READ; in xfs_ioc_getbmap()
1687 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap()
1690 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
1692 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap()
1695 buf = kvzalloc(bmx.bmv_count * sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()
1699 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()
1704 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap()
1708 for (i = 0; i < bmx in xfs_ioc_getbmap()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl.c1459 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local
1466 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()
1479 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap()
1482 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
1484 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap()
1487 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()
1491 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()
1496 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap()
1500 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()

Completed in 6 milliseconds