Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
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()
1616 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_commit_pages_after_write()
1630 a->data.resident.value_length = cpu_to_le32(attr_len); in ntfs_commit_pages_after_write()
Daops.c496 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-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c504 int value_length = -1; in parser_string_get() local
516 for (i = 0, value_length = -1; i < nscan; i++) in parser_string_get()
518 value_length = i; in parser_string_get()
521 if (value_length < 0) /* '\0' was not included in the length */ in parser_string_get()
522 value_length = nscan; in parser_string_get()
523 value = kmalloc(value_length + 1, GFP_KERNEL|__GFP_NORETRY); in parser_string_get()
526 if (value_length > 0) in parser_string_get()
527 memcpy(value, pscan, value_length); in parser_string_get()
528 ((u8 *) (value))[value_length] = '\0'; in parser_string_get()
/linux-4.4.14/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.c1292 pVar->value_length = var_length; in SuperTraceWriteVar()
/linux-4.4.14/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-4.4.14/drivers/net/wireless/
Drndis_wlan.c304 __le32 value_length; member
918 infobuf->value_length = cpu_to_le32(value_len); in rndis_set_config_parameter()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dcb_pcidas64.c3726 static const int value_length = 16; in read_eeprom() local
3758 for (bit = 1 << (value_length - 1); bit; bit >>= 1) { in read_eeprom()