Lines Matching defs:rec
419 ATTR_RECORD *rec;
432 rec = find_attribute(type, ctx);
434 if (rec)
438 return rec;
460 ATTR_RECORD *rec;
488 while ((rec = find_attribute(AT_FILE_NAME, ctx))) {
490 attr = (FILE_NAME_ATTR *) ((char *) rec + le16_to_cpu(rec->u.res.value_offset));
782 ATTR_RECORD *rec;
808 rec = find_first_attribute(AT_FILE_NAME, inode->mrec);
809 if (!rec)
813 attr = (FILE_NAME_ATTR *)((char *)rec + le16_to_cpu(rec->u.res.value_offset));