Home
last modified time | relevance | path

Searched refs:name_length (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/fs/ntfs/
H A Dattrib.c121 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()
640 a->name_length, ic, upcase, upcase_len)) { 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()
983 next_al_entry->name_length == al_name_len && in ntfs_external_attr_find()
987 next_al_entry->name_length, in ntfs_external_attr_find()
1072 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find()
[all...]
H A Dinode.c788 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()
H A Dlayout.h691 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member
693 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
962 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
/kernel/linux/linux-6.6/fs/ntfs/
H A Dattrib.c121 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()
640 a->name_length, ic, upcase, upcase_len)) { 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()
983 next_al_entry->name_length == al_name_len && in ntfs_external_attr_find()
987 next_al_entry->name_length, in ntfs_external_attr_find()
1072 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find()
[all...]
H A Dinode.c788 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()
H A Dlayout.h691 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member
693 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
962 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dzip.h28 __u16 name_length; member
H A Dzip.c289 out->name_length = lfh->file_name_length; in get_entry_at_offset()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c280 u32 name_length = (u32)__cvmx_bootmem_desc_get( in cvmx_bootmem_phy_named_block_find() local
301 kmalloc(name_length + 1, GFP_KERNEL); in cvmx_bootmem_phy_named_block_find()
307 name_length); in cvmx_bootmem_phy_named_block_find()
308 if (!strncmp(name, name_tmp, name_length)) { in cvmx_bootmem_phy_named_block_find()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c279 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()
/kernel/linux/linux-5.10/arch/mips/fw/cfe/
H A Dcfe_api_int.h60 s64 name_length; /* size of name buffer */ member
H A Dcfe_api.c117 xiocb.plist.xiocb_envbuf.name_length = namelen; in cfe_enumenv()
214 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_getenv()
382 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_setenv()
/kernel/linux/linux-6.6/arch/mips/fw/cfe/
H A Dcfe_api_int.h60 s64 name_length; /* size of name buffer */ member
H A Dcfe_api.c122 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()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_da_btree.h217 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_da_btree.h223 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddsutils.c427 u32 name_length; in acpi_ds_create_operand() local
448 &name_string, &name_length); in acpi_ds_create_operand()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddsutils.c427 u32 name_length; in acpi_ds_create_operand() local
448 &name_string, &name_length); in acpi_ds_create_operand()
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dcontrolvmchannel.h583 u32 name_length; member
H A Dvisorchipset.c585 (unsigned long)phdr->name_length > ctx->param_bytes) in parser_name_get()
588 ctx->bytes_remaining = phdr->name_length; in parser_name_get()
589 return parser_string_get(ctx->curr, phdr->name_length); in parser_name_get()
/kernel/linux/linux-5.10/include/acpi/
H A Dactbl1.h1588 u16 name_length; member
1604 u16 name_length; member
/kernel/linux/linux-6.6/include/acpi/
H A Dactbl1.h1900 u16 name_length; member
1916 u16 name_length; member
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c419 static void hidpp_prefix_name(char **name, int name_length) in hidpp_prefix_name() argument
426 if (name_length > PREFIX_LENGTH && in hidpp_prefix_name()
431 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c488 static void hidpp_prefix_name(char **name, int name_length) in hidpp_prefix_name() argument
495 if (name_length > PREFIX_LENGTH && in hidpp_prefix_name()
500 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c4475 int name_length; in drm_edid_get_monitor_name() local
4481 name_length = min(get_monitor_name(edid, buf), bufsize - 1); in drm_edid_get_monitor_name()
4482 memcpy(name, buf, name_length); in drm_edid_get_monitor_name()
4483 name[name_length] = '\0'; in drm_edid_get_monitor_name()

Completed in 57 milliseconds

12