Searched refs:value_length (Results 1 – 13 of 13) sorted by relevance
215 val_len = le32_to_cpu(a->data.resident.value_length); in ntfs_lookup()325 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) > in ntfs_get_parent()
70 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
681 a->data.resident.value_length))); in ntfs_attr_find()690 a->data.resident.value_length); in ntfs_attr_find()1082 a->data.resident.value_length) == val_len && in ntfs_external_attr_find()1502 old_size = le32_to_cpu(a->data.resident.value_length); in ntfs_resident_attr_value_resize()1507 a->data.resident.value_length = cpu_to_le32(new_size); in ntfs_resident_attr_value_resize()1666 attr_size = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_make_non_resident()1811 a->data.resident.value_length = cpu_to_le32(attr_size); in ntfs_attr_make_non_resident()2054 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_extend_allocation()2071 a->data.resident.value_length = in ntfs_attr_extend_allocation()
480 p2 = (u8 *)file_name_attr + le32_to_cpu(attr->data.resident.value_length); in ntfs_is_extended_system_file()633 + le32_to_cpu(a->data.resident.value_length) > in ntfs_read_locked_inode()742 a->data.resident.value_length) > in ntfs_read_locked_inode()752 a->data.resident.value_length)); in ntfs_read_locked_inode()814 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length); in ntfs_read_locked_inode()1117 a->data.resident.value_length); in ntfs_read_locked_inode()1329 a->data.resident.value_length); in ntfs_read_locked_attr_inode()1536 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length); in ntfs_read_locked_index_inode()1934 a->data.resident.value_length) > in ntfs_read_inode_mount()1944 a->data.resident.value_length)); in ntfs_read_inode_mount()
154 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_extend_initialized()162 a->data.resident.value_length = cpu_to_le32((u32)new_init_size); in ntfs_attr_extend_initialized()1594 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_commit_pages_after_write()1608 a->data.resident.value_length = cpu_to_le32(attr_len); in ntfs_commit_pages_after_write()
477 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_read_folio()1469 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_writepage()
710 /* 16 */ le32 value_length;/* Byte size of attribute value. */ member
1161 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir()
1877 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
79 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length) in nfc_llcp_build_tlv() argument89 if (length == 0 && value_length == 0) in nfc_llcp_build_tlv()92 length = value_length; in nfc_llcp_build_tlv()
229 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length);
292 __le32 value_length; member895 infobuf->value_length = cpu_to_le32(value_len); in rndis_set_config_parameter()
3708 static const int value_length = 16; in read_eeprom() local3740 for (bit = 1 << (value_length - 1); bit; bit >>= 1) { in read_eeprom()