Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrlist.c149 attr->name_length + 7) & ~7; in ntfs_attrlist_entry_add()
162 err = ntfs_attr_lookup(attr->type, (attr->name_length) ? (__le16 *) in ntfs_attrlist_entry_add()
164 AT_UNNAMED, attr->name_length, CASE_SENSITIVE, in ntfs_attrlist_entry_add()
201 ale->name_length = attr->name_length; in ntfs_attrlist_entry_add()
210 attr->name_length * sizeof(__le16)); in ntfs_attrlist_entry_add()
H A Dattrib.c139 a->name_length == ni->name_len && in ntfs_map_runlist_nolock()
694 if (a->name_length) { in ntfs_attr_find()
697 name_size = a->name_length * sizeof(__le16); in ntfs_attr_find()
718 if (a->name_length) in ntfs_attr_find()
723 a->name_length, ic, upcase, upcase_len)) { in ntfs_attr_find()
728 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find()
741 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find()
876 if (le16_to_cpu(ale->length) <= ale->name_offset + ale->name_length || in load_attribute_list()
1078 offsetof(struct attr_list_entry, name_length)) || in ntfs_external_attr_find()
1079 (al_entry->name_length && ((u8 *)al_entry + al_entry->name_offset + in ntfs_external_attr_find()
[all …]
H A Dinode.c913 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
1340 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1366 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1529 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1606 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
2009 if (al_entry->name_length) in ntfs_read_inode_mount()
3054 ctx->attr->name_length + 7) & ~7; in ntfs_inode_add_attrlist()
3071 sizeof(__le16) * ctx->attr->name_length + 7) & ~7); in ntfs_inode_add_attrlist()
3072 ale->name_length = ctx->attr->name_length; in ntfs_inode_add_attrlist()
3084 ctx->attr->name_length * sizeof(__le16)); in ntfs_inode_add_attrlist()
[all …]
H A Dfile.c208 if (ctx->attr->type == AT_DATA && ctx->attr->name_length == 0) in ntfs_file_fsync()
212 name, ctx->attr->name_length); in ntfs_file_fsync()
H A Dea.c650 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_new_attr_flags()
/linux/tools/lib/bpf/
H A Dzip.h28 __u16 name_length; member
/linux/arch/mips/fw/cfe/
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()
H A Dcfe_api_int.h60 s64 name_length; /* size of name buffer */ member
/linux/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()
/linux/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()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h229 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
/linux/include/acpi/
H A Dactbl1.h2200 u16 name_length; member
2216 u16 name_length; member
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c492 static void hidpp_prefix_name(char **name, int name_length) in hidpp_prefix_name() argument
499 if (name_length > PREFIX_LENGTH && in hidpp_prefix_name()
504 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()