Home | History | Annotate | Download | only in ntfs

Lines Matching defs:ad

418 		struct attrdef ad;
429 num * sizeof(ad), sizeof(ad),
430 &ad, NULL);
433 if (ad.ad_name[0] == 0)
448 i * sizeof(ad), sizeof(ad),
449 &ad, NULL);
454 ntmp->ntm_ad[i].ad_name[j] = ad.ad_name[j];
455 } while(ad.ad_name[j++]);
457 ntmp->ntm_ad[i].ad_type = ad.ad_type;