Lines Matching defs:value
324 const OBJECT_ID_ATTR *value, size_t size)
345 if (!res && value) {
348 &value->object_id);
356 /* overwrite index data with new value */
357 memcpy(&old_attr, value,
396 * apparently, this does not feed the new value in
465 int ntfs_get_ntfs_object_id(ntfs_inode *ni, char *value, size_t size)
488 if (value)
489 memcpy(value,&full_objectid,
511 * If they are not present, their previous value is kept.
519 const char *value, size_t size, int flags)
527 if (ni && value && (size >= sizeof(GUID))) {
531 memcpy(&key.object_id, value, sizeof(GUID));
539 /* update value and index */
541 (const OBJECT_ID_ATTR*)value,