Lines Matching defs:value
33 * | value 1 | ^
34 * | value 3 | | growing upwards
35 * | value 2 | |
264 /* return value of attribute */
407 const void *value, size_t value_len, int flags)
424 * min_offs -- The offset of the first value (values are aligned
429 ea_idebug(inode, "name=%d.%s, value=%p, value_len=%ld",
430 name_index, name, value, (long)value_len);
432 if (value == NULL)
502 if (value == NULL)
581 /* The old and the new value have the same
586 memcpy(val, value, value_len);
590 /* Remove the old value. */
595 /* Adjust all value offsets. */
607 if (value == NULL) {
617 if (value != NULL) {
618 /* Insert the new value. */
627 memcpy(val, value, value_len);
1002 __le32 *value = (__le32 *)((char *)header +
1008 le32_to_cpu(*value++);
1022 * Re-compute the extended attribute hash value after an entry has changed.
1034 /* Block is not shared if an entry's hash value == 0 */