Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dnamei.c215 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()
Dattrib.h70 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
Dattrib.c681 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()
Dinode.c480 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()
Dfile.c154 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()
Daops.c477 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()
Dlayout.h710 /* 16 */ le32 value_length;/* Byte size of attribute value. */ member
Ddir.c1161 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir()
Dsuper.c1877 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
/linux-6.1.9/net/nfc/
Dllcp_commands.c79 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length) in nfc_llcp_build_tlv() argument
89 if (length == 0 && value_length == 0) in nfc_llcp_build_tlv()
92 length = value_length; in nfc_llcp_build_tlv()
Dllcp.h229 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length);
/linux-6.1.9/drivers/net/wireless/
Drndis_wlan.c292 __le32 value_length; member
895 infobuf->value_length = cpu_to_le32(value_len); in rndis_set_config_parameter()
/linux-6.1.9/drivers/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()