Home
last modified time | relevance | path

Searched refs:attr_off (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/blkid/
Dprobe.c691 int mft_record_size, attr_off, attr_len; in probe_ntfs() local
749 attr_off = blkid_le16(mft->attrs_offset); in probe_ntfs()
753 attr = (struct file_attribute *) (buf_mft + attr_off); in probe_ntfs()
759 attr_off += attr_len; in probe_ntfs()
761 if ((attr_off > mft_record_size) || in probe_ntfs()