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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dntfs.c100 unsigned int attr_type; local
153 attr_type = le32_to_cpu(attr->type);
165 if (attr_type == MFT_RECORD_ATTR_END)
169 attr_type, attr_len, attr_off);
171 if (attr_type == MFT_RECORD_ATTR_VOLUME_INFO) {
178 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c63 struct class_device_attribute attr_type; member in struct:pvr2_sysfs_ctl_item
513 cip->attr_type.attr.name = "type";
514 cip->attr_type.attr.mode = S_IRUGO;
515 cip->attr_type.show = fp->show_type;
546 cip->attr_gen[acnt++] = &cip->attr_type.attr;

Completed in 49 milliseconds