Lines Matching defs:cookie
2059 * If the cookie is too large to have even one user.x attribute
4902 * See if there are cookie values that can be rejected outright.
4908 u64 cookie = listxattrs->lsxa_cookie;
4911 * If the cookie is larger than the maximum number we can fit
4915 if (cookie > (listxattrs->lsxa_len) / (XATTR_USER_PREFIX_LEN + 2))
4918 if (cookie > (listxattrs->lsxa_maxcount /
4922 *offsetp = (u32)cookie;
4934 u64 cookie;
4947 * Reserve space for the cookie and the name array count. Record
5011 * any, the offset was too large (e.g. the cookie was invalid).
5026 cookie = offset + count;
5028 write_bytes_to_xdr_buf(xdr->buf, cookie_offset, &cookie, 8);