Searched refs:name_offset (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Ddlpar.c34 __be32 name_offset; member in struct:cc_workarea
56 name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); dlpar_parse_cc_property()
86 name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); dlpar_parse_cc_node()
/linux-4.4.14/fs/ocfs2/
H A Dxattr.c1197 int ret = -ENODATA, name_offset, name_len, i; ocfs2_xattr_block_get() local
1225 name_offset = le16_to_cpu(xs->here->xe_name_offset); ocfs2_xattr_block_get()
1234 &name_offset); ocfs2_xattr_block_get()
1243 name_offset + name_len, size); ocfs2_xattr_block_get()
1246 (xs->base + name_offset + name_len); ocfs2_xattr_block_get()
3034 int name_offset, name_len = 0; ocfs2_calc_xattr_set_need() local
3062 name_offset = le16_to_cpu(xe->xe_name_offset); ocfs2_calc_xattr_set_need()
3070 name_offset = le16_to_cpu(xe->xe_name_offset); ocfs2_calc_xattr_set_need()
3079 &name_offset); ocfs2_calc_xattr_set_need()
3132 (base + name_offset + name_len); ocfs2_calc_xattr_set_need()
4016 u16 name_offset; ocfs2_xattr_bucket_get_name_value() local
4021 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); ocfs2_xattr_bucket_get_name_value()
4023 *block_off = name_offset >> sb->s_blocksize_bits; ocfs2_xattr_bucket_get_name_value()
4024 *new_offset = name_offset % sb->s_blocksize; ocfs2_xattr_bucket_get_name_value()
4619 int count, start, len, name_value_len = 0, name_offset = 0; ocfs2_divide_xattr_bucket() local
4706 name_offset = OCFS2_XATTR_BUCKET_SIZE; ocfs2_divide_xattr_bucket()
4711 if (le16_to_cpu(xe->xe_name_offset) < name_offset) ocfs2_divide_xattr_bucket()
4712 name_offset = le16_to_cpu(xe->xe_name_offset); ocfs2_divide_xattr_bucket()
4770 xh->xh_free_start = cpu_to_le16(name_offset); ocfs2_divide_xattr_bucket()
5760 int name_offset, name_len; ocfs2_prepare_refcount_xattr() local
5770 name_offset = le16_to_cpu(xe->xe_name_offset); ocfs2_prepare_refcount_xattr()
5779 name_offset = le16_to_cpu(xe->xe_name_offset); ocfs2_prepare_refcount_xattr()
5787 &name_offset); ocfs2_prepare_refcount_xattr()
5816 (base + name_offset + name_len); ocfs2_prepare_refcount_xattr()
5992 int ret, block_off, name_offset; ocfs2_get_xattr_tree_value_root() local
6001 &name_offset); ocfs2_get_xattr_tree_value_root()
6009 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + ocfs2_get_xattr_tree_value_root()
/linux-4.4.14/arch/sparc/kernel/
H A Dmdesc.c54 u32 name_offset; member in struct:mdesc_elem
404 if (!strcmp(names + ep[ret].name_offset, name)) mdesc_node_by_name()
449 if (!strcmp(names + ep->name_offset, name)) { mdesc_get_property()
476 if (strcmp(names + ep->name_offset, arc_type)) mdesc_next_arc()
509 return names + ep->name_offset; mdesc_node_name()
/linux-4.4.14/fs/ntfs/
H A Dattrib.c136 !memcmp((u8*)a + le16_to_cpu(a->name_offset), ntfs_map_runlist_nolock()
629 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)), ntfs_attr_find()
635 le16_to_cpu(a->name_offset)), ntfs_attr_find()
649 le16_to_cpu(a->name_offset)), ntfs_attr_find()
924 al_name = (ntfschar*)((u8*)al_entry + al_entry->name_offset); ntfs_external_attr_find()
976 next_al_entry->name_offset), ntfs_external_attr_find()
1062 le16_to_cpu(a->name_offset)), a->name_length, ntfs_external_attr_find()
1681 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), ntfs_attr_make_non_resident()
1683 a->name_offset = cpu_to_le16(name_ofs); ntfs_attr_make_non_resident()
1762 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), ntfs_attr_make_non_resident()
1765 a->name_offset = cpu_to_le16(name_ofs); ntfs_attr_make_non_resident()
H A Dinode.c814 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= ntfs_read_locked_inode()
943 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= ntfs_read_locked_inode()
1342 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= ntfs_read_locked_attr_inode()
1370 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= ntfs_read_locked_attr_inode()
1547 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= ntfs_read_locked_index_inode()
1646 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= ntfs_read_locked_index_inode()
H A Dlayout.h707 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the member in struct:__anon11758
978 /* 7*/ u8 name_offset; /* Byte offset to beginning of attribute name member in struct:__anon11767
999 name_offset to determine the location of the
/linux-4.4.14/include/acpi/
H A Dactbl2.h615 u16 name_offset; member in struct:acpi_ibft_initiator
631 u16 name_offset; member in struct:acpi_ibft_nic
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dcontrolvmchannel.h477 u32 name_offset; member in struct:spar_controlvm_parameters_header
H A Dvisorchipset.c480 ctx->curr = ctx->data + phdr->name_offset; parser_param_start()

Completed in 399 milliseconds