Lines Matching defs:value
88 * only occurs at exactly 64k, we use zero as a magic on-disk value to represent
109 * Convert from the magic fsb size value to actual blocksize. This
129 /* magic value should only be seen on disk */
133 * Scale down the 32-bit in-core firstused value to the 16-bit on-disk
134 * value. This only overflows at the max supported value of 64k. Use the
135 * magic on-disk value to represent block size in this case.
502 unsigned char *value,
521 if (!args->value) {
522 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP);
523 if (!args->value)
534 * doesn't have a value to pass in. In that case, we never reach here,
538 if (!value)
540 memcpy(args->value, value, valuelen);
555 * i_forkoff must be 8 byte aligned, hence is stored as a >>3 value;
746 * Add a name/value pair to the shortform attribute list.
783 memcpy(&sfe->nameval[args->namelen], args->value, args->valuelen);
904 * Retrieve the attribute value and length.
908 * retrieve the value.
982 nargs.value = &sfe->nameval[nargs.namelen];
1197 nargs.value = &name_loc->nameval[nargs.namelen];
1550 * allocate space for the "remote" value. We can't actually
1560 memcpy((char *)&name_loc->nameval[args->namelen], args->value,
1646 * but allocate name/value pairs packed and in sequence.
2404 * Don't change the args->value unless we find the attribute.
2506 * Get the value associated with an attribute name from a leaf attribute
2511 * retrieve the value.