Searched refs:bmx (Results 1 – 3 of 3) sorted by relevance
32 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
1522 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local1529 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()1542 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap()1545 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()1547 if (bmx.bmv_count > ULONG_MAX / recsize) in xfs_ioc_getbmap()1550 buf = kvzalloc(bmx.bmv_count * sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()1554 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()1559 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap()1563 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()
227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>