Searched refs:ao (Results 1 – 2 of 2) sorted by relevance
692 u16 fn, ao; in ntfs_init_from_boot() local848 ao = ALIGN(MFTRECORD_FIXUP_OFFSET_1 + sizeof(short) * fn, 8); in ntfs_init_from_boot()849 rec->attr_off = cpu_to_le16(ao); in ntfs_init_from_boot()850 rec->used = cpu_to_le32(ao + ALIGN(sizeof(enum ATTR_TYPE), 8)); in ntfs_init_from_boot()852 ((struct ATTRIB *)Add2Ptr(rec, ao))->type = ATTR_END; in ntfs_init_from_boot()
2771 u16 ao = le16_to_cpu(rec->attr_off); in check_file_record() local2777 (fn - 1) * SECTOR_SIZE != rs || ao < MFTRECORD_FIXUP_OFFSET_1 || in check_file_record()2778 ao > sbi->record_size - SIZEOF_RESIDENT || !is_rec_inuse(rec) || in check_file_record()2784 for (attr = Add2Ptr(rec, ao); attr->type != ATTR_END; in check_file_record()2865 u16 ao = le16_to_cpu(lrh->attr_off); in check_if_root_index() local2871 while (o < ao) { in check_if_root_index()2885 return o == ao; in check_if_root_index()