Lines Matching defs:value
151 * extended attribute name/value pairs, but may also be a listxattr
156 * value fits in to one page with the entry structure and the name,
159 * have a value pointer that is allocated separately by kvmalloc.
165 * @value: Value of attribute, or listxattr cache. NULL if the
166 * value is to be copied from pages instead.
167 * @pages: Pages to copy the value from, if not NULL. Passed in to
168 * make it easier to copy the value after an RPC, even if
169 * the value will not be passed up to application (e.g.
171 * @len: Length of the value. Can be 0 for zero-length attributes.
172 * @value and @pages will be NULL if @len is 0.
175 nfs4_xattr_alloc_entry(const char *name, const void *value,
227 if (value != NULL)
228 memcpy(valp, value, len);
304 * The special value ERR_PTR(-ESTALE) is used to indicate that