Searched refs:opcount (Results 1 – 4 of 4) sorted by relevance
417 if (am_hreq.opcount >= INT_MAX / sizeof(compat_xfs_attr_multiop_t)) in xfs_compat_attrmulti_by_handle()425 size = am_hreq.opcount * sizeof(compat_xfs_attr_multiop_t); in xfs_compat_attrmulti_by_handle()440 for (i = 0; i < am_hreq.opcount; i++) { in xfs_compat_attrmulti_by_handle()
149 __u32 opcount;/* count of following multiop */ member
523 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t)) in xfs_attrmulti_by_handle()531 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t); in xfs_attrmulti_by_handle()546 for (i = 0; i < am_hreq.opcount; i++) { in xfs_attrmulti_by_handle()
387 __u32 opcount;/* count of following multiop */ member