Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A 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()
H A Dattrib.h70 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dlayout.h710 /* 16 */ le32 value_length;/* Byte size of attribute value. */ member
H A Ddir.c1161 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir()
H A Dsuper.c1885 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
/openbmc/linux/net/nfc/
H A 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()
H A Dllcp.h228 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length);
/openbmc/qemu/block/
H A Dvhdx.h323 uint16_t value_length; /* length of entry value, > 0 */ member
/openbmc/linux/drivers/net/wireless/legacy/
H A Drndis_wlan.c292 __le32 value_length; member
895 infobuf->value_length = cpu_to_le32(value_len); in rndis_set_config_parameter()
/openbmc/linux/drivers/comedi/drivers/
H A 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()