Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ioctl32.c395 if (am_hreq.opcount >= INT_MAX / sizeof(compat_xfs_attr_multiop_t)) in xfs_compat_attrmulti_by_handle()
403 size = am_hreq.opcount * sizeof(compat_xfs_attr_multiop_t); in xfs_compat_attrmulti_by_handle()
414 for (i = 0; i < am_hreq.opcount; i++) { in xfs_compat_attrmulti_by_handle()
Dxfs_ioctl32.h138 __u32 opcount;/* count of following multiop */ member
Dxfs_ioctl.c594 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t)) in xfs_attrmulti_by_handle()
602 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t); in xfs_attrmulti_by_handle()
613 for (i = 0; i < am_hreq.opcount; i++) { in xfs_attrmulti_by_handle()
/fs/xfs/libxfs/
Dxfs_fs.h628 __u32 opcount;/* count of following multiop */ member