HomeSort by relevance Sort by last modified time
    Searched full:_mrec (Results 1 - 1 of 1) sorted by null

  /external/syslinux/core/fs/ntfs/
ntfs.c 528 struct ntfs_mft_record *_mrec = *mrec; local
534 if (!_mrec || type == NTFS_AT_END)
540 attr = (struct ntfs_attr_record *)((uint8_t *)_mrec + _mrec->attrs_offset);
548 _mrec->mft_record_no);
564 retval = ntfs_attr_list_lookup(fs, attr_list_attr, type, _mrec);
568 _mrec = retval;
585 struct ntfs_mft_record *_mrec = mrec; local
592 retval = __ntfs_attr_lookup(fs, type, &_mrec);
594 _mrec = other
    [all...]

Completed in 687 milliseconds