Lines Matching defs:cookie
2285 * If the cookie is too large to have even one user.x attribute
5109 * See if there are cookie values that can be rejected outright.
5115 u64 cookie = listxattrs->lsxa_cookie;
5118 * If the cookie is larger than the maximum number we can fit
5122 if (cookie > (listxattrs->lsxa_len) / (XATTR_USER_PREFIX_LEN + 2))
5125 if (cookie > (listxattrs->lsxa_maxcount /
5129 *offsetp = (u32)cookie;
5142 u64 cookie;
5155 * Reserve space for the cookie and the name array count. Record
5219 * any, the offset was too large (e.g. the cookie was invalid).
5234 cookie = offset + count;
5236 write_bytes_to_xdr_buf(xdr->buf, cookie_offset, &cookie, 8);