Home
last modified time | relevance | path

Searched refs:opcount (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_ioctl32.c383 if (am_hreq.opcount >= INT_MAX / sizeof(compat_xfs_attr_multiop_t)) in xfs_compat_attrmulti_by_handle()
391 size = am_hreq.opcount * sizeof(compat_xfs_attr_multiop_t); in xfs_compat_attrmulti_by_handle()
402 for (i = 0; i < am_hreq.opcount; i++) { in xfs_compat_attrmulti_by_handle()
H A Dxfs_ioctl32.h136 __u32 opcount;/* count of following multiop */ member
H A Dxfs_ioctl.c597 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t)) in xfs_attrmulti_by_handle()
605 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t); in xfs_attrmulti_by_handle()
616 for (i = 0; i < am_hreq.opcount; i++) { in xfs_attrmulti_by_handle()
/openbmc/qemu/
H A Dhmp-commands-info.hx261 .name = "opcount",
269 ``info opcount``
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h625 __u32 opcount;/* count of following multiop */ member
/openbmc/qemu/qapi/
H A Dmachine.json1765 # @x-query-opcount:
1777 { 'command': 'x-query-opcount',