Lines Matching defs:recsize
1435 size_t recsize)
1443 if (recsize < sizeof(struct getbmapx))
1461 size_t recsize;
1470 recsize = sizeof(struct getbmap);
1473 recsize = sizeof(struct getbmapx);
1479 if (copy_from_user(&bmx, arg, recsize))
1484 if (bmx.bmv_count >= INT_MAX / recsize)
1496 if (copy_to_user(arg, &bmx, recsize))
1498 arg += recsize;
1501 if (!xfs_getbmap_format(buf + i, arg, recsize))
1503 arg += recsize;