Searched refs:name_size (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/arch/arm64/kvm/
H A Dguest.c37 .name_size = KVM_STATS_NAME_SIZE,
57 .name_size = KVM_STATS_NAME_SIZE,
/linux-master/fs/ocfs2/
H A Dxattr.c1523 int name_size = OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len); local
1528 (name_size + OCFS2_XATTR_ROOT_SIZE));
1534 name_size);
2043 int name_size = OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len); local
2048 memcpy(nameval_buf + name_size, &def_xv, OCFS2_XATTR_ROOT_SIZE);
2061 int name_size = OCFS2_XATTR_SIZE(xi->xi_name_len); local
2068 name_size);
2073 memset(nameval_buf + name_size, 0,
2074 namevalue_size_xe(loc->xl_entry) - name_size);
2084 memset(nameval_buf + name_size,
2199 int name_size = OCFS2_XATTR_SIZE(xi->xi_name_len); local
[all...]
/linux-master/arch/riscv/kvm/
H A Dvcpu.c37 .name_size = KVM_STATS_NAME_SIZE,
/linux-master/arch/mips/kvm/
H A Dmips.c46 .name_size = KVM_STATS_NAME_SIZE,
88 .name_size = KVM_STATS_NAME_SIZE,
/linux-master/include/linux/
H A Defi.h290 typedef efi_status_t efi_get_next_variable_t (unsigned long *name_size, efi_char16_t *name,
1102 efi_status_t efivar_get_next_variable(unsigned long *name_size,
/linux-master/fs/ntfs3/
H A Dfrecord.c1450 u32 name_size = ALIGN(name_len * sizeof(short), 8); local
1452 u32 run_off = name_off + name_size;
1521 u32 name_size = ALIGN(name_len * sizeof(short), 8); local
1522 u32 asize = SIZEOF_RESIDENT + name_size + ALIGN(data_size, 8);
1534 attr->res.data_off = cpu_to_le16(SIZEOF_RESIDENT + name_size);
H A Dfslog.c2972 u32 name_size = ALIGN(name_len * sizeof(short), 8); local
2974 u32 asize = name_size +
2997 cpu_to_le16(SIZEOF_NONRESIDENT_EX + name_size);
3003 cpu_to_le16(SIZEOF_NONRESIDENT + name_size);
/linux-master/sound/usb/
H A Dmixer.c1850 bool is_input, char *name, int name_size)
1852 int name_len = get_term_name(mixer->chip, term, name, name_size, 0);
1855 strscpy(name, "Unknown", name_size);
1863 strlcat(name, " - Input Jack", name_size);
1865 strlcat(name, " - Output Jack", name_size);
1848 get_connector_control_name(struct usb_mixer_interface *mixer, struct usb_audio_term *term, bool is_input, char *name, int name_size) argument
/linux-master/arch/loongarch/kvm/
H A Dvcpu.c25 .name_size = KVM_STATS_NAME_SIZE,
/linux-master/include/uapi/linux/
H A Dkvm.h1445 * @name_size: The size in bytes of the memory which contains statistics
1463 __u32 name_size; member in struct:kvm_stats_header
1505 * &kvm_stats_header->name_size.
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h512 return sizeof(struct kvm_stats_desc) + header->name_size;
/linux-master/tools/include/uapi/linux/
H A Dkvm.h1445 * @name_size: The size in bytes of the memory which contains statistics
1463 __u32 name_size; member in struct:kvm_stats_header
1505 * &kvm_stats_header->name_size.
/linux-master/arch/powerpc/kvm/
H A Dbooke.c46 .name_size = KVM_STATS_NAME_SIZE,
81 .name_size = KVM_STATS_NAME_SIZE,
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c80 .name_size = KVM_STATS_NAME_SIZE,
186 .name_size = KVM_STATS_NAME_SIZE,
/linux-master/arch/x86/kvm/
H A Dx86.c262 .name_size = KVM_STATS_NAME_SIZE,
309 .name_size = KVM_STATS_NAME_SIZE,

Completed in 284 milliseconds

12