offsetof          177 arch/x86/ia32/ia32_aout.c 	dump.u_ar0 = offsetof(struct user32, regs);
offsetof           95 arch/x86/kernel/asm-offsets_32.c 	DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) -
offsetof           33 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(tsk_ ## entry, offsetof(struct task_struct, entry))
offsetof           39 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry))
offsetof           49 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(pda_ ## entry, offsetof(struct x8664_pda, entry))
offsetof           77 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(IA32_SIGCONTEXT_ ## entry, offsetof(struct sigcontext_ia32, entry))
offsetof           90 arch/x86/kernel/asm-offsets_64.c 	       offsetof (struct rt_sigframe32, uc.uc_mcontext));
offsetof           93 arch/x86/kernel/asm-offsets_64.c 	DEFINE(pbe_address, offsetof(struct pbe, address));
offsetof           94 arch/x86/kernel/asm-offsets_64.c 	DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address));
offsetof           95 arch/x86/kernel/asm-offsets_64.c 	DEFINE(pbe_next, offsetof(struct pbe, next));
offsetof           97 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(pt_regs_ ## entry, offsetof(struct pt_regs, entry))
offsetof          117 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(saved_context_ ## entry, offsetof(struct saved_context, entry))
offsetof          125 arch/x86/kernel/asm-offsets_64.c 	DEFINE(TSS_ist, offsetof(struct tss_struct, x86_tss.ist));
offsetof          127 arch/x86/kernel/asm-offsets_64.c 	DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));
offsetof         1019 arch/x86/kernel/cpu/common.c 	t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap);
offsetof          648 arch/x86/kernel/process_64.c 	BUILD_BUG_ON(offsetof(struct x8664_pda, stack_canary) != 40);
offsetof           77 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0);
offsetof           90 arch/x86/kernel/ptrace.c 	if (offset != offsetof(struct user_regs_struct, gs))
offsetof          119 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          120 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          128 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          152 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, r15) != 0);
offsetof          164 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs):
offsetof          171 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          177 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ds):
offsetof          183 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, es):
offsetof          190 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          191 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          207 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,fs):
offsetof          221 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,gs):
offsetof          235 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,ds):
offsetof          240 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,es):
offsetof          249 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,cs):
offsetof          257 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,ss):
offsetof          317 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          318 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ds):
offsetof          319 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, es):
offsetof          320 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs):
offsetof          321 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          322 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          325 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, flags):
offsetof          335 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, orig_ax):
offsetof          339 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,fs_base):
offsetof          350 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,gs_base):
offsetof          369 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          370 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ds):
offsetof          371 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, es):
offsetof          372 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs):
offsetof          373 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          374 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          377 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, flags):
offsetof          381 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs_base): {
offsetof          396 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs_base): {
offsetof         1008 arch/x86/kernel/ptrace.c 		else if (addr >= offsetof(struct user, u_debugreg[0]) &&
offsetof         1009 arch/x86/kernel/ptrace.c 			 addr <= offsetof(struct user, u_debugreg[7])) {
offsetof         1010 arch/x86/kernel/ptrace.c 			addr -= offsetof(struct user, u_debugreg[0]);
offsetof         1025 arch/x86/kernel/ptrace.c 		else if (addr >= offsetof(struct user, u_debugreg[0]) &&
offsetof         1026 arch/x86/kernel/ptrace.c 			 addr <= offsetof(struct user, u_debugreg[7])) {
offsetof         1027 arch/x86/kernel/ptrace.c 			addr -= offsetof(struct user, u_debugreg[0]);
offsetof         1149 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.l):				\
offsetof         1153 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.rs):				\
offsetof         1155 arch/x86/kernel/ptrace.c 				       offsetof(struct user_regs_struct, rs), \
offsetof         1182 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.orig_eax):
offsetof         1190 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.eflags):
offsetof         1193 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, u_debugreg[0]) ...
offsetof         1194 arch/x86/kernel/ptrace.c 		offsetof(struct user32, u_debugreg[7]):
offsetof         1195 arch/x86/kernel/ptrace.c 		regno -= offsetof(struct user32, u_debugreg[0]);
offsetof         1215 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.l):				\
offsetof         1219 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.rs):				\
offsetof         1221 arch/x86/kernel/ptrace.c 				       offsetof(struct user_regs_struct, rs)); \
offsetof         1248 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.eflags):
offsetof         1252 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, u_debugreg[0]) ...
offsetof         1253 arch/x86/kernel/ptrace.c 		offsetof(struct user32, u_debugreg[7]):
offsetof         1254 arch/x86/kernel/ptrace.c 		regno -= offsetof(struct user32, u_debugreg[0]);
offsetof          101 arch/x86/kernel/vm86_32.c 	ret += copy_to_user(user, regs, offsetof(struct kernel_vm86_regs, pt.orig_ax));
offsetof          104 arch/x86/kernel/vm86_32.c 			    offsetof(struct kernel_vm86_regs, pt.orig_ax));
offsetof          117 arch/x86/kernel/vm86_32.c 	ret += copy_from_user(regs, user, offsetof(struct kernel_vm86_regs, pt.orig_ax));
offsetof          121 arch/x86/kernel/vm86_32.c 			      offsetof(struct kernel_vm86_regs, pt.orig_ax) +
offsetof          215 arch/x86/kernel/vm86_32.c 				       offsetof(struct kernel_vm86_struct, vm86plus) -
offsetof          266 arch/x86/kernel/vm86_32.c 				       offsetof(struct kernel_vm86_struct, regs32) -
offsetof         1831 arch/x86/kvm/svm.c 		  [vmcb]"i"(offsetof(struct vcpu_svm, vmcb_pa)),
offsetof         1832 arch/x86/kvm/svm.c 		  [rbx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RBX])),
offsetof         1833 arch/x86/kvm/svm.c 		  [rcx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RCX])),
offsetof         1834 arch/x86/kvm/svm.c 		  [rdx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RDX])),
offsetof         1835 arch/x86/kvm/svm.c 		  [rsi]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RSI])),
offsetof         1836 arch/x86/kvm/svm.c 		  [rdi]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RDI])),
offsetof         1837 arch/x86/kvm/svm.c 		  [rbp]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RBP]))
offsetof         1839 arch/x86/kvm/svm.c 		  , [r8]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R8])),
offsetof         1840 arch/x86/kvm/svm.c 		  [r9]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R9])),
offsetof         1841 arch/x86/kvm/svm.c 		  [r10]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R10])),
offsetof         1842 arch/x86/kvm/svm.c 		  [r11]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R11])),
offsetof         1843 arch/x86/kvm/svm.c 		  [r12]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R12])),
offsetof         1844 arch/x86/kvm/svm.c 		  [r13]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R13])),
offsetof         1845 arch/x86/kvm/svm.c 		  [r14]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R14])),
offsetof         1846 arch/x86/kvm/svm.c 		  [r15]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R15]))
offsetof         3035 arch/x86/kvm/vmx.c 		[launched]"i"(offsetof(struct vcpu_vmx, launched)),
offsetof         3036 arch/x86/kvm/vmx.c 		[fail]"i"(offsetof(struct vcpu_vmx, fail)),
offsetof         3037 arch/x86/kvm/vmx.c 		[rax]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RAX])),
offsetof         3038 arch/x86/kvm/vmx.c 		[rbx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RBX])),
offsetof         3039 arch/x86/kvm/vmx.c 		[rcx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RCX])),
offsetof         3040 arch/x86/kvm/vmx.c 		[rdx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RDX])),
offsetof         3041 arch/x86/kvm/vmx.c 		[rsi]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RSI])),
offsetof         3042 arch/x86/kvm/vmx.c 		[rdi]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RDI])),
offsetof         3043 arch/x86/kvm/vmx.c 		[rbp]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RBP])),
offsetof         3045 arch/x86/kvm/vmx.c 		[r8]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R8])),
offsetof         3046 arch/x86/kvm/vmx.c 		[r9]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R9])),
offsetof         3047 arch/x86/kvm/vmx.c 		[r10]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R10])),
offsetof         3048 arch/x86/kvm/vmx.c 		[r11]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R11])),
offsetof         3049 arch/x86/kvm/vmx.c 		[r12]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R12])),
offsetof         3050 arch/x86/kvm/vmx.c 		[r13]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R13])),
offsetof         3051 arch/x86/kvm/vmx.c 		[r14]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R14])),
offsetof         3052 arch/x86/kvm/vmx.c 		[r15]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R15])),
offsetof         3054 arch/x86/kvm/vmx.c 		[cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2))
offsetof           57 arch/x86/kvm/x86.c #define VM_STAT(x) offsetof(struct kvm, stat.x), KVM_STAT_VM
offsetof           58 arch/x86/kvm/x86.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
offsetof         3761 arch/x86/kvm/x86.c 	after_mxcsr_mask = offsetof(struct i387_fxsave_struct, st_space);
offsetof          691 arch/x86/math-emu/fpu_entry.c 				 offsetof(struct i387_soft_struct, st_space));
offsetof          754 arch/x86/math-emu/fpu_entry.c 				  offsetof(struct i387_soft_struct, st_space));
offsetof           32 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___eax),
offsetof           33 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ecx),
offsetof           34 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___edx),
offsetof           35 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ebx),
offsetof           36 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___esp),
offsetof           37 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ebp),
offsetof           38 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___esi),
offsetof           39 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___edi)
offsetof           45 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___cs),
offsetof           46 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___vm86_ds),
offsetof           47 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___vm86_es),
offsetof           48 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___vm86_fs),
offsetof           49 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___vm86_gs),
offsetof           50 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ss),
offsetof           51 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___vm86_ds)
offsetof           61 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___cs),
offsetof           62 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ds),
offsetof           63 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___es),
offsetof           64 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___fs),
offsetof           65 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___GS),
offsetof           66 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ss),
offsetof           67 arch/x86/math-emu/get_address.c 	offsetof(struct info, ___ds)
offsetof          104 arch/x86/vdso/vclock_gettime.c 		BUILD_BUG_ON(offsetof(struct timeval, tv_usec) !=
offsetof          105 arch/x86/vdso/vclock_gettime.c 			     offsetof(struct timespec, tv_nsec) ||
offsetof          135 fs/adfs/dir_fplus.c 	offset = offsetof(struct adfs_bigdirheader, bigdirname);
offsetof          148 fs/adfs/dir_fplus.c 	offset = offsetof(struct adfs_bigdirheader, bigdirname);
offsetof          119 fs/binfmt_aout.c 	dump.u_ar0 = offsetof(struct user, regs);
offsetof         1543 fs/binfmt_elf.c 		t = kzalloc(offsetof(struct elf_thread_core_info,
offsetof          885 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         1095 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         1580 fs/cifs/cifssmb.c 		cpu_to_le16(offsetof(struct smb_com_write_req, Data) - 4);
offsetof         1668 fs/cifs/cifssmb.c 	    cpu_to_le16(offsetof(struct smb_com_write_req, Data) - 4);
offsetof         1822 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         2045 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         2206 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         2293 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         2454 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         2538 fs/cifs/cifssmb.c 	temp_offset = offsetof(struct smb_com_ntransact_req, Parms) +
offsetof         2889 fs/cifs/cifssmb.c 		offsetof(struct smb_com_transaction2_qpi_req,
offsetof         2971 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         3040 fs/cifs/cifssmb.c 	pSMB->t2.ParameterOffset = cpu_to_le16(offsetof(struct smb_t2_qfi_req,
offsetof         3207 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction_ssec_req, Fid) - 4;
offsetof         3369 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         3469 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         3578 fs/cifs/cifssmb.c 	      offsetof(struct smb_com_transaction2_ffirst_req, SearchAttributes)
offsetof         3695 fs/cifs/cifssmb.c 	      offsetof(struct smb_com_transaction2_fnext_req,SearchHandle) - 4);
offsetof         3874 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4085 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4159 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4239 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4320 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4390 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4462 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(struct
offsetof         4523 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_setfsi_req, FileNum)
offsetof         4607 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(struct
offsetof         4706 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         4781 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         4866 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         4928 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         5003 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         5134 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         5317 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5465 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5623 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof          835 fs/compat_ioctl.c 		if (copy_in_user(o + i, r + i, offsetof(sg_req_info_t, usr_ptr)) ||
offsetof         1551 fs/compat_ioctl.c                 if (__copy_from_user(&ss, ss32, offsetof(SS32, iomem_base)))
offsetof         1567 fs/compat_ioctl.c                 if (__copy_to_user(ss32,&ss,offsetof(SS32,iomem_base)))
offsetof           48 fs/dcache.c    #define DNAME_INLINE_LEN (sizeof(struct dentry)-offsetof(struct dentry,d_iname))
offsetof          100 fs/dlm/user.c  			offsetof(struct dlm_write_request32, i.lspace.name));
offsetof          119 fs/dlm/user.c  			offsetof(struct dlm_write_request32, i.lock.name));
offsetof          415 fs/ext4/ext4.h 	((offsetof(typeof(*ext4_inode), field) +	\
offsetof         2275 fs/ext4/mballoc.c 	len = offsetof(typeof(**meta_group_info),
offsetof         1561 fs/ext4/super.c 		int offset = offsetof(struct ext4_group_desc, bg_checksum);
offsetof           83 fs/freevxfs/vxfs_dir.h #define VXFS_NAMEMIN		offsetof(struct vxfs_direct, d_name)
offsetof          183 fs/hfs/bnode.c 		hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof          194 fs/hfs/bnode.c 		hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, prev), 4);
offsetof          112 fs/hfs/brec.c  	hfs_bnode_write_u16(node, offsetof(struct hfs_bnode_desc, num_recs), node->num_recs);
offsetof          207 fs/hfs/brec.c  	hfs_bnode_write_u16(node, offsetof(struct hfs_bnode_desc, num_recs), node->num_recs);
offsetof          187 fs/hfs/btree.c 	hfs_bnode_write(prev, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof          343 fs/hfsplus/bnode.c 		hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof          354 fs/hfsplus/bnode.c 		hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, prev), 4);
offsetof           99 fs/hfsplus/brec.c 	hfs_bnode_write_u16(node, offsetof(struct hfs_bnode_desc, num_recs), node->num_recs);
offsetof          194 fs/hfsplus/brec.c 	hfs_bnode_write_u16(node, offsetof(struct hfs_bnode_desc, num_recs), node->num_recs);
offsetof          163 fs/hfsplus/btree.c 	hfs_bnode_write(prev, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof          251 fs/hfsplus/catalog.c 		off = fd.entryoffset + offsetof(struct hfsplus_cat_thread, nodeName);
offsetof          267 fs/hfsplus/catalog.c 		off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork);
offsetof          272 fs/hfsplus/catalog.c 		off = fd.entryoffset + offsetof(struct hfsplus_cat_file, rsrc_fork);
offsetof           85 fs/isofs/rock.c 	const int min_de_size = offsetof(struct rock_ridge, u);
offsetof          178 fs/isofs/rock.c 	len += offsetof(struct rock_ridge, u);
offsetof          732 fs/ncpfs/dir.c 			if (rpls < offsetof(struct nw_info_struct, entryName))
offsetof          735 fs/ncpfs/dir.c 			onerpl = offsetof(struct nw_info_struct, entryName) + entry.i.nameLen;
offsetof          355 fs/ncpfs/ncplib_kernel.c 	const int info_struct_size = offsetof(struct nw_info_struct, nameLen);
offsetof          263 fs/nfsd/nfsctl.c 		err = res->fh_size + offsetof(struct knfsd_fh, fh_base);
offsetof         1454 fs/ntfs/attrib.c 		if (new_size >= offsetof(ATTR_REC, length) + sizeof(a->length))
offsetof         1638 fs/ntfs/attrib.c 		name_ofs = (offsetof(ATTR_REC,
offsetof         1643 fs/ntfs/attrib.c 		name_ofs = (offsetof(ATTR_REC,
offsetof         1759 fs/ntfs/attrib.c 	name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) +
offsetof          171 fs/ntfs/logfile.c 	if (ra_ofs + offsetof(RESTART_AREA, file_size) >
offsetof           67 fs/ntfs/quota.c 	if (ictx->data_len < offsetof(QUOTA_CONTROL_ENTRY, sid)) {
offsetof         6616 fs/ocfs2/alloc.c 				    offsetof(struct ocfs2_dinode, id2) -
offsetof         6620 fs/ocfs2/alloc.c 				    offsetof(struct ocfs2_dinode, id2));
offsetof          728 fs/ocfs2/extent_map.c 		phys += offsetof(struct ocfs2_dinode, id2.i_data.id_data);
offsetof          382 fs/ocfs2/ocfs2_fs.h #define OCFS2_DIR_MEMBER_LEN 		offsetof(struct ocfs2_dir_entry, name)
offsetof          868 fs/ocfs2/ocfs2_fs.h 		 offsetof(struct ocfs2_dinode, id2.i_symlink);
offsetof          874 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_data.id_data);
offsetof          884 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_data.id_data) -
offsetof          888 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_data.id_data);
offsetof          896 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_list.l_recs);
offsetof          910 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_list.l_recs) -
offsetof          914 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_list.l_recs);
offsetof          924 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs);
offsetof          934 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_extent_block, h_list.l_recs);
offsetof          944 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap);
offsetof          954 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_bitmap);
offsetof          964 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_dealloc.tl_recs);
offsetof          988 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_xattr_block,
offsetof          996 fs/ocfs2/ocfs2_fs.h 	return blocksize - offsetof(struct ocfs2_dinode, id2.i_symlink);
offsetof         1001 fs/ocfs2/ocfs2_fs.h 	return blocksize - offsetof(struct ocfs2_dinode, id2.i_data.id_data);
offsetof         1009 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_list.l_recs);
offsetof         1019 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs);
offsetof         1029 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_extent_block, h_list.l_recs);
offsetof         1039 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap);
offsetof         1049 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_bitmap);
offsetof         1059 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_dealloc.tl_recs);
offsetof         1082 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_xattr_block,
offsetof          487 fs/ocfs2/stack_user.c 	WARN_ON(offsetof(struct ocfs2_control_message_down, uuid) !=
offsetof         1842 fs/ocfs2/xattr.c 	       offsetof(struct ocfs2_xattr_block, xb_attrs));
offsetof         2629 fs/ocfs2/xattr.c 	off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header);
offsetof         2647 fs/ocfs2/xattr.c 	offset = offsetof(struct ocfs2_xattr_header, xh_entries);
offsetof         2653 fs/ocfs2/xattr.c 		 offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header);
offsetof         2825 fs/ocfs2/xattr.c 	       offsetof(struct ocfs2_xattr_block, xb_attrs));
offsetof           64 fs/ocfs2/xattr.h 		 offsetof(struct ocfs2_xattr_header, xh_entries);
offsetof          478 fs/quota.c     			offsetof(struct compat_fs_quota_stat, qs_uquota)))
offsetof          498 fs/quota.c     			offsetof(struct compat_fs_quota_stat, qs_incoredqs)) ||
offsetof           46 fs/sysv/ialloc.c 		unsigned int offset = offsetof(struct xenix_super_block, s_inode[i]);
offsetof          108 fs/ubifs/ubifs-media.h #define UBIFS_KEY_OFFSET offsetof(struct ubifs_ino_node, key)
offsetof         2054 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_magicnum),
offsetof         2055 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_versionnum),
offsetof         2056 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_seqno),
offsetof         2057 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_length),
offsetof         2058 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_roots[0]),
offsetof         2059 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_levels[0]),
offsetof         2060 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_flfirst),
offsetof         2061 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_fllast),
offsetof         2062 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_flcount),
offsetof         2063 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_freeblks),
offsetof         2064 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_longest),
offsetof         2065 fs/xfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_btreeblks),
offsetof          849 fs/xfs/xfs_alloc_btree.c 		offsetof(xfs_alloc_block_t, bb_magic),
offsetof          850 fs/xfs/xfs_alloc_btree.c 		offsetof(xfs_alloc_block_t, bb_level),
offsetof          851 fs/xfs/xfs_alloc_btree.c 		offsetof(xfs_alloc_block_t, bb_numrecs),
offsetof          852 fs/xfs/xfs_alloc_btree.c 		offsetof(xfs_alloc_block_t, bb_leftsib),
offsetof          853 fs/xfs/xfs_alloc_btree.c 		offsetof(xfs_alloc_block_t, bb_rightsib),
offsetof         2132 fs/xfs/xfs_bmap_btree.c 		offsetof(xfs_bmbt_block_t, bb_magic),
offsetof         2133 fs/xfs/xfs_bmap_btree.c 		offsetof(xfs_bmbt_block_t, bb_level),
offsetof         2134 fs/xfs/xfs_bmap_btree.c 		offsetof(xfs_bmbt_block_t, bb_numrecs),
offsetof         2135 fs/xfs/xfs_bmap_btree.c 		offsetof(xfs_bmbt_block_t, bb_leftsib),
offsetof         2136 fs/xfs/xfs_bmap_btree.c 		offsetof(xfs_bmbt_block_t, bb_rightsib),
offsetof         1059 fs/xfs/xfs_dir2_block.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          128 fs/xfs/xfs_dir2_data.h 	return (int)roundup(offsetof(xfs_dir2_data_entry_t, name[0]) + (n) + \
offsetof          291 fs/xfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          718 fs/xfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          829 fs/xfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          912 fs/xfs/xfs_dir2_sf.c 	if (oldsize < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof         1002 fs/xfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof           60 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_magic),
offsetof           61 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_mode),
offsetof           62 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_version),
offsetof           63 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_format),
offsetof           64 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_onlink),
offsetof           65 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_uid),
offsetof           66 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_gid),
offsetof           67 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_nlink),
offsetof           68 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_projid),
offsetof           69 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_pad),
offsetof           70 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_atime),
offsetof           71 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_mtime),
offsetof           72 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_ctime),
offsetof           73 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_size),
offsetof           74 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_nblocks),
offsetof           75 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_extsize),
offsetof           76 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_nextents),
offsetof           77 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_anextents),
offsetof           78 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_forkoff),
offsetof           79 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_aformat),
offsetof           80 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_dmevmask),
offsetof           81 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_dmstate),
offsetof           82 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_flags),
offsetof           83 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_core_t, di_gen),
offsetof           84 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_t, di_next_unlinked),
offsetof           85 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_t, di_u),
offsetof           86 fs/xfs/xfs_ialloc.c 		offsetof(xfs_dinode_t, di_a),
offsetof           91 fs/xfs/xfs_ialloc.c 	ASSERT(offsetof(xfs_dinode_t, di_core) == 0);
offsetof         1344 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_magicnum),
offsetof         1345 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_versionnum),
offsetof         1346 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_seqno),
offsetof         1347 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_length),
offsetof         1348 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_count),
offsetof         1349 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_root),
offsetof         1350 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_level),
offsetof         1351 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_freecount),
offsetof         1352 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_newino),
offsetof         1353 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_dirino),
offsetof         1354 fs/xfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_unlinked),
offsetof          753 fs/xfs/xfs_ialloc_btree.c 		offsetof(xfs_inobt_block_t, bb_magic),
offsetof          754 fs/xfs/xfs_ialloc_btree.c 		offsetof(xfs_inobt_block_t, bb_level),
offsetof          755 fs/xfs/xfs_ialloc_btree.c 		offsetof(xfs_inobt_block_t, bb_numrecs),
offsetof          756 fs/xfs/xfs_ialloc_btree.c 		offsetof(xfs_inobt_block_t, bb_leftsib),
offsetof          757 fs/xfs/xfs_ialloc_btree.c 		offsetof(xfs_inobt_block_t, bb_rightsib),
offsetof         1848 fs/xfs/xfs_inode.c 			offsetof(xfs_dinode_t, di_next_unlinked);
offsetof         1860 fs/xfs/xfs_inode.c 	offset = offsetof(xfs_agi_t, agi_unlinked) +
offsetof         1960 fs/xfs/xfs_inode.c 				offsetof(xfs_dinode_t, di_next_unlinked);
offsetof         1974 fs/xfs/xfs_inode.c 		offset = offsetof(xfs_agi_t, agi_unlinked) +
offsetof         2023 fs/xfs/xfs_inode.c 				offsetof(xfs_dinode_t, di_next_unlinked);
offsetof         2036 fs/xfs/xfs_inode.c 		offset = last_offset + offsetof(xfs_dinode_t, di_next_unlinked);
offsetof         1806 fs/xfs/xfs_log_recover.c 			offsetof(xfs_dinode_t, di_next_unlinked);
offsetof         3151 fs/xfs/xfs_log_recover.c 	offset = offsetof(xfs_agi_t, agi_unlinked) +
offsetof           76 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_magicnum),   0 },
offsetof           77 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_blocksize),  0 },
offsetof           78 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_dblocks),    0 },
offsetof           79 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rblocks),    0 },
offsetof           80 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rextents),   0 },
offsetof           81 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_uuid),       1 },
offsetof           82 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_logstart),   0 },
offsetof           83 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rootino),    0 },
offsetof           84 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rbmino),     0 },
offsetof           85 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rsumino),    0 },
offsetof           86 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rextsize),   0 },
offsetof           87 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_agblocks),   0 },
offsetof           88 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_agcount),    0 },
offsetof           89 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rbmblocks),  0 },
offsetof           90 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_logblocks),  0 },
offsetof           91 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_versionnum), 0 },
offsetof           92 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_sectsize),   0 },
offsetof           93 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_inodesize),  0 },
offsetof           94 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_inopblock),  0 },
offsetof           95 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_fname[0]),   1 },
offsetof           96 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_blocklog),   0 },
offsetof           97 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_sectlog),    0 },
offsetof           98 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_inodelog),   0 },
offsetof           99 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_inopblog),   0 },
offsetof          100 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_agblklog),   0 },
offsetof          101 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_rextslog),   0 },
offsetof          102 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_inprogress), 0 },
offsetof          103 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_imax_pct),   0 },
offsetof          104 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_icount),     0 },
offsetof          105 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_ifree),      0 },
offsetof          106 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_fdblocks),   0 },
offsetof          107 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_frextents),  0 },
offsetof          108 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_uquotino),   0 },
offsetof          109 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_gquotino),   0 },
offsetof          110 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_qflags),     0 },
offsetof          111 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_flags),      0 },
offsetof          112 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_shared_vn),  0 },
offsetof          113 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_inoalignmt), 0 },
offsetof          114 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_unit),	 0 },
offsetof          115 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_width),	 0 },
offsetof          116 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_dirblklog),	 0 },
offsetof          117 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_logsectlog), 0 },
offsetof          118 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_logsectsize),0 },
offsetof          119 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_logsunit),	 0 },
offsetof          120 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_features2),	 0 },
offsetof          121 fs/xfs/xfs_mount.c     { offsetof(xfs_sb_t, sb_bad_features2), 0 },
offsetof          628 fs/xfs/xfs_trans.c 		xfs_trans_log_buf(tp, bp, offsetof(xfs_dsb_t, sb_icount),
offsetof          629 fs/xfs/xfs_trans.c 				  offsetof(xfs_dsb_t, sb_frextents) +
offsetof           40 include/asm-m68k/a.out-core.h 	dump->u_ar0 = offsetof(struct user, regs);
offsetof          359 include/asm-x86/paravirt.h 	(offsetof(struct paravirt_patch_template, x) / sizeof(void *))
offsetof           59 include/asm-x86/pda.h #define pda_offset(field) offsetof(struct x8664_pda, field)
offsetof          244 include/asm-x86/processor.h #define IO_BITMAP_OFFSET		offsetof(struct tss_struct, io_bitmap)
offsetof          105 include/asm-x86/system.h 	       [threadrsp] "i" (offsetof(struct task_struct, thread.sp)), \
offsetof          106 include/asm-x86/system.h 	       [ti_flags] "i" (offsetof(struct thread_info, flags)),	  \
offsetof          108 include/asm-x86/system.h 	       [thread_info] "i" (offsetof(struct task_struct, stack)),   \
offsetof          109 include/asm-x86/system.h 	       [pda_pcurrent] "i" (offsetof(struct x8664_pda, pcurrent))  \
offsetof          408 include/linux/fuse.h #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)
offsetof          652 include/linux/ieee80211.h #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
offsetof          188 include/linux/jbd2.h #define JBD2_TAG_SIZE32 (offsetof(journal_block_tag_t, t_blocknr_high))
offsetof           10 include/linux/kbuild.h 	DEFINE(sym, offsetof(struct str, mem))
offsetof          445 include/linux/kernel.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
offsetof          147 include/linux/kexec.h 			      (unsigned long)offsetof(struct name, field))
offsetof          608 include/linux/libata.h #define ATA_DEVICE_CLEAR_OFFSET		offsetof(struct ata_device, n_sectors)
offsetof          392 include/linux/netfilter/x_tables.h #define XT_TABLE_INFO_SZ (offsetof(struct xt_table_info, entries) \
offsetof         1123 include/linux/wireless.h #define IW_EV_COMPAT_LCP_LEN offsetof(struct __compat_iw_event, pointer)
offsetof         1124 include/linux/wireless.h #define IW_EV_COMPAT_POINT_OFF offsetof(struct compat_iw_point, length)
offsetof           70 include/rxrpc/packet.h #define __rxrpc_header_off(X) offsetof(struct rxrpc_header,X)
offsetof          116 kernel/audit_tree.c 	size = offsetof(struct audit_chunk, owners) + count * sizeof(struct node);
offsetof         7329 kernel/sched.c 			((unsigned long)(a) + offsetof(struct allmasks, v))
offsetof          479 kernel/trace/trace.c 		offsetof(struct trace_array_cpu, trace_head_idx));
offsetof         2588 kernel/trace/trace.c 	       offsetof(struct trace_iterator, seq));
offsetof         1488 mm/slab.c      	cache_cache.buffer_size = offsetof(struct kmem_cache, nodelists) +
offsetof         3021 mm/slub.c      	kmem_size = offsetof(struct kmem_cache, cpu_slab) +
offsetof          268 net/core/ethtool.c 	useraddr += offsetof(struct ethtool_regs, data);
offsetof          295 net/core/net-sysfs.c 			    offsetof(struct net_device_stats, name));	\
offsetof          205 net/core/skbuff.c 	memset(skb, 0, offsetof(struct sk_buff, tail));
offsetof          476 net/core/skbuff.c 	memset(skb, 0, offsetof(struct sk_buff, tail));
offsetof          473 net/ipv4/icmp.c 						 offsetof(struct icmphdr,
offsetof          770 net/ipv4/netfilter/arp_tables.c 				 + offsetof(struct arpt_entry, counters),
offsetof          779 net/ipv4/netfilter/arp_tables.c 				 + offsetof(struct arpt_entry_target,
offsetof          850 net/ipv4/netfilter/arp_tables.c 	memcpy(newinfo, info, offsetof(struct xt_table_info, entries));
offsetof          991 net/ipv4/netfilter/ip_tables.c 				 + offsetof(struct ipt_entry, counters),
offsetof         1004 net/ipv4/netfilter/ip_tables.c 					 + offsetof(struct ipt_entry_match,
offsetof         1016 net/ipv4/netfilter/ip_tables.c 				 + offsetof(struct ipt_entry_target,
offsetof         1094 net/ipv4/netfilter/ip_tables.c 	memcpy(newinfo, info, offsetof(struct xt_table_info, entries));
offsetof           40 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c 	ap = skb_header_pointer(skb, nhoff + offsetof(struct iphdr, saddr),
offsetof          173 net/ipv4/netfilter/nf_nat_helper.c 			skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          262 net/ipv4/netfilter/nf_nat_helper.c 			skb->csum_offset = offsetof(struct udphdr, check);
offsetof          132 net/ipv4/netfilter/nf_nat_pptp.c 		cid_off = offsetof(union pptp_ctrl_union, ocreq.callID);
offsetof          149 net/ipv4/netfilter/nf_nat_pptp.c 		cid_off = offsetof(union pptp_ctrl_union, icack.callID);
offsetof          152 net/ipv4/netfilter/nf_nat_pptp.c 		cid_off = offsetof(union pptp_ctrl_union, clrreq.callID);
offsetof          231 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID);
offsetof          234 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, iccon.peersCallID);
offsetof          240 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, wanerr.peersCallID);
offsetof          243 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, disc.callID);
offsetof          246 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, setlink.peersCallID);
offsetof          492 net/ipv4/tcp_ipv4.c 		skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          515 net/ipv4/tcp_ipv4.c 	skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          593 net/ipv4/tcp_ipv4.c 	arg.csumoffset = offsetof(struct tcphdr, check) / 2;
offsetof          668 net/ipv4/tcp_ipv4.c 	arg.csumoffset = offsetof(struct tcphdr, check) / 2;
offsetof          431 net/ipv4/udp.c 		skb->csum_offset = offsetof(struct udphdr, check);
offsetof           43 net/ipv4/xfrm4_input.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr);
offsetof           55 net/ipv4/xfrm4_mode_beet.c 			  offsetof(struct iphdr, protocol);
offsetof           28 net/ipv4/xfrm4_mode_transport.c 			  offsetof(struct iphdr, protocol);
offsetof           37 net/ipv4/xfrm4_mode_tunnel.c 			  offsetof(struct iphdr, protocol);
offsetof           82 net/ipv6/exthdrs_core.c 						start+offsetof(struct frag_hdr,
offsetof          152 net/ipv6/icmp.c 			ptr+offsetof(struct icmp6hdr, icmp6_type),
offsetof          690 net/ipv6/ip6_fib.c 			rt->rt6i_dst.plen, offsetof(struct rt6_info, rt6i_dst));
offsetof          728 net/ipv6/ip6_fib.c 					offsetof(struct rt6_info, rt6i_src));
offsetof          745 net/ipv6/ip6_fib.c 					offsetof(struct rt6_info, rt6i_src));
offsetof          877 net/ipv6/ip6_fib.c 			.offset = offsetof(struct rt6_info, rt6i_dst),
offsetof          882 net/ipv6/ip6_fib.c 			.offset = offsetof(struct rt6_info, rt6i_src),
offsetof          942 net/ipv6/ip6_fib.c 			   offsetof(struct rt6_info, rt6i_dst));
offsetof          949 net/ipv6/ip6_fib.c 					   offsetof(struct rt6_info, rt6i_src));
offsetof          115 net/ipv6/ip6_input.c 	IP6CB(skb)->nhoff = offsetof(struct ipv6hdr, nexthdr);
offsetof          689 net/ipv6/ndisc.c 				    offsetof(struct nd_msg, opt));
offsetof          867 net/ipv6/ndisc.c 				    offsetof(struct nd_msg, opt));
offsetof         1016 net/ipv6/netfilter/ip6_tables.c 				 + offsetof(struct ip6t_entry, counters),
offsetof         1029 net/ipv6/netfilter/ip6_tables.c 					 + offsetof(struct ip6t_entry_match,
offsetof         1041 net/ipv6/netfilter/ip6_tables.c 				 + offsetof(struct ip6t_entry_target,
offsetof         1119 net/ipv6/netfilter/ip6_tables.c 	memcpy(newinfo, info, offsetof(struct xt_table_info, entries));
offsetof         2350 net/ipv6/netfilter/ip6_tables.c 						start+offsetof(struct frag_hdr,
offsetof          113 net/ipv6/netfilter/ip6t_rt.c 					ptr + offsetof(struct rt0_hdr,
offsetof           36 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c 	ap = skb_header_pointer(skb, nhoff + offsetof(struct ipv6hdr, saddr),
offsetof          123 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c 	if (skb_copy_bits(skb, nhoff + offsetof(struct ipv6hdr, nexthdr),
offsetof          519 net/ipv6/netfilter/nf_conntrack_reasm.c 	u8 prev_nhoff = netoff + offsetof(struct ipv6hdr, nexthdr);
offsetof          316 net/ipv6/reassembly.c 					  offsetof(struct ipv6hdr, payload_len));
offsetof          917 net/ipv6/tcp_ipv6.c 		skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          940 net/ipv6/tcp_ipv6.c 	skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          640 net/ipv6/udp.c 		if (addr_len < offsetof(struct sockaddr, sa_data))
offsetof           27 net/ipv6/xfrm6_input.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct ipv6hdr, daddr);
offsetof           57 net/ipv6/xfrm6_mode_beet.c 			  offsetof(struct ipv6hdr, nexthdr);
offsetof           40 net/ipv6/xfrm6_mode_tunnel.c 			  offsetof(struct ipv6hdr, nexthdr);
offsetof         1015 net/mac80211/main.c 	BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, driver_data) +
offsetof          363 net/mac80211/scan.c 		baselen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
offsetof          366 net/mac80211/scan.c 		baselen = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof           10 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress_ipAddress, ip), NULL},
offsetof           40 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress_ip6Address, ip), NULL},
offsetof           64 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress, ipAddress), _TransportAddress_ipAddress},
offsetof           70 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress, ip6Address),
offsetof          489 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(DataApplicationCapability_application, t120),
offsetof          514 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(DataApplicationCapability, application),
offsetof          532 net/netfilter/nf_conntrack_h323_types.c 	{FNAME("data") SEQ, 0, 2, 2, DECODE | EXT, offsetof(DataType, data),
offsetof          631 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress_iPAddress, network), NULL},
offsetof          643 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress_iP6Address, network), NULL},
offsetof          667 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress, iPAddress), _UnicastAddress_iPAddress},
offsetof          671 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress, iP6Address), _UnicastAddress_iP6Address},
offsetof          700 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H245_TransportAddress, unicastAddress), _UnicastAddress},
offsetof          711 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelParameters, mediaChannel),
offsetof          716 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelParameters, mediaControlChannel),
offsetof          739 net/netfilter/nf_conntrack_h323_types.c 	 offsetof
offsetof          748 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel_forwardLogicalChannelParameters,
offsetof          751 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel_forwardLogicalChannelParameters,
offsetof          765 net/netfilter/nf_conntrack_h323_types.c 	 offsetof
offsetof          773 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel_reverseLogicalChannelParameters,
offsetof          801 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(NetworkAccessParameters_networkAddress, localAreaAddress),
offsetof          809 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(NetworkAccessParameters, networkAddress),
offsetof          820 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel, forwardLogicalChannelParameters),
offsetof          823 net/netfilter/nf_conntrack_h323_types.c 	 DECODE | EXT | OPT, offsetof(OpenLogicalChannel,
offsetof          827 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel, separateStack),
offsetof          841 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, h245Address), _TransportAddress},
offsetof          848 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, destCallSignalAddress), _TransportAddress},
offsetof          861 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, sourceCallSignalAddress), _TransportAddress},
offsetof          870 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, fastStart), _Setup_UUIE_fastStart},
offsetof          908 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(CallProceeding_UUIE, h245Address), _TransportAddress},
offsetof          915 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(CallProceeding_UUIE, fastStart),
offsetof          932 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Connect_UUIE, h245Address), _TransportAddress},
offsetof          942 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Connect_UUIE, fastStart), _Connect_UUIE_fastStart},
offsetof          968 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Alerting_UUIE, h245Address), _TransportAddress},
offsetof          975 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Alerting_UUIE, fastStart), _Alerting_UUIE_fastStart},
offsetof         1069 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, alternativeAddress), _TransportAddress},
offsetof         1074 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, reason), _FacilityReason},
offsetof         1083 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, h245Address), _TransportAddress},
offsetof         1085 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, fastStart), _Facility_UUIE_fastStart},
offsetof         1315 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Progress_UUIE, h245Address), _TransportAddress},
offsetof         1325 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Progress_UUIE, fastStart), _Progress_UUIE_fastStart},
offsetof         1333 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, setup), _Setup_UUIE},
offsetof         1335 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, callProceeding),
offsetof         1338 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, connect), _Connect_UUIE},
offsetof         1340 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, alerting), _Alerting_UUIE},
offsetof         1345 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, facility), _Facility_UUIE},
offsetof         1347 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, progress), _Progress_UUIE},
offsetof         1360 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RequestMessage, openLogicalChannel), _OpenLogicalChannel},
offsetof         1379 net/netfilter/nf_conntrack_h323_types.c 	 offsetof
offsetof         1388 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannelAck_reverseLogicalChannelParameters,
offsetof         1403 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelAckParameters, mediaChannel),
offsetof         1406 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelAckParameters, mediaControlChannel),
offsetof         1415 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannelAck_forwardMultiplexAckParameters,
offsetof         1423 net/netfilter/nf_conntrack_h323_types.c 	 DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
offsetof         1427 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannelAck, separateStack),
offsetof         1430 net/netfilter/nf_conntrack_h323_types.c 	 DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
offsetof         1446 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(ResponseMessage, openLogicalChannelAck),
offsetof         1474 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(MultimediaSystemControlMessage, request), _RequestMessage},
offsetof         1476 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(MultimediaSystemControlMessage, response),
offsetof         1491 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU, h323_message_body),
offsetof         1499 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU, h245Control), _H323_UU_PDU_h245Control},
offsetof         1512 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UserInformation, h323_uu_pdu), _H323_UU_PDU},
offsetof         1522 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(GatekeeperRequest, rasAddress), _TransportAddress},
offsetof         1547 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(GatekeeperConfirm, rasAddress), _TransportAddress},
offsetof         1583 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationRequest, callSignalAddress),
offsetof         1586 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationRequest, rasAddress),
offsetof         1596 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationRequest, timeToLive), NULL},
offsetof         1640 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationConfirm, callSignalAddress),
offsetof         1648 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationConfirm, timeToLive), NULL},
offsetof         1679 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnregistrationRequest, callSignalAddress),
offsetof         1722 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(AdmissionRequest, destCallSignalAddress),
offsetof         1729 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(AdmissionRequest, srcCallSignalAddress), _TransportAddress},
offsetof         1763 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(AdmissionConfirm, destCallSignalAddress),
offsetof         1805 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(LocationRequest, replyAddress), _TransportAddress},
offsetof         1824 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(LocationConfirm, callSignalAddress), _TransportAddress},
offsetof         1826 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(LocationConfirm, rasAddress), _TransportAddress},
offsetof         1860 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(InfoRequestResponse, rasAddress), _TransportAddress},
offsetof         1862 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(InfoRequestResponse, callSignalAddress),
offsetof         1878 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, gatekeeperRequest), _GatekeeperRequest},
offsetof         1880 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, gatekeeperConfirm), _GatekeeperConfirm},
offsetof         1883 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, registrationRequest), _RegistrationRequest},
offsetof         1885 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, registrationConfirm), _RegistrationConfirm},
offsetof         1888 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, unregistrationRequest), _UnregistrationRequest},
offsetof         1892 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, admissionRequest), _AdmissionRequest},
offsetof         1894 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, admissionConfirm), _AdmissionConfirm},
offsetof         1903 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, locationRequest), _LocationRequest},
offsetof         1905 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, locationConfirm), _LocationConfirm},
offsetof         1909 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, infoRequestResponse), _InfoRequestResponse},
offsetof          775 net/netfilter/xt_hashlimit.c 	int off = offsetof(struct compat_xt_hashlimit_info, hinfo);
offsetof          783 net/netfilter/xt_hashlimit.c 	int off = offsetof(struct compat_xt_hashlimit_info, hinfo);
offsetof          790 net/packet/af_packet.c 		if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
offsetof         1145 net/packet/af_packet.c 		msg->msg_namelen = sll->sll_halen + offsetof(struct sockaddr_ll, sll_addr);
offsetof         1241 net/packet/af_packet.c 	*uaddr_len = offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
offsetof         1403 net/packet/af_packet.c 		if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
offsetof           89 net/rxrpc/af_rxrpc.c 	len -= offsetof(struct sockaddr_rxrpc, transport);
offsetof         4351 net/sctp/socket.c 	to = optval + offsetof(struct sctp_getaddrs,addrs);
offsetof         4352 net/sctp/socket.c 	space_left = len - offsetof(struct sctp_getaddrs,addrs);
offsetof         4685 net/sctp/socket.c 	to = optval + offsetof(struct sctp_getaddrs,addrs);
offsetof         4686 net/sctp/socket.c 	space_left = len - offsetof(struct sctp_getaddrs,addrs);
offsetof          773 net/sunrpc/svcsock.c 		slen = offsetof(struct sockaddr, sa_data);
offsetof          574 net/sunrpc/xprtrdma/transport.c 				- offsetof(struct rpcrdma_req, rl_base),
offsetof         1000 net/sunrpc/xprtrdma/verbs.c 				len - offsetof(struct rpcrdma_req, rl_base),
offsetof         1022 net/sunrpc/xprtrdma/verbs.c 				len - offsetof(struct rpcrdma_rep, rr_base),
offsetof           59 net/xfrm/xfrm_input.c 		offset = offsetof(struct ip_auth_hdr, spi);
offsetof           60 net/xfrm/xfrm_input.c 		offset_seq = offsetof(struct ip_auth_hdr, seq_no);
offsetof           64 net/xfrm/xfrm_input.c 		offset = offsetof(struct ip_esp_hdr, spi);
offsetof           65 net/xfrm/xfrm_input.c 		offset_seq = offsetof(struct ip_esp_hdr, seq_no);
offsetof          340 sound/i2c/other/ak4114.c 	.private_value = offsetof(struct ak4114, parity_errors),
offsetof          348 sound/i2c/other/ak4114.c 	.private_value = offsetof(struct ak4114, v_bit_errors),
offsetof          356 sound/i2c/other/ak4114.c 	.private_value = offsetof(struct ak4114, ccrc_errors),
offsetof          364 sound/i2c/other/ak4114.c 	.private_value = offsetof(struct ak4114, qcrc_errors),
offsetof          333 sound/i2c/other/ak4117.c 	.private_value = offsetof(struct ak4117, parity_errors),
offsetof          341 sound/i2c/other/ak4117.c 	.private_value = offsetof(struct ak4117, v_bit_errors),
offsetof          349 sound/i2c/other/ak4117.c 	.private_value = offsetof(struct ak4117, ccrc_errors),
offsetof          357 sound/i2c/other/ak4117.c 	.private_value = offsetof(struct ak4117, qcrc_errors),
offsetof          912 sound/pci/echoaudio/echoaudio_dsp.c 	if (offsetof(struct comm_page, midi_output) != 0xbe0) {
offsetof         2338 sound/pci/korg1212/korg1212.c 		offsetof(struct KorgSharedBuffer, volumeData);
offsetof         2340 sound/pci/korg1212/korg1212.c 		offsetof(struct KorgSharedBuffer, routeData);
offsetof         2342 sound/pci/korg1212/korg1212.c 		offsetof(struct KorgSharedBuffer, AdatTimeCode);
offsetof          764 sound/soc/fsl/mpc5200_psc_i2s.c 	fifo = res.start + offsetof(struct mpc52xx_psc, buffer.buffer_32);
offsetof          436 sound/soc/fsl/mpc8610_hpcd.c 		offsetof(struct ccsr_ssi, stx0);
offsetof          438 sound/soc/fsl/mpc8610_hpcd.c 		offsetof(struct ccsr_ssi, srx0);