Searched refs:nt_size (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/arch/s390/kernel/ |
D | crash_dump.c | 350 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size() function 398 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size() 399 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size() 400 size += nt_size(NT_S390_TIMER, sizeof(sa->timer)); in get_cpu_elf_notes_size() 401 size += nt_size(NT_S390_TODCMP, sizeof(sa->todcmp)); in get_cpu_elf_notes_size() 402 size += nt_size(NT_S390_TODPREG, sizeof(sa->todpreg)); in get_cpu_elf_notes_size() 403 size += nt_size(NT_S390_CTRS, sizeof(sa->ctrs)); in get_cpu_elf_notes_size() 404 size += nt_size(NT_S390_PREFIX, sizeof(sa->prefix)); in get_cpu_elf_notes_size() 406 size += nt_size(NT_S390_VXRS_HIGH, sizeof(sa->vxrs_high)); in get_cpu_elf_notes_size() 407 size += nt_size(NT_S390_VXRS_LOW, sizeof(sa->vxrs_low)); in get_cpu_elf_notes_size() [all …]
|
/Linux-v5.15/fs/ksmbd/ |
D | smbacl.c | 996 int inherited_flags = 0, flags = 0, i, ace_cnt = 0, nt_size = 0; in smb_inherit_dacl() local 1058 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1069 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1077 if (nt_size > 0) { in smb_inherit_dacl() 1096 nt_size, GFP_KERNEL); in smb_inherit_dacl() 1130 pdacl->size = cpu_to_le16(sizeof(struct smb_acl) + nt_size); in smb_inherit_dacl() 1133 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl() 1134 pntsd_size += sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl()
|