opcount           597 fs/xfs/libxfs/xfs_fs.h 	__u32				opcount;/* count of following multiop */
opcount           514 fs/xfs/xfs_ioctl.c 	if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t))
opcount           522 fs/xfs/xfs_ioctl.c 	size = am_hreq.opcount * sizeof(xfs_attr_multiop_t);
opcount           538 fs/xfs/xfs_ioctl.c 	for (i = 0; i < am_hreq.opcount; i++) {
opcount           428 fs/xfs/xfs_ioctl32.c 	if (am_hreq.opcount >= INT_MAX / sizeof(compat_xfs_attr_multiop_t))
opcount           436 fs/xfs/xfs_ioctl32.c 	size = am_hreq.opcount * sizeof(compat_xfs_attr_multiop_t);
opcount           452 fs/xfs/xfs_ioctl32.c 	for (i = 0; i < am_hreq.opcount; i++) {
opcount           138 fs/xfs/xfs_ioctl32.h 	__u32				opcount;/* count of following multiop */