Searched refs:nt_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dcrash_dump.c292 static inline size_t nt_size(Elf64_Word type, int d_len) function
340 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus));
341 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t));
342 size += nt_size(NT_S390_TIMER, sizeof(sa->timer));
343 size += nt_size(NT_S390_TODCMP, sizeof(sa->todcmp));
344 size += nt_size(NT_S390_TODPREG, sizeof(sa->todpreg));
345 size += nt_size(NT_S390_CTRS, sizeof(sa->ctrs));
346 size += nt_size(NT_S390_PREFIX, sizeof(sa->prefix));
348 size += nt_size(NT_S390_VXRS_HIGH, sizeof(sa->vxrs_high));
349 size += nt_size(NT_S390_VXRS_LO
[all...]
/linux-master/fs/smb/server/
H A Dsmbacl.c1009 int inherited_flags = 0, flags = 0, i, ace_cnt = 0, nt_size = 0, pdacl_size; local
1090 nt_size += le16_to_cpu(aces->size);
1101 nt_size += le16_to_cpu(aces->size);
1108 if (nt_size > 0) {
1127 pgroup_sid_size + sizeof(struct smb_acl) + nt_size;
1158 if ((u64)le32_to_cpu(pntsd->dacloffset) + sizeof(struct smb_acl) + nt_size >
1184 pdacl->size = cpu_to_le16(sizeof(struct smb_acl) + nt_size);
1187 memcpy(pace, aces_base, nt_size);
1188 pntsd_size += sizeof(struct smb_acl) + nt_size;

Completed in 185 milliseconds