Home
last modified time | relevance | path

Searched refs:name_offset (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ntfs/
H A Dattrib.c141 !memcmp((u8 *)a + le16_to_cpu(a->name_offset), in ntfs_map_runlist_nolock()
696 u16 name_offset; in ntfs_non_resident_attr_value_is_valid() local
715 name_offset = le16_to_cpu(a->name_offset); in ntfs_non_resident_attr_value_is_valid()
717 if (name_offset < min_len || name_offset >= attr_len) in ntfs_non_resident_attr_value_is_valid()
720 name_end = name_offset + a->name_length * sizeof(__le16); in ntfs_non_resident_attr_value_is_valid()
845 u16 name_offset; in ntfs_attr_find() local
876 name_offset = le16_to_cpu(a->name_offset); in ntfs_attr_find()
880 if (name_offset > attr_len || in ntfs_attr_find()
881 attr_len - name_offset < name_size) { in ntfs_attr_find()
906 (__le16 *)((u8 *)a + le16_to_cpu(a->name_offset)), in ntfs_attr_find()
[all …]
H A Dattrlist.c373 ((u8 *)attr + le16_to_cpu(attr->name_offset)) : in ntfs_attrlist_entry_add()
412 ale->name_offset = offsetof(struct attr_list_entry, name); in ntfs_attrlist_entry_add()
419 memcpy(ale->name, (u8 *)attr + le16_to_cpu(attr->name_offset), in ntfs_attrlist_entry_add()
H A Dinode.c938 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
1383 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1409 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1572 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1649 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
3116 ale->name_offset = (u8 *)ale->name - (u8 *)ale; in ntfs_inode_add_attrlist()
3126 le16_to_cpu(ctx->attr->name_offset), in ntfs_inode_add_attrlist()
H A Dea.c735 old_name_ofs = le16_to_cpu(a->name_offset); in ntfs_new_attr_flags()
831 a->name_offset = cpu_to_le16(name_ofs); in ntfs_new_attr_flags()
H A Dfile.c210 name = (__le16 *)((u8 *)ctx->attr + le16_to_cpu(ctx->attr->name_offset)); in ntfs_file_fsync()
/linux/tools/perf/util/
H A Dprobe-event.c306 int name_offset; in find_module_name()
338 name_offset = 12; in find_module_name()
340 name_offset = 24; in find_module_name()
342 mod_name = strdup((char *)data->d_buf + name_offset); in find_module_name()
307 int name_offset; find_module_name() local