Lines Matching refs:size
117 * Allocates a buffer of size @len to be freed when processing the compound
266 * @bmlen: size of the @bmval array
406 u64 size;
408 if (xdr_stream_decode_u64(argp->xdr, &size) < 0)
410 iattr->ia_size = size;
2107 * XDR data that is more than PAGE_SIZE in size is normally part of a
2108 * read or write. However, the size of extended attributes is limited
2109 * by the maximum request size, and then further limited by the underlying
2207 * channel reply size. nfsd_getxattr will probe the length of the xattr,
2235 u32 flags, maxcount, size;
2254 if (xdr_stream_decode_u32(argp->xdr, &size) < 0)
2256 if (size > maxcount)
2259 setxattr->setxa_len = size;
2260 if (size > 0) {
2263 if (!xdr_stream_subsegment(argp->xdr, &payload, size))
2266 &setxattr->setxa_buf, size);
2286 * plus trailing '\0' left in a maximum size buffer, it's invalid.
3115 p = xdr_encode_hyper(p, stat.size);
4260 * Note the rfc defines rd_maxcount as the size of the
5355 * - For NFS versions >=4.1, the size of the reply must stay within