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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.h147 __u32 opcount;/* count of following multiop */ member in struct:compat_xfs_fsop_attrmulti_handlereq
H A Dxfs_ioctl32.c415 if (am_hreq.opcount >= INT_MAX / sizeof(compat_xfs_attr_multiop_t))
423 size = am_hreq.opcount * sizeof(compat_xfs_attr_multiop_t);
438 for (i = 0; i < am_hreq.opcount; i++) {
H A Dxfs_ioctl.c522 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t))
530 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t);
545 for (i = 0; i < am_hreq.opcount; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h385 __u32 opcount;/* count of following multiop */ member in struct:xfs_fsop_attrmulti_handlereq

Completed in 73 milliseconds