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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c101 unsigned int attr_off; local
148 attr_off = le16_to_cpu(mftr->attrs_offset);
149 dbg("file $Volume's attributes are at offset %i", attr_off);
152 attr = (struct file_attribute*) &buf[attr_off];
157 attr_off += attr_len;
162 if (attr_off >= mft_record_size)
169 attr_type, attr_len, attr_off);

Completed in 80 milliseconds