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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dntfs.c96 unsigned attr_off; local
145 attr_off = le16_to_cpu(mftr->attrs_offset);
146 dbg("file $Volume's attributes are at offset %i", attr_off);
151 attr = (struct file_attribute*) &buf[attr_off];
156 attr_off += attr_len;
161 if (attr_off >= mft_record_size)
168 attr_type, attr_len, attr_off);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dntfs.c96 unsigned attr_off; local
145 attr_off = le16_to_cpu(mftr->attrs_offset);
146 dbg("file $Volume's attributes are at offset %i", attr_off);
151 attr = (struct file_attribute*) &buf[attr_off];
156 attr_off += attr_len;
161 if (attr_off >= mft_record_size)
168 attr_type, attr_len, attr_off);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dntfs.c96 unsigned attr_off; local
145 attr_off = le16_to_cpu(mftr->attrs_offset);
146 dbg("file $Volume's attributes are at offset %i", attr_off);
151 attr = (struct file_attribute*) &buf[attr_off];
156 attr_off += attr_len;
161 if (attr_off >= mft_record_size)
168 attr_type, attr_len, attr_off);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 124 milliseconds