Searched refs:name_length (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/ntfs/ |
A D | attrib.c | 121 a->name_length == ni->name_len && in ntfs_map_runlist_nolock() 610 a->name_length * sizeof(ntfschar); in ntfs_attr_find() 636 if (a->name_length) in ntfs_attr_find() 646 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find() 660 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find() 933 al_name_len = al_entry->name_length; in ntfs_external_attr_find() 987 next_al_entry->name_length, in ntfs_external_attr_find() 1690 if (a->name_length) in ntfs_attr_make_non_resident() 1692 a->name_length * sizeof(ntfschar)); in ntfs_attr_make_non_resident() 1771 if (a->name_length) in ntfs_attr_make_non_resident() [all …]
|
A D | inode.c | 788 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 917 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 1315 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1343 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1519 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1618 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1980 if (al_entry->name_length) in ntfs_read_inode_mount()
|
A D | layout.h | 691 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member 962 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
|
/linux-6.3-rc2/arch/mips/fw/cfe/ |
A D | cfe_api.c | 122 xiocb.plist.xiocb_envbuf.name_length = namelen; in cfe_enumenv() 219 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_getenv() 387 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_setenv()
|
A D | cfe_api_int.h | 60 s64 name_length; /* size of name buffer */ member
|
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/ |
A D | octeon_console.c | 279 u32 name_length = (u32)__cvmx_bootmem_desc_get( in cvmx_bootmem_phy_named_block_find() local 300 kmalloc(name_length + 1, GFP_KERNEL); in cvmx_bootmem_phy_named_block_find() 306 name_length); in cvmx_bootmem_phy_named_block_find() 307 if (!strncmp(name, name_tmp, name_length)) { in cvmx_bootmem_phy_named_block_find()
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | dsutils.c | 427 u32 name_length; in acpi_ds_create_operand() local 448 &name_string, &name_length); in acpi_ds_create_operand()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_da_btree.h | 223 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
|
/linux-6.3-rc2/include/acpi/ |
A D | actbl1.h | 1851 u16 name_length; member 1867 u16 name_length; member
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_edid.c | 5435 int name_length = 0; in drm_edid_get_monitor_name() local 5447 name_length = min(get_monitor_name(&drm_edid, buf), bufsize - 1); in drm_edid_get_monitor_name() 5448 memcpy(name, buf, name_length); in drm_edid_get_monitor_name() 5451 name[name_length] = '\0'; in drm_edid_get_monitor_name()
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-logitech-hidpp.c | 450 static void hidpp_prefix_name(char **name, int name_length) in hidpp_prefix_name() argument 457 if (name_length > PREFIX_LENGTH && in hidpp_prefix_name() 462 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()
|
/linux-6.3-rc2/drivers/net/wireless/ |
A D | rndis_wlan.c | 289 __le32 name_length; member 892 infobuf->name_length = cpu_to_le32(param_len); in rndis_set_config_parameter()
|
Completed in 56 milliseconds