Lines Matching refs:value
51 * and the name/value pair.
220 * value since it is already handled by ext4_xattr_ibody_set.
266 void *value = NULL;
286 value = EXT4_ZERO_XATTR_VALUE;
289 value = "";
294 i.value = value;
331 void *value = NULL;
355 value = kzalloc(len, GFP_NOFS);
356 if (!value) {
362 value, len);
373 i.value = value;
389 kfree(value);
428 .value = NULL,
1901 void *value = NULL;
1953 value = kmalloc(value_len, GFP_NOFS);
1954 if (!value) {
1960 i.name, value, value_len);
1964 i.value = value;
1989 kfree(value);