Searched refs:value_length (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/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() 761 a->data.resident.value_length) > in ntfs_read_locked_inode() 771 a->data.resident.value_length)); in ntfs_read_locked_inode() 833 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length); in ntfs_read_locked_inode() 1136 a->data.resident.value_length); in ntfs_read_locked_inode() 1348 a->data.resident.value_length); in ntfs_read_locked_attr_inode() 1555 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length); in ntfs_read_locked_index_inode() 1936 a->data.resident.value_length) > in ntfs_read_inode_mount() 1946 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 | 493 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-v4.19/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 | 1289 pVar->value_length = var_length; in SuperTraceWriteVar()
|
/Linux-v4.19/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-v4.19/drivers/visorbus/ |
D | visorchipset.c | 564 int value_length; in parser_string_get() local 570 value_length = strnlen(pscan, nscan); in parser_string_get() 571 value = kzalloc(value_length + 1, GFP_KERNEL); in parser_string_get() 574 if (value_length > 0) in parser_string_get() 575 memcpy(value, pscan, value_length); in parser_string_get()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_func_88xx.c | 3674 u8 value_length; in halmac_restore_mac_register_88xx() local 3686 value_length = curr_restore_info->length; in halmac_restore_mac_register_88xx() 3688 if (value_length == 1) in halmac_restore_mac_register_88xx() 3691 else if (value_length == 2) in halmac_restore_mac_register_88xx() 3694 else if (value_length == 4) in halmac_restore_mac_register_88xx()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | cb_pcidas64.c | 3708 static const int value_length = 16; in read_eeprom() local 3740 for (bit = 1 << (value_length - 1); bit; bit >>= 1) { in read_eeprom()
|
/Linux-v4.19/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()
|