Searched refs:ocount (Results 1 – 8 of 8) sorted by relevance
| /fs/xfs/ |
| A D | xfs_itable.h | 15 unsigned int ocount; /* number of records returned */ member 38 breq->ocount++; in xfs_ibulk_advance() 39 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
| A D | xfs_ioctl32.c | 209 .ocount = 0, in xfs_compat_ioc_fsbulkstat() 254 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_fsbulkstat() 256 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat() 304 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat() 305 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()
|
| A D | xfs_ioctl.c | 86 .ocount = 0, in xfs_ioc_fsbulkstat() 147 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 148 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 186 breq->ocount = 0; in xfs_bulk_ireq_setup() 254 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
| A D | xfs_file.c | 748 ssize_t ret, ocount = iov_iter_count(from); in xfs_file_dio_write_atomic() local 755 if (ocount > xfs_inode_buftarg(ip)->bt_awu_max) in xfs_file_dio_write_atomic() 1094 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 1098 if (ocount == 0) in xfs_file_write_iter() 1105 if (ocount < xfs_get_atomic_write_min(ip)) in xfs_file_write_iter() 1108 if (ocount > xfs_get_atomic_write_max(ip)) in xfs_file_write_iter()
|
| A D | xfs_itable.c | 342 if (breq->ocount > 0) in xfs_bulkstat() 467 if (breq->ocount > 0) in xfs_inumbers()
|
| A D | xfs_ioctl32.h | 68 compat_uptr_t ocount; /* output count pointer */ member
|
| /fs/xfs/libxfs/ |
| A D | xfs_fs.h | 443 __s32 __user *ocount; /* output count pointer */ member 472 uint32_t ocount; /* O: count of entries filled out */ member
|
| /fs/nfs/ |
| A D | nfs3xdr.c | 1605 u32 eof, count, ocount, recvd; in decode_read3resok() local 1613 ocount = be32_to_cpup(p++); in decode_read3resok() 1614 if (unlikely(ocount != count)) in decode_read3resok() 1625 "count %u != ocount %u\n", count, ocount); in decode_read3resok()
|
Completed in 27 milliseconds