Searched refs:value_length (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | parser.c | 269 int value_length = -1, orig_value_length = -1; in parser_param_get() local 334 for (i = 0, value_length = -1; i < nscan; i++) { in parser_param_get() 339 value_length = i; in parser_param_get() 345 value_length = i; in parser_param_get() 349 if (value_length < 0) { in parser_param_get() 352 value_length = nscan; in parser_param_get() 354 orig_value_length = value_length; in parser_param_get() 356 value_length = string_length_no_trail(pscan, orig_value_length); in parser_param_get() 357 value = kmalloc(value_length + 1, GFP_KERNEL|__GFP_NORETRY); in parser_param_get() 360 memcpy(value, pscan, value_length); in parser_param_get() [all …]
|
/linux-4.1.27/fs/ntfs/ |
D | namei.c | 229 val_len = le32_to_cpu(a->data.resident.value_length); in ntfs_lookup() 339 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) > in ntfs_get_parent()
|
D | attrib.h | 84 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
|
D | attrib.c | 671 a->data.resident.value_length))); in ntfs_attr_find() 680 a->data.resident.value_length); in ntfs_attr_find() 1072 a->data.resident.value_length) == val_len && in ntfs_external_attr_find() 1492 old_size = le32_to_cpu(a->data.resident.value_length); in ntfs_resident_attr_value_resize() 1497 a->data.resident.value_length = cpu_to_le32(new_size); in ntfs_resident_attr_value_resize() 1656 attr_size = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_make_non_resident() 1801 a->data.resident.value_length = cpu_to_le32(attr_size); in ntfs_attr_make_non_resident() 2044 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_extend_allocation() 2061 a->data.resident.value_length = in ntfs_attr_extend_allocation()
|
D | inode.c | 505 p2 = (u8*)attr + le32_to_cpu(attr->data.resident.value_length); in ntfs_is_extended_system_file() 768 a->data.resident.value_length) > in ntfs_read_locked_inode() 778 a->data.resident.value_length)); in ntfs_read_locked_inode() 840 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length); in ntfs_read_locked_inode() 1143 a->data.resident.value_length); in ntfs_read_locked_inode() 1356 a->data.resident.value_length); in ntfs_read_locked_attr_inode() 1564 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length); in ntfs_read_locked_index_inode() 1945 a->data.resident.value_length) > in ntfs_read_inode_mount() 1955 a->data.resident.value_length)); in ntfs_read_inode_mount()
|
D | file.c | 167 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_extend_initialized() 175 a->data.resident.value_length = cpu_to_le32((u32)new_init_size); in ntfs_attr_extend_initialized() 1615 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_commit_pages_after_write() 1629 a->data.resident.value_length = cpu_to_le32(attr_len); in ntfs_commit_pages_after_write()
|
D | aops.c | 496 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readpage() 1483 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_writepage()
|
D | layout.h | 724 /* 16 */ le32 value_length;/* Byte size of attribute value. */ member
|
D | dir.c | 1174 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir()
|
D | super.c | 1891 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | maintidi.h | 167 byte value_length; member
|
D | maintidi.c | 1917 switch (pVar->value_length) { in diva_strace_read_int() 1945 switch (pVar->value_length) { in diva_strace_read_uint() 1981 if (!(length = pVar->value_length)) { in diva_strace_read_asz()
|
D | debug.c | 1292 pVar->value_length = var_length; in SuperTraceWriteVar()
|
/linux-4.1.27/net/nfc/ |
D | llcp_commands.c | 91 u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length) in nfc_llcp_build_tlv() argument 101 if (length == 0 && value_length == 0) in nfc_llcp_build_tlv() 104 length = value_length; in nfc_llcp_build_tlv()
|
D | llcp.h | 242 u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length);
|
/linux-4.1.27/drivers/net/wireless/ |
D | rndis_wlan.c | 304 __le32 value_length; member 918 infobuf->value_length = cpu_to_le32(value_len); in rndis_set_config_parameter()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | cb_pcidas64.c | 3679 static const int value_length = 16; in read_eeprom() local 3711 for (bit = 1 << (value_length - 1); bit; bit >>= 1) { in read_eeprom()
|