Searched refs:attr_info (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 65 attr_info = f'{prefix}- {color(attr_name, Colors.BOLD)}: {attr.type}' 68 attr_info += f" (enum: {enum_name})" 74 attr_info += f"\n{prefix} {type_fmted}: {', '.join(enum_values)}" 80 attr_info += f" -> {nested_set_name}" 87 attr_info += f"\n{doc_text}" 88 print(attr_info)
|
| /linux/fs/ntfs3/ |
| H A D | xattr.c | 79 struct ATTRIB *attr_info, *attr_ea; in ntfs_read_ea() local 88 attr_info = in ntfs_read_ea() 91 ni_find_attr(ni, attr_info, &le, ATTR_EA, NULL, 0, NULL, NULL); in ntfs_read_ea() 93 if (!attr_ea || !attr_info) in ntfs_read_ea() 96 *info = resident_data_ex(attr_info, sizeof(struct EA_INFO)); in ntfs_read_ea()
|
| /linux/net/switchdev/ |
| H A D | switchdev.c | 139 struct switchdev_notifier_port_attr_info attr_info = { in switchdev_port_attr_notify() local 145 &attr_info.info, extack); in switchdev_port_attr_notify() 148 WARN_ON(!attr_info.handled); in switchdev_port_attr_notify() 152 if (!attr_info.handled) in switchdev_port_attr_notify()
|
| /linux/include/linux/ |
| H A D | hid-sensor-hub.h | 298 struct hid_sensor_hub_attribute_info *attr_info,
|