Home
last modified time | relevance | path

Searched refs:value_length (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/fs/ntfs/
Dnamei.c229 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()
Dattrib.h84 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
Dattrib.c671 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()
Dinode.c505 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()
Dfile.c167 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()
Daops.c493 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()
Dlayout.h724 /* 16 */ le32 value_length;/* Byte size of attribute value. */ member
Ddir.c1174 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir()
Dsuper.c1891 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmaintidi.h167 byte value_length; member
Dmaintidi.c1917 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()
Ddebug.c1289 pVar->value_length = var_length; in SuperTraceWriteVar()
/Linux-v4.19/net/nfc/
Dllcp_commands.c91 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()
Dllcp.h242 u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length);
/Linux-v4.19/drivers/visorbus/
Dvisorchipset.c564 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/
Dhalmac_func_88xx.c3674 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/
Dcb_pcidas64.c3708 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/
Drndis_wlan.c304 __le32 value_length; member
918 infobuf->value_length = cpu_to_le32(value_len); in rndis_set_config_parameter()