Searched refs:ocount (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/ |
D | xfs_ioctl32.c | 270 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_bulkstat() 272 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_bulkstat() 300 if (bulkreq.ocount != NULL) { in xfs_compat_ioc_bulkstat() 305 if (copy_to_user(bulkreq.ocount, &count, sizeof(count))) in xfs_compat_ioc_bulkstat()
|
D | xfs_ioctl32.h | 82 compat_uptr_t ocount; /* output count pointer */ member
|
D | xfs_file.c | 884 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 888 if (ocount == 0) in xfs_file_write_iter()
|
D | xfs_ioctl.c | 806 if (bulkreq.ocount != NULL) { in xfs_ioc_bulkstat() 811 if (copy_to_user(bulkreq.ocount, &count, sizeof(count))) in xfs_ioc_bulkstat()
|
/fs/nfs/ |
D | nfs3xdr.c | 1596 u32 eof, count, ocount, recvd; in decode_read3resok() local 1604 ocount = be32_to_cpup(p++); in decode_read3resok() 1605 if (unlikely(ocount != count)) in decode_read3resok() 1616 "count %u != ocount %u\n", count, ocount); in decode_read3resok()
|
/fs/xfs/libxfs/ |
D | xfs_fs.h | 335 __s32 __user *ocount; /* output count pointer */ member
|