Searched refs:bmx (Results 1 – 3 of 3) sorted by relevance
890 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local897 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()910 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap()913 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()915 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap()918 buf = kvzalloc_objs(*buf, bmx.bmv_count); in xfs_ioc_getbmap()922 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()927 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap()931 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()
31 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>