Lines Matching refs:value
49 * and the name/value pair.
219 * value since it is already handled by ext4_xattr_ibody_set.
265 void *value = NULL;
284 value = EXT4_ZERO_XATTR_VALUE;
287 value = "";
292 i.value = value;
329 void *value = NULL;
353 value = kzalloc(len, GFP_NOFS);
354 if (!value) {
360 value, len);
370 i.value = value;
386 kfree(value);
425 .value = NULL,
1893 void *value = NULL;
1936 value = kmalloc(value_len, GFP_NOFS);
1937 if (!value) {
1943 i.name, value, value_len);
1947 i.value = value;
1972 kfree(value);