Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c621 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t)) in xfs_attrmulti_by_handle()
629 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t); in xfs_attrmulti_by_handle()
640 for (i = 0; i < am_hreq.opcount; i++) { in xfs_attrmulti_by_handle()
H A Dxfs_ioctl32.h136 __u32 opcount;/* count of following multiop */ member