Searched refs:nt_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/s390/kernel/ |
D | crash_dump.c | 291 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size() function 339 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size() 340 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size() 341 size += nt_size(NT_S390_TIMER, sizeof(sa->timer)); in get_cpu_elf_notes_size() 342 size += nt_size(NT_S390_TODCMP, sizeof(sa->todcmp)); in get_cpu_elf_notes_size() 343 size += nt_size(NT_S390_TODPREG, sizeof(sa->todpreg)); in get_cpu_elf_notes_size() 344 size += nt_size(NT_S390_CTRS, sizeof(sa->ctrs)); in get_cpu_elf_notes_size() 345 size += nt_size(NT_S390_PREFIX, sizeof(sa->prefix)); in get_cpu_elf_notes_size() 347 size += nt_size(NT_S390_VXRS_HIGH, sizeof(sa->vxrs_high)); in get_cpu_elf_notes_size() 348 size += nt_size(NT_S390_VXRS_LOW, sizeof(sa->vxrs_low)); in get_cpu_elf_notes_size() [all …]
|
/linux-6.6.21/fs/smb/server/ |
D | smbacl.c | 1009 int inherited_flags = 0, flags = 0, i, ace_cnt = 0, nt_size = 0, pdacl_size; in smb_inherit_dacl() local 1090 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1101 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1108 if (nt_size > 0) { in smb_inherit_dacl() 1127 pgroup_sid_size + sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl() 1158 if ((u64)le32_to_cpu(pntsd->dacloffset) + sizeof(struct smb_acl) + nt_size > in smb_inherit_dacl() 1184 pdacl->size = cpu_to_le16(sizeof(struct smb_acl) + nt_size); in smb_inherit_dacl() 1187 memcpy(pace, aces_base, nt_size); in smb_inherit_dacl() 1188 pntsd_size += sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl()
|