Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Ddsutils.c465 u32 name_length; in acpi_ds_create_operand() local
487 &name_string, &name_length); in acpi_ds_create_operand()
573 acpi_ut_create_string_object((acpi_size) name_length); in acpi_ds_create_operand()
576 name_string, name_length); in acpi_ds_create_operand()
/linux-4.4.14/fs/ntfs/
Dattrib.c135 a->name_length == ni->name_len && in ntfs_map_runlist_nolock()
626 if (a->name_length) in ntfs_attr_find()
630 a->name_length, ic, upcase, upcase_len)) { in ntfs_attr_find()
636 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find()
650 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find()
923 al_name_len = al_entry->name_length; in ntfs_external_attr_find()
973 next_al_entry->name_length == al_name_len && in ntfs_external_attr_find()
977 next_al_entry->name_length, in ntfs_external_attr_find()
1062 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find()
1646 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident()
[all …]
Dinode.c814 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
943 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
1342 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1370 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1547 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1646 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1991 if (al_entry->name_length) in ntfs_read_inode_mount()
Dlayout.h705 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member
976 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c315 u32 name_length = (u32) in cvmx_bootmem_phy_named_block_find() local
325 kmalloc(name_length + 1, GFP_KERNEL); in cvmx_bootmem_phy_named_block_find()
328 name_length); in cvmx_bootmem_phy_named_block_find()
329 if (!strncmp(name, name_tmp, name_length)) { in cvmx_bootmem_phy_named_block_find()
/linux-4.4.14/arch/mips/fw/cfe/
Dcfe_api_int.h73 s64 name_length; /* size of name buffer */ member
Dcfe_api.c130 xiocb.plist.xiocb_envbuf.name_length = namelen; in cfe_enumenv()
227 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_getenv()
400 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_setenv()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.h210 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dcontrolvmchannel.h478 u32 name_length; member
Dvisorchipset.c481 ctx->bytes_remaining = phdr->name_length; in parser_param_start()
/linux-4.4.14/include/acpi/
Dactbl2.h614 u16 name_length; member
630 u16 name_length; member
/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c315 static void hidpp_prefix_name(char **name, int name_length) in hidpp_prefix_name() argument
322 if (name_length > PREFIX_LENGTH && in hidpp_prefix_name()
327 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c301 __le32 name_length; member
915 infobuf->name_length = cpu_to_le32(param_len); in rndis_set_config_parameter()