Home | History | Annotate | Download | only in blkid

Lines Matching refs:attr_off

691 	int		mft_record_size, attr_off, attr_len;
749 attr_off = blkid_le16(mft->attrs_offset);
753 attr = (struct file_attribute *) (buf_mft + attr_off);
759 attr_off += attr_len;
761 if ((attr_off > mft_record_size) ||