/linux-4.1.27/fs/efivarfs/ |
D | file.c | 22 u32 attributes; in efivarfs_file_write() local 24 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write() 28 if (count < sizeof(attributes)) in efivarfs_file_write() 31 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 34 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write() 37 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write() 41 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write() 55 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 72 u32 attributes; in efivarfs_file_read() local 88 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read() [all …]
|
/linux-4.1.27/Documentation/driver-model/ |
D | device.txt | 53 As explained in Documentation/kobject.txt, device attributes must be be 67 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be 92 device attributes and the device_unregister() function will use this pointer 93 to remove the device attributes. 97 strict expectations on when attributes get created. When a new device is 99 udev) that a new device is available. If attributes are added after the 101 not know about the new attributes. 104 attributes for a device at driver probe time. If the device driver simply 106 userspace will never be notified of the new attributes.
|
/linux-4.1.27/drivers/firmware/efi/ |
D | vars.c | 311 check_var_size(u32 attributes, unsigned long size) in check_var_size() argument 318 return fops->query_variable_store(attributes, size); in check_var_size() 652 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set() argument 667 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set() 670 attributes, size, data); in efivar_entry_set() 690 u32 attributes, unsigned long size, void *data) in efivar_entry_set_nonblocking() argument 699 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set_nonblocking() 705 status = ops->set_variable_nonblocking(name, &vendor, attributes, in efivar_entry_set_nonblocking() 729 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, in efivar_entry_set_safe() argument 750 return efivar_entry_set_nonblocking(name, vendor, attributes, in efivar_entry_set_safe() [all …]
|
D | efivars.c | 206 unsigned long size, u32 attributes, u8 *data) in sanity_check() argument 218 if ((size <= 0) || (attributes == 0)){ in sanity_check() 223 if ((attributes & ~EFI_VARIABLE_MASK) != 0 || in sanity_check() 262 u32 attributes; in efivar_store_raw() local 273 attributes = compat->Attributes; in efivar_store_raw() 279 err = sanity_check(var, name, vendor, size, attributes, data); in efivar_store_raw() 290 attributes = new_var->Attributes; in efivar_store_raw() 296 err = sanity_check(var, name, vendor, size, attributes, data); in efivar_store_raw() 303 err = efivar_entry_set(entry, attributes, size, data, NULL); in efivar_store_raw() 394 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL); [all …]
|
/linux-4.1.27/Documentation/netlabel/ |
D | lsm_interface.txt | 9 NetLabel is a mechanism which can set and retrieve security attributes from 18 it uses the concept of security attributes to refer to the packet's security 19 labels. The NetLabel security attributes are defined by the 21 NetLabel subsystem converts the security attributes to and from the correct 24 security attributes into whatever security identifiers are in use for their 41 LSM has received a packet, used NetLabel to decode its security attributes, 42 and translated the security attributes into a LSM internal identifier the LSM
|
D | introduction.txt | 10 security attributes to outgoing network packets generated from user space 11 applications and read security attributes from incoming network packets. It 18 network packet's security attributes. If any translation between the network 19 security attributes and those on the host are required then the protocol
|
D | cipso_ipv4.txt | 31 NetLabel security module API to extract the security attributes of the packet. 38 attributes such as sensitivity level and category to values which are
|
/linux-4.1.27/scripts/kconfig/ |
D | nconf.gui.c | 11 attributes_t attributes[ATTR_MAX+1] = {0}; variable 72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme() 103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() 297 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog() 298 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog() 300 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog() 304 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog() 401 (void) wattrset(form_win, attributes[INPUT_FIELD]); in dialog_inputbox() 403 (void) wattrset(win, attributes[INPUT_BOX]); in dialog_inputbox() 405 (void) wattrset(win, attributes[INPUT_HEADING]); in dialog_inputbox() [all …]
|
D | nconf.c | 371 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line() 375 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line() 382 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line() 957 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 960 attributes[MAIN_HEADING]); in show_menu() 962 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu() 964 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu() 966 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 1532 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main() 1533 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main() [all …]
|
D | nconf.h | 62 extern attributes_t attributes[];
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
D | Kconfig | 12 HID sensor common processing for attributes and IIO triggers. 13 There are many attributes which can be shared among multiple 15 attributes. 23 Triggers will be send if all requested attributes were read.
|
D | Makefile | 7 hid-sensor-iio-common-y := hid-sensor-attributes.o
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 13 The attributes of a gadget: 38 The attributes of a configuration: 54 The attributes: 73 The attributes: 86 The attributes: 110 The attributes: 120 This group contains "OS String" extension handling attributes.
|
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes 7 Individual physical cpu attributes are contained in
|
D | sysfs-fs-nilfs2 | 14 Describe attributes of /sys/fs/nilfs2/features group. 58 Describe attributes of /sys/fs/nilfs2/<device> group. 90 Describe attributes of /sys/fs/nilfs2/<device>/superblock 180 Describe attributes of /sys/fs/nilfs2/<device>/segctor 211 Describe attributes of /sys/fs/nilfs2/<device>/segments 242 Describe attributes of /sys/fs/nilfs2/<device>/checkpoints 268 Describe attributes of /sys/fs/nilfs2/<device>/mounted_snapshots/<id>
|
D | configfs-usb-gadget-mass-storage | 5 The attributes: 18 The attributes:
|
D | evm | 5 EVM protects a file's security extended attributes(xattrs) 7 HMAC-sha1 value across the extended attributes, storing the
|
D | sysfs-kernel-livepatch | 41 The function directory contains attributes regarding the 44 There are currently no such attributes.
|
D | configfs-usb-gadget-uvc | 45 All attributes read only: 64 All attributes read only: 86 All attributes read only: 142 All attributes read only: 161 All attributes read only, 254 All attributes read only:
|
D | configfs-usb-gadget-loopback | 5 The attributes:
|
D | configfs-usb-gadget-printer | 5 The attributes:
|
D | configfs-usb-gadget-sourcesink | 5 The attributes:
|
D | configfs-usb-gadget-uac2 | 5 The attributes:
|
D | configfs-usb-gadget-ffs | 7 There are no attributes here.
|
D | configfs-usb-gadget-hid | 5 The attributes:
|
D | configfs-usb-gadget-uac1 | 5 The attributes:
|
D | configfs-usb-gadget-midi | 5 The attributes:
|
D | configfs-usb-gadget-ecm | 5 The attributes:
|
D | configfs-usb-gadget-ncm | 5 The attributes:
|
D | configfs-usb-gadget-subset | 5 The attributes:
|
D | configfs-usb-gadget-rndis | 5 The attributes:
|
D | configfs-usb-gadget-eem | 5 The attributes:
|
D | sysfs-devices-firmware_node | 5 The /sys/devices/.../firmware_node directory contains attributes
|
D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
D | sysfs-firmware-efi-runtime-map | 27 attribute : The attributes of the memory range.
|
D | sysfs-firmware-dmi | 51 exported as attributes: 93 and has the following attributes (documented in the
|
D | sysfs-devices-system-cpu | 5 A collection of both global and individual CPU attributes 7 Individual CPU attributes are contained in subdirectories 232 Description: Parameters for the CPU cache attributes 241 attributes: LEGACY used only on IA64 and is same as write_policy
|
D | sysfs-devices-lpss_ltr | 7 (LPSS). If present, it contains attributes containing the LTR
|
D | sysfs-driver-ppi | 6 This folder includes the attributes related with PPI (Physical
|
D | sysfs-bus-iio | 26 Directory of attributes relating to the buffer for the device. 197 attributes allow access to this and are otherwise 198 the direct equivalent of the <type>Y[_name]_raw attributes. 560 these attributes after everything is configured. Drivers may 614 these attributes after everything is configured. Drivers may 663 If separate attributes exist for the two directions, but 668 and _input do on sysfs direct channel read attributes). 745 If separate attributes exist for the two directions, but 794 If separate attributes exist for the two directions, 799 and _input do on sysfs direct channel read attributes). [all …]
|
/linux-4.1.27/include/linux/usb/ |
D | wusb.h | 95 __le16 attributes; member 133 u8 attributes; member 204 __le16 attributes; member 210 return le16_to_cpu(dn->attributes) & 0xff; in wusb_dn_connect_prev_dev_addr() 215 return (le16_to_cpu(dn->attributes) >> 8) & 0x1; in wusb_dn_connect_new_connection() 220 return (le16_to_cpu(dn->attributes) >> 9) & 0x03; in wusb_dn_connect_beacon_behavior()
|
/linux-4.1.27/drivers/vme/ |
D | vme.c | 769 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute() local 772 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pattern_attribute() 773 if (attributes == NULL) { in vme_dma_pattern_attribute() 784 attributes->type = VME_DMA_PATTERN; in vme_dma_pattern_attribute() 785 attributes->private = (void *)pattern_attr; in vme_dma_pattern_attribute() 790 return attributes; in vme_dma_pattern_attribute() 793 kfree(attributes); in vme_dma_pattern_attribute() 804 struct vme_dma_attr *attributes; in vme_dma_pci_attribute() local 809 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pci_attribute() 810 if (attributes == NULL) { in vme_dma_pci_attribute() [all …]
|
D | vme_bridge.h | 81 u32 attributes; member
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | quirks.c | 63 efi_status_t efi_query_variable_store(u32 attributes, unsigned long size) in efi_query_variable_store() argument 68 if (!(attributes & EFI_VARIABLE_NON_VOLATILE)) in efi_query_variable_store() 71 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store() 115 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store()
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 9 It defines core set of attributes, which should be applicable to (almost) 14 the attributes provided are believed to be universally applicable to any 18 Power supply class is extensible, and allows to define drivers own attributes. 33 Power supply class has predefined set of attributes, this eliminates code 35 predefined attributes *and* their units. 37 So, userspace gets predictable set of attributes and their units for any 43 example how to declare and handle attributes. 64 ~ CHARGE_* attributes represents capacity in µAh only. ~ 65 ~ ENERGY_* attributes represents capacity in µWh only. ~ 113 CHARGE_FULL, CHARGE_EMPTY - These attributes means "last remembered value [all …]
|
/linux-4.1.27/sound/usb/ |
D | quirks-table.h | 67 .attributes = 0, 525 .attributes = 0, 542 .attributes = UAC_EP_CS_ATTR_FILL_MAX, 1013 .attributes = 0, 1030 .attributes = 0, 2114 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2140 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2185 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2211 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2255 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, [all …]
|
D | stream.c | 396 int attributes = 0; in parse_uac_endpoint_attributes() local 421 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes() 426 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX; in parse_uac_endpoint_attributes() 430 attributes |= UAC_EP_CS_ATTR_PITCH_CONTROL; in parse_uac_endpoint_attributes() 433 return attributes; in parse_uac_endpoint_attributes() 669 fp->attributes = parse_uac_endpoint_attributes(chip, alts, protocol, iface_no); in snd_usb_parse_audio_interface() 679 fp->attributes &= ~UAC_EP_CS_ATTR_SAMPLE_RATE; in snd_usb_parse_audio_interface() 684 fp->attributes |= UAC_EP_CS_ATTR_SAMPLE_RATE; in snd_usb_parse_audio_interface()
|
D | card.h | 20 unsigned char attributes; /* corresponding attributes of cs endpoint */ member
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 59 attributes. It is possible that RapidIO master port drivers and endpoint device 60 drivers will add their device-specific sysfs attributes but such attributes are 66 RapidIO switches have additional attributes in sysfs. RapidIO subsystem supports 67 common and device-specific sysfs attributes for switches. Because switches are 69 device-specific sysfs attributes by specifying a callback function that may be 87 Device-specific switch attributes are listed for each RapidIO switch driver 88 that exports additional attributes. 125 following device-specific attributes:
|
/linux-4.1.27/Documentation/power/powercap/ |
D | powercap.txt | 19 given zone belongs to. They each contain attributes for monitoring power, as 152 the zones and subzones contain energy monitoring attributes (energy_uj, 153 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls 168 each zone there are 2 attributes representing the constraint names, 2 power 169 limits and 2 attributes representing the sizes of the time windows. Such that, 170 constraint_j_* attributes correspond to the jth constraint (j = 0,1). 182 Monitoring attributes 218 Common zone and control type attributes
|
/linux-4.1.27/fs/hfsplus/ |
D | btree.c | 173 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 186 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open() 199 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open() 225 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open() 302 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
D | super.c | 287 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super() 288 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT); in hfsplus_put_super() 337 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_remount() 343 } else if (vhdr->attributes & in hfsplus_remount() 348 } else if (vhdr->attributes & in hfsplus_remount() 452 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super() 457 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) { in hfsplus_fill_super() 460 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) && in hfsplus_fill_super() 542 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_fill_super() 543 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT); in hfsplus_fill_super()
|
D | brec.c | 39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_brec_keylen() 163 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_insert() 379 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_update_parent() 503 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_btree_inc_height() 510 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_btree_inc_height()
|
D | Makefile | 9 attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
|
D | hfsplus_raw.h | 106 __be32 attributes; member 180 __be32 attributes; member
|
D | bnode.c | 65 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_read_key() 318 if (node->tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_dump() 664 const u32 volume_attr = be32_to_cpu(sbi->s_vhdr->attributes); in hfs_bnode_need_zeroout()
|
/linux-4.1.27/fs/ext2/ |
D | Kconfig | 12 bool "Ext2 extended attributes" 15 Extended attributes are name:value pairs associated with inodes by 44 extended attributes for file security labels, say N.
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 20 is discovered) and it is registered with sysfs. Its attributes then 21 appear in sysfs, allowing userspace to read the attributes via 22 readdir(3)/read(2). It may allow some attributes to be modified via 28 mkdir(2). It is destroyed via rmdir(2). The attributes appear at 30 As with sysfs, readdir(3) queries the list of items and/or attributes. 51 An item is created via mkdir(2). The item's attributes will also 52 appear at this time. readdir(3) can determine what the attributes are, 54 values. Like sysfs, attributes should be ASCII text files, preferably 59 once. When writing to configfs attributes, userspace processes should 105 object in the subsystem. It has attributes that match values on that [all …]
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1275 | 58 The following attributes are supported. Limits are read-write, history reset 59 attributes are write-only, all other attributes are read-only. 91 Power attributes are supported on ADM1075 and ADM1276
|
D | max34440 | 71 The following attributes are supported. Limits are read-write; all other 72 attributes are read-only. 100 in6 and curr6 attributes only exist for MAX34440. 108 Power attributes only exist for MAX34446. 123 temp7 and temp8 attributes only exist for MAX34440.
|
D | hwmon-kernel-api.txt | 44 monitoring sysfs attributes are expected to have been created and attached to 57 as well as all sysfs attributes attached to the hwmon device. 74 declare and use hardware monitoring sysfs attributes. 77 attributes. This is feasible if an attribute has no additional context. However, 81 SENSOR_DEVICE_ATTR and SENSOR_DEVICE_ATTR_2 can be used to define attributes
|
D | menf21bmc | 34 The following attributes are supported. All attributes are read only
|
D | submitting-patches | 95 * Do not provide support for deprecated sysfs attributes. 97 * Do not create non-standard attributes unless really needed. If you have to use 98 non-standard attributes, or you believe you do, discuss it on the mailing list 101 Standard attributes are specified in Documentation/hwmon/sysfs-interface. 103 * When deciding which sysfs attributes to support, look at the chip's
|
D | max6697 | 49 The driver provides the following sysfs attributes. temp1 is the local (chip) 51 per-channel attributes are chip type and channel dependent.
|
D | max16064 | 40 The following attributes are supported. Limits are read-write; all other 41 attributes are read-only.
|
D | max8688 | 40 The following attributes are supported. Limits are read-write; all other 41 attributes are read-only.
|
D | ucd9200 | 52 The following attributes are supported. Limits are read-write; all other 53 attributes are read-only. 102 rail temperatures. temp[2-5] attributes are only
|
D | ucd9000 | 68 The following attributes are supported. Limits are read-write; all other 69 attributes are read-only. 106 Fan attributes are only available on chips supporting
|
D | lm73 | 85 feature is exposed via the sysfs attributes. 87 The attributes 'temp1_max_alarm' and 'temp1_min_alarm' are flags
|
D | zl6100 | 110 The following attributes are supported. Limits are read-write; all other 111 attributes are read-only. 133 vmon attributes are supported on ZL2004, ZL9101M,
|
D | lm25066 | 64 The following attributes are supported. Limits are read-write; all other 65 attributes are read-only.
|
D | nct6775 | 84 sysfs attributes 102 Common fan control attributes 113 following attributes. 169 controlled by setting the pwm and temperature attributes. When the temperature
|
D | dme1737 | 53 present during initialization and create the sysfs attributes accordingly. 139 alarm when crossed. Fan inputs 1-4 provide type attributes that need to be set 154 in manual mode, their enable attributes are therefore read-only. When set to 165 be retrieved via the zone[1-3]_auto_channels_temp attributes. Each PWM output 167 pwm[1-3]_auto_channels_zone attributes. Each PWM output has 3 distinct output 211 Following is a list of all sysfs attributes that the driver provides, their
|
D | w83627ehf | 59 configurable. temp4 and higher attributes are only reported if its temperature 118 and the various pwm attributes are not used in SmartFan IV mode. 119 The attributes can be written to, which is useful if you plan to 121 returned when reading pwm attributes is unrelated to SmartFan IV
|
D | fam15h_power | 37 attributes only for internal node0 of a multi-node processor.
|
D | ibmpowernv | 29 Sysfs attributes
|
D | da9055 | 24 By using sysfs attributes we can measure the system voltage VDDOUT,
|
D | tps40422 | 40 The following attributes are supported.
|
D | max6639 | 22 The following device attributes are implemented via sysfs:
|
D | tmp401 | 49 Exported via sysfs attributes tempX_lowest and tempX_highest.
|
D | da9052 | 30 By using sysfs attributes we can measure the system voltage VDDOUT, the battery
|
D | sht15 | 46 or via sysfs attributes.
|
D | pmbus | 144 The following attributes are supported. Limits are read-write; all other 145 attributes are read-only.
|
D | emc1403 | 55 only temp1_crit_hyst writable, while all other hysteresis attributes
|
D | lineage-pem | 51 supported on newer devices. The driver detects if those attributes are supported,
|
/linux-4.1.27/Documentation/networking/ |
D | openvswitch.txt | 72 attributes. Some attributes represent packet metadata, defined as any 75 attributes, however, are extracted from headers within the packet, 80 flow key attributes. For informal explanatory purposes here, we write 97 A wildcarded flow is described with two sequences of Netlink attributes 113 nor supply flow mask attributes. 158 key attributes. It must not change the meaning of already defined 159 flow key attributes. 188 The solution is to use a set of nested attributes. This is, for 189 example, why 802.1Q support uses nested attributes. A TCP packet in 195 Notice how the "eth_type", "ip", and "tcp" flow key attributes are [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | hpfs.txt | 17 attributes. Mode is inverted umask - for example umask 027 gives owner 20 rights, you must use extended attributes. 43 What to do with extended attributes. 'no' - ignore them and use always 45 attributes but do not create them. 'rw' - create extended attributes 66 Extended attributes 69 extended attributes. Extended attributes are pairs of (key,value) where key is 74 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only 75 that extended attributes those value differs from defaults specified in mount 76 options are created. Once created, the extended attributes are never deleted, 84 number. Currently this driver cannot resize extended attributes - it means [all …]
|
D | sysfs.txt | 15 a means to export kernel data structures, their attributes, and the 55 for the attributes, providing a means to read and write kernel 56 attributes. 83 structure and wrapper functions for adding and removing attributes for 99 It also defines this helper for defining device attributes: 168 To read or write attributes, show() or store() methods must be 170 simple as those defined for device attributes: 287 filesystem wanting to export attributes must create its own hierarchy 376 The sysfs directory structure and the attributes in each directory define an 378 this ABI is stable and properly documented. All new sysfs attributes must be
|
D | exofs.txt | 11 time attributes and more. Each object is addressed by a 64bit ID, and is 12 contained in a 64bit ID partition. Each object has associated attributes 14 the object. The standard defines some common obligatory attributes, but user 15 attributes can be added as needed. 142 attributes. This applies to both regular files and other types (directories,
|
D | coda.txt | 465 the attributes of the file. The following structure is used to 628 SSuummmmaarryy Get the attributes of a file. 649 DDeessccrriippttiioonn This call returns the attributes of the file identified by 654 attributes. 657 the attributes as well as the Fid for the instantiation of an internal 670 SSuummmmaarryy Set the attributes of a file. 687 DDeessccrriippttiioonn The structure attr is filled with attributes to be changed 690 The only attributes which the FS driver may request to change are the 766 attributes of the file are returned. The Coda FS Driver will normally 784 The attributes of the directory should be returned too, since the size [all …]
|
D | overlayfs.txt | 47 is it must support the creation of trusted.* extended attributes, and 81 such as metadata and extended attributes are reported for the upper 82 directory only. These attributes of the lower directory are hidden. 153 extended attributes are copied up.
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 67 to the NETLINK_GENERIC family and using the netlink attributes interface. 93 command. The payload is a series of three attributes of type: 105 series of attributes of the following type: 107 a) TASKSTATS_TYPE_AGGR_PID: indicates next two attributes will be pid+stats 110 d) TASKSTATS_TYPE_AGGR_TGID: indicates next two attributes will be tgid+stats 145 2. Defining separate statistic structs and using the netlink attributes 147 independently, it can always ignore attributes whose type it does not 154 processing new netlink attributes. But if the new fields expand the existing 157 extending the attributes structure would be worthwhile.
|
D | cgroupstats.txt | 7 and attributes specific to cgroups. It should be very easy to
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 134 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode() 167 if (nwi->attributes & aDIR) { in ncp_update_attrs() 180 && (nwi->attributes & aSHARED)) { in ncp_update_attrs() 181 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) { in ncp_update_attrs() 208 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO; in ncp_update_attrs() 215 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2() 695 finfo.i.attributes = aDIR; in ncp_fill_super() 920 info.attributes |= aSHARED | aSYSTEM; in ncp_notify_change() 923 info.attributes |= aSHARED; in ncp_notify_change() 929 info.attributes &= ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change() [all …]
|
D | dir.c | 230 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink() 240 info.attributes = old_nwattr; in ncp_force_unlink() 267 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename() 273 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename() 296 info.attributes = old_nwattr; in ncp_force_rename() 301 info.attributes = new_nwattr; in ncp_force_rename() 911 dev_t rdev, __le32 attributes) in ncp_create_new() argument 933 attributes |= aSYSTEM | aSHARED; in ncp_create_new() 937 attributes, AR_READ | AR_WRITE, &finfo); in ncp_create_new() 942 attributes, AR_WRITE, &finfo); in ncp_create_new()
|
D | ncplib_kernel.h | 117 umode_t mode, dev_t rdev, __le32 attributes);
|
/linux-4.1.27/fs/hfs/ |
D | brec.c | 38 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen() 39 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen() 47 if (node->tree->attributes & HFS_TREE_BIGKEYS) { in hfs_brec_keylen() 163 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert() 375 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent() 416 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent() 499 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height() 505 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
|
D | btree.h | 28 u32 attributes; member 152 __be32 attributes; /* (F) attributes */ member
|
D | btree.c | 89 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 179 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
D | bnode.c | 52 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_read_key() 154 if (node->tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_dump()
|
/linux-4.1.27/Documentation/s390/ |
D | qeth.txt | 14 ccwgroup device. The event has the following attributes: 27 The event has the following attributes: 49 Note that the NTOK_* attributes refer to devices other than the one
|
/linux-4.1.27/include/linux/ |
D | efi.h | 360 u32 attributes; member 380 u64 attributes; member 400 void *attributes; member 528 typedef efi_status_t efi_query_variable_store_t(u32 attributes, unsigned long size); 866 extern efi_status_t efi_query_variable_store(u32 attributes, unsigned long size); 871 static inline efi_status_t efi_query_variable_store(u32 attributes, unsigned long size) in efi_query_variable_store() argument 1142 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 1144 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 1146 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, 1148 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, [all …]
|
D | cacheinfo.h | 55 unsigned int attributes; member
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 10 Itanium supports several attributes for virtual memory references. 27 The design of the chipset determines which attributes are supported 35 supported attributes for each region. At boot-time, the kernel uses 37 devices and the attributes they support, but Linux/ia64 currently 41 learn the attributes supported by each region of physical address 81 homogeneous with respect to memory attributes. 171 The EFI memory map reports the following attributes: 188 same attributes, we can allow the mmap (and we will prefer WB if 202 The EFI memory map reports the following attributes:
|
/linux-4.1.27/fs/befs/ |
D | Kconfig | 7 BeOS. Notable features include support for arbitrary attributes 9 attributes. (Also note that this driver doesn't make those features
|
D | befs_fs_types.h | 185 befs_disk_inode_addr attributes; member
|
/linux-4.1.27/fs/sysfs/ |
D | Kconfig | 7 export internal kernel objects, their attributes, and their 16 /sbin/hotplug uses device and object attributes in sysfs to assist in
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 23 tune2fs"). To modify attributes of files and directories on ext3 54 bool "Ext3 extended attributes" 58 Extended attributes are name:value pairs associated with inodes by 89 extended attributes for file security labels, say N.
|
/linux-4.1.27/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 92 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/linux-4.1.27/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 92 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/linux-4.1.27/Documentation/ |
D | vme_api.txt | 85 driver allows a resource to be assigned based on the required attributes of the 96 For slave windows these attributes are split into the VME address spaces that 98 Master windows add a further set of attributes in 'width' specifying the 99 required data transfer widths. These attributes are defined as bitmasks and as 100 such any combination of the attributes can be requested for a single window, 104 potential direction of any transfers to be provided in the route attributes. 252 destination attributes need to be created before calling this function, this is 259 NOTE: The detailed attributes of the transfers source and destination 269 The attributes for the source and destination are handled separately from adding 270 an item to a list. This is due to the diverse attributes required for each type [all …]
|
D | cputopology.txt | 2 Export CPU topology info via sysfs. Items (attributes) are similar 39 drivers/base/topology.c, is to export the 4 or 6 attributes. The two book
|
D | DMA-attributes.txt | 1 DMA attributes 4 This document describes the semantics of the DMA attributes that are
|
D | workqueue.txt | 108 determined according to the queue parameters and workqueue attributes 138 Unbound workqueue can be assigned custom attributes using 140 backing worker pools matching the attributes. The responsibility of 163 forward progress guarantee, flush and work item attributes. @flags 340 (WQ_MEM_RECLAIM, flush and work item attributes. Work items which
|
D | sysfs-rules.txt | 78 o attributes 81 - accessing attributes reached by a symlink pointing to another device, 169 In general, failures to read or write sysfs device attributes shall
|
D | rtc.txt | 119 * /sys/class/rtc/rtcN ... sysfs attributes support readonly 120 access to some RTC attributes. 143 rtc attributes without requiring the use of ioctls. All dates and times
|
D | xillybus.txt | 22 -- Pipe attributes 87 their attributes), there isn't one specific chunk of logic being the Xillybus 197 Pipe attributes 200 Each pipe has a number of attributes which are set when the FPGA component 329 loads and their attributes depend on the Xillybus IP core in the FPGA. During
|
D | kobject.txt | 172 This should be done only after any attributes or children of the kobject 222 underneath the specified parent kobject. To create simple attributes 229 Both types of attributes used here, with a kobject that has been created 234 implementation of a simple kobject and attributes. 304 The default_attrs pointer is a list of default attributes that will be
|
/linux-4.1.27/Documentation/usb/ |
D | gadget-testing.txt | 63 The ECM function provides these attributes in its function directory: 96 The ECM subset function provides these attributes in its function directory: 129 The EEM function provides these attributes in its function directory: 185 The HID function provides these attributes in its function directory: 231 The LOOPBACK function provides these attributes in its function directory: 251 The MASS STORAGE function provides these attributes in its directory: 304 The MIDI function provides these attributes in its function directory: 387 The NCM function provides these attributes in its function directory: 511 The RNDIS function provides these attributes in its function directory: 576 The SOURCESINK function provides these attributes in its function directory: [all …]
|
D | gadget_configfs.txt | 119 Some attributes can also be set for a configuration, e.g.: 140 Each function provides its specific set of attributes, with either read-only 298 Both items and groups can have attributes, which are represented as files. 355 1. A gadget has its config group, which has some attributes (idVendor, 357 Writing to the attributes causes the information to be stored in
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 7 constructs. Each object has associated attributes attached to it, which are 9 defines some common obligatory attributes, but user attributes can be added as 48 osd_attributes.h Wire definitions of OSD attributes 82 c. osd_req_add_{get,set}_attr_* may be called to add get/set attributes to the 110 associated get+set of attributes-lists. Other combinations very on the same
|
D | hpsa.txt | 40 In addition to the generic SCSI attributes available in /sys, hpsa supports 41 the following attributes: 43 HPSA specific host attributes: 81 HPSA specific disk attributes:
|
D | ChangeLog.lpfc | 13 * Removed sysfs attributes that are used to dump the various 84 * Changed RW attributes of scan_down, max_luns and fcp_bind_method 469 * Ifdef'd unused "binary" attributes by DFC_DEBUG for clean 623 * Hide some attributes using #ifndef DFC_DEBUG ... #endif. 625 (binary) attributes (2) make BUILD_FC_TRANS=0 will build driver 628 * Added support for proposed FC transport host attributes (which 629 replaces some of the attributes we had local to the driver). 653 * Enable sysfs attributes on 2.6.5 kernels and remove extra 695 * Added sysfs attributes/interfaces: read only attribute 701 * Add fabric_name and port_type attributes. [all …]
|
D | scsi_fc_transport.txt | 122 The new fc_vport class object has the following attributes 162 For the fc_host class object, the following attributes are added for vports: 295 cause the creation of the new attributes on the fc_host. As part of 369 attributes, embedded into the scsi_host_template, that are applicable 371 ensures that the attributes are applicable to the respective scsi_host. 412 fc_host or fc_vport vport_delete attributes), the transport will call
|
/linux-4.1.27/drivers/mtd/ |
D | sm_ftl.c | 60 struct attribute **attributes; in sm_create_sysfs_attributes() local 85 attributes = kzalloc(sizeof(struct attribute *) * (NUM_ATTRIBUTES + 1), in sm_create_sysfs_attributes() 87 if (!attributes) in sm_create_sysfs_attributes() 89 attributes[0] = &vendor_attribute->dev_attr.attr; in sm_create_sysfs_attributes() 95 attr_group->attrs = attributes; in sm_create_sysfs_attributes() 98 kfree(attributes); in sm_create_sysfs_attributes() 109 struct attribute **attributes = ftl->disk_attributes->attrs; in sm_delete_sysfs_attributes() local 112 for (i = 0; attributes[i] ; i++) { in sm_delete_sysfs_attributes() 114 struct device_attribute *dev_attr = container_of(attributes[i], in sm_delete_sysfs_attributes()
|
/linux-4.1.27/drivers/regulator/ |
D | userspace-consumer.c | 98 static struct attribute *attributes[] = { variable 105 .attrs = attributes,
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 1227 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) { in xgbe_prep_tx_tstamp() 1231 XGMAC_SET_BITS(packet->attributes, in xgbe_prep_tx_tstamp() 1240 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) in xgbe_prep_tx_tstamp() 1254 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_prep_tso() 1320 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1322 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1325 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1337 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1343 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1970 incomplete = XGMAC_GET_BITS(packet->attributes, in xgbe_rx_poll() [all …]
|
D | xgbe-dev.c | 1265 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_get_rx_tstamp() 1416 csum = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_dev_xmit() 1418 tso = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_dev_xmit() 1420 vlan = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_dev_xmit() 1516 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) in xgbe_dev_xmit() 1648 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() 1650 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() 1656 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, CONTEXT, 0); in xgbe_dev_read() 1660 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() 1670 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() [all …]
|
D | xgbe-desc.c | 509 tso = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_map_tx_skb() 511 vlan = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_map_tx_skb()
|
/linux-4.1.27/include/uapi/linux/ |
D | ncp.h | 132 __le32 attributes; member 179 __le32 attributes; member
|
D | nvme.h | 184 __u8 attributes; member 297 __le32 attributes; member
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 4 These attributes are defined for the block devices associated with the 7 The following attributes are read/write. 14 All attributes are read-only.
|
D | 00-INDEX | 4 - info on SD and MMC device attributes
|
/linux-4.1.27/Documentation/powerpc/ |
D | pmu-ebb.txt | 52 existing "pinned" and "exclusive" attributes of perf_events. This means EBB 66 attributes - this is so that they interoperate correctly with the rest of the 69 An EBB event must be created with the "pinned" and "exclusive" attributes set. 71 these attributes set. 74 "enable_on_exec" attributes.
|
/linux-4.1.27/Documentation/fb/ |
D | arkfb.txt | 33 limitation). Unfortunately character attributes (like color) in text mode are 65 * character attributes (and cursor) in text mode are broken
|
/linux-4.1.27/drivers/staging/speakup/ |
D | synth.c | 409 if (synth->attributes.name in do_synth_init() 410 && sysfs_create_group(speakup_kobj, &(synth->attributes)) < 0) in do_synth_init() 431 if (synth->attributes.name) in synth_release() 432 sysfs_remove_group(speakup_kobj, &(synth->attributes)); in synth_release()
|
D | speakup_txprt.c | 118 .attributes = {
|
D | speakup_bns.c | 118 .attributes = {
|
D | speakup_dummy.c | 120 .attributes = {
|
D | speakup_spkout.c | 125 .attributes = {
|
D | speakup_acntsa.c | 121 .attributes = {
|
D | spk_types.h | 181 struct attribute_group attributes; member
|
D | speakup_ltlk.c | 133 .attributes = {
|
D | speakup_audptr.c | 126 .attributes = {
|
D | DefaultKeyAssignments | 30 InsKeyPad-period say colour attributes of current position.
|
D | speakup_apollo.c | 130 .attributes = {
|
D | speakup_decext.c | 149 .attributes = {
|
/linux-4.1.27/fs/reiserfs/ |
D | Kconfig | 56 bool "ReiserFS extended attributes" 59 Extended attributes are name:value pairs associated with inodes by 88 extended attributes for file security labels, say N.
|
/linux-4.1.27/fs/exofs/ |
D | BUGS | 2 were written, but the inode attributes failed. Then if the filesystem was
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 6 IEEE 1394 node device attributes. 58 IEEE 1394 unit device attributes. 81 These attributes are only created if the root directory of an
|
D | sysfs-firmware-efi-vars | 20 attributes: A read-only text file enumerating the
|
D | sysfs-devices-node | 92 The node's huge page size control/query attributes.
|
/linux-4.1.27/drivers/base/ |
D | cacheinfo.c | 291 unsigned int ci_attr = this_leaf->attributes; in allocation_policy_show() 307 unsigned int ci_attr = this_leaf->attributes; in write_policy_show() 373 (this_leaf->attributes & CACHE_WRITE_POLICY_MASK)) in cache_default_attrs_is_visible() 376 (this_leaf->attributes & CACHE_ALLOCATE_POLICY_MASK)) in cache_default_attrs_is_visible()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 141 word attributes; member 155 word attributes; member
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 22 The main task of the thermal sysfs driver is to expose thermal zone attributes 23 as well as cooling device attributes to the user space. 25 inputs from thermal zone attributes (the current temperature and trip point 160 2. sysfs attributes structure 165 Thermal sysfs attributes will be represented under /sys/class/thermal. 187 Then next two dynamic attributes are created/removed in pairs. They represent 210 * Thermal zone attributes * 293 * Cooling device attributes *
|
D | nouveau_thermal | 38 thresholds can be configured thanks to the following HWMON attributes: 52 attributes should be available:
|
/linux-4.1.27/fs/f2fs/ |
D | Kconfig | 31 bool "F2FS extended attributes" 35 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 17 KVM_DEV_VFIO_GROUP attributes:
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 7 more flexible than MTRR due to its capability to set attributes at page level 13 PAT allows for different types of memory attributes. The most commonly used 22 attributes at the page level. In order to avoid aliasing, these interfaces
|
/linux-4.1.27/block/partitions/ |
D | efi.h | 104 gpt_entry_attributes attributes; member
|
/linux-4.1.27/Documentation/leds/ |
D | leds-class-flash.txt | 15 Following sysfs attributes are exposed for controlling flash LED devices:
|
D | leds-class.txt | 52 individual led class attributes. As a solution which doesn't incur as much 54 above leaves scope for further attributes should they be needed. If sections
|
D | leds-lp55xx.txt | 13 Device attributes for user-space interface 54 Additional device specific attributes
|
D | ledtrig-oneshot.txt | 24 This adds the following sysfs attributes to the LED:
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | device.txt | 35 General device attributes. Typically used for the weird 65 Specification of device channels. Most attributes etc. are built
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | orion5x.dtsi | 11 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
D | kirkwood.dtsi | 5 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
D | armada-370-xp.dtsi | 55 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
/linux-4.1.27/tools/perf/Documentation/ |
D | asciidoc.conf | 13 [attributes]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/wireless/ |
D | brcm,bcm43xx-fmac.txt | 16 - interrupts : specifies attributes for the out-of-band interrupt (host-wake).
|
D | ti,wlcore.txt | 19 - interrupts : specifies attributes for the out-of-band interrupt.
|
/linux-4.1.27/arch/arm64/kernel/ |
D | cacheinfo.c | 80 this_leaf->attributes = in ci_leaf_init()
|
/linux-4.1.27/security/integrity/evm/ |
D | Kconfig | 9 EVM protects a file's security extended attributes against
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | Kconfig | 21 If set to N, will not be able to configure QoS and ratelimit attributes.
|
/linux-4.1.27/fs/nilfs2/ |
D | Kconfig | 20 Some features including atime, extended attributes, and POSIX ACLs,
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 39 define attributes for this config option. Attributes can be the type of 45 Menu attributes 48 A menu entry can have a number of attributes. Not all of them are 270 attributes as options. 287 This defines a choice group and accepts any of the above attributes as 319 attributes.
|
/linux-4.1.27/fs/9p/ |
D | Kconfig | 46 extended attributes for file security labels, say N.
|
/linux-4.1.27/drivers/staging/iio/Documentation/dac/ |
D | max517 | 28 Via the iio sysfs interface, there are three attributes available: out1_raw,
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.c | 264 data->attributes.operation = private->attrib.operation; in define_extent() 271 data->attributes.operation = private->attrib.operation; in define_extent() 276 data->attributes.operation = DASD_BYPASS_CACHE; in define_extent() 284 data->attributes.operation = DASD_BYPASS_CACHE; in define_extent() 293 data->attributes.mode = 0x3; /* ECKD */ in define_extent() 308 if (data->attributes.operation == DASD_SEQ_PRESTAGE || in define_extent() 309 data->attributes.operation == DASD_SEQ_ACCESS) { in define_extent() 539 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE() 544 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE() 552 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE() [all …]
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 131 o define the fault attributes 138 o provide a way to configure fault attributes 158 configure the fault attributes.
|
/linux-4.1.27/Documentation/backlight/ |
D | lp855x-driver.txt | 20 * Device attributes
|
/linux-4.1.27/arch/ia64/kernel/ |
D | topology.c | 259 define_one_ro(attributes); 266 &attributes.attr,
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpifunc.c | 66 pMF->attributes = pF->attributes; in hpi_format_to_msg() 76 pF->attributes = pMF->attributes; in hpi_msg_to_format() 284 u32 sample_rate, u32 bit_rate, u32 attributes) in hpi_format_create() argument 361 && (attributes != HPI_MPEG_MODE_DEFAULT)) { in hpi_format_create() 362 attributes = HPI_MPEG_MODE_DEFAULT; in hpi_format_create() 364 } else if (attributes > HPI_MPEG_MODE_DUALCHANNEL) { in hpi_format_create() 365 attributes = HPI_MPEG_MODE_DEFAULT; in hpi_format_create() 368 fmt.attributes = attributes; in hpi_format_create() 371 fmt.attributes = attributes; in hpi_format_create() 1034 hm.u.d.u.data.format.attributes = bytes_per_frame; in hpi_instream_ancillary_reset()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 318 uint64_t attributes; in __setup_efi_pci32() local 320 status = efi_early->call(pci->attributes, pci, in __setup_efi_pci32() 322 &attributes); in __setup_efi_pci32() 426 uint64_t attributes; in __setup_efi_pci64() local 428 status = efi_early->call(pci->attributes, pci, in __setup_efi_pci64() 430 &attributes); in __setup_efi_pci64()
|
/linux-4.1.27/fs/jfs/ |
D | Kconfig | 34 extended attributes for file security labels, say N.
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 23 works best with file systems that support extended attributes, 61 Smack uses extended attributes (xattrs) to store labels on filesystem 62 objects. The attributes are stored in the extended attribute security 64 attributes. 66 The extended attributes that Smack uses are: 452 but not any of its attributes by the circumstance of having read access to the 505 Smack data, including rules and attributes. 566 There are two attributes that are associated with sockets. These attributes 635 Smack maintains labels on file system objects using extended attributes. The 652 The socket attributes can be read using fgetxattr(2).
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 79 -- sequence of attributes and then reuse encoded
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 97 bool "CIFS extended attributes" 100 Extended attributes are name:value pairs associated with inodes by 103 extended attributes beginning with the user namespace prefix
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 70 Extended attributes are name:value pairs associated with inodes by 101 extended attributes for file security labels, say N.
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm2-cmd.c | 49 u8 attributes; member 304 cmd.params.pcrextend_in.auth_area.attributes = 0; in tpm2_pcr_extend()
|
/linux-4.1.27/drivers/staging/fsl-mc/include/ |
D | dprc.h | 404 struct dprc_attributes *attributes);
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-uevent.txt | 4 is the event contains environment attributes providing increased context for
|
/linux-4.1.27/arch/arm/kvm/ |
D | init.S | 95 @ Use the same memory attributes for hyp. accesses as the kernel
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 57 and have the following read/write attributes: 102 read-only attributes:
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 133 per-stat sysfs attributes are considered to be deprecated. 138 The list of deprecated attributes can be found here:
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 114 Sysfs driver attributes are on the driver's sysfs attribute space, 118 Sysfs device attributes are on the thinkpad_acpi device sysfs attribute 121 Sysfs device attributes for the sensors and fan are on the 161 attributes that do not change the way the other attributes work) do not 664 sysfs attributes: as per LED class, for the "tpacpi::thinklight" LED 726 sysfs attributes: as per LED class, see below for names 841 sysfs device attributes: (hwmon "thinkpad") temp*_input 998 it there will be the following attributes: 1136 sysfs device attributes: (hwmon "thinkpad") fan1_input, pwm1, 1138 sysfs hwmon driver attributes: fan_watchdog [all …]
|
/linux-4.1.27/fs/ |
D | Kconfig | 147 bool "Tmpfs extended attributes" 151 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 141 It is sent to servers when attributes of the object are changed and received 223 Used to set/get extended attributes for given inode.
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 52 Support "user." extended attributes (or not)
|
/linux-4.1.27/fs/ecryptfs/ |
D | main.c | 781 static struct attribute *attributes[] = { variable 787 .attrs = attributes,
|