Lines Matching defs:value
33 * | value 1 | ^
34 * | value 3 | | growing upwards
35 * | value 2 | |
264 /* return value of attribute */
408 const void *value, size_t value_len, int flags)
425 * min_offs -- The offset of the first value (values are aligned
430 ea_idebug(inode, "name=%d.%s, value=%p, value_len=%ld",
431 name_index, name, value, (long)value_len);
433 if (value == NULL)
503 if (value == NULL)
582 /* The old and the new value have the same
587 memcpy(val, value, value_len);
591 /* Remove the old value. */
596 /* Adjust all value offsets. */
608 if (value == NULL) {
618 if (value != NULL) {
619 /* Insert the new value. */
628 memcpy(val, value, value_len);
1015 __le32 *value = (__le32 *)((char *)header +
1021 le32_to_cpu(*value++);
1035 * Re-compute the extended attribute hash value after an entry has changed.
1047 /* Block is not shared if an entry's hash value == 0 */