Searched refs:nt_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/arch/s390/kernel/ |
D | crash_dump.c | 301 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size() function 349 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size() 350 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size() 351 size += nt_size(NT_S390_TIMER, sizeof(sa->timer)); in get_cpu_elf_notes_size() 352 size += nt_size(NT_S390_TODCMP, sizeof(sa->todcmp)); in get_cpu_elf_notes_size() 353 size += nt_size(NT_S390_TODPREG, sizeof(sa->todpreg)); in get_cpu_elf_notes_size() 354 size += nt_size(NT_S390_CTRS, sizeof(sa->ctrs)); in get_cpu_elf_notes_size() 355 size += nt_size(NT_S390_PREFIX, sizeof(sa->prefix)); in get_cpu_elf_notes_size() 357 size += nt_size(NT_S390_VXRS_HIGH, sizeof(sa->vxrs_high)); in get_cpu_elf_notes_size() 358 size += nt_size(NT_S390_VXRS_LOW, sizeof(sa->vxrs_low)); in get_cpu_elf_notes_size() [all …]
|
/linux-6.14.4/fs/smb/server/ |
D | smbacl.c | 1033 int inherited_flags = 0, flags = 0, i, nt_size = 0, pdacl_size; in smb_inherit_dacl() local 1121 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1132 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1139 if (nt_size > 0) { in smb_inherit_dacl() 1158 pgroup_sid_size + sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl() 1189 if ((u64)le32_to_cpu(pntsd->dacloffset) + sizeof(struct smb_acl) + nt_size > in smb_inherit_dacl() 1215 pdacl->size = cpu_to_le16(sizeof(struct smb_acl) + nt_size); in smb_inherit_dacl() 1218 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl() 1219 pntsd_size += sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl()
|