/linux-4.4.14/fs/gfs2/ |
D | xattr.h | 16 #define GFS2_EA_REC_LEN(ea) be32_to_cpu((ea)->ea_rec_len) argument 17 #define GFS2_EA_DATA_LEN(ea) be32_to_cpu((ea)->ea_data_len) argument 19 #define GFS2_EA_SIZE(ea) \ argument 24 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) argument 25 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST) argument 30 #define GFS2_EA2NAME(ea) ((char *)((struct gfs2_ea_header *)(ea) + 1)) argument 31 #define GFS2_EA2DATA(ea) (GFS2_EA2NAME(ea) + (ea)->ea_name_len) argument 33 #define GFS2_EA2DATAPTRS(ea) \ argument 36 #define GFS2_EA2NEXT(ea) \ argument
|
D | xattr.c | 82 struct gfs2_ea_header *ea, *prev = NULL; in ea_foreach_i() local 167 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_find_i() 226 struct gfs2_ea_header *ea, in ea_dealloc_unstuffed() 326 struct gfs2_ea_header *ea, in ea_remove_unstuffed() 351 static inline unsigned int gfs2_ea_strlen(struct gfs2_ea_header *ea) in gfs2_ea_strlen() 366 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_list_i() 462 static int gfs2_iter_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in gfs2_iter_unstuffed() 625 struct gfs2_ea_header *ea; in ea_alloc_blk() local 662 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write() 817 static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) in ea_split_ea() [all …]
|
D | inode.c | 441 struct gfs2_ea_header *ea; in gfs2_init_xattr() local
|
/linux-4.4.14/arch/powerpc/lib/ |
D | sstep.c | 84 static long __kprobes address_ok(struct pt_regs *regs, unsigned long ea, int nb) in address_ok() 97 unsigned long ea; in dform_ea() local 114 unsigned long ea; in dsform_ea() local 132 unsigned long ea; in xform_ea() local 172 static int __kprobes read_mem_aligned(unsigned long *dest, unsigned long ea, in read_mem_aligned() 199 static int __kprobes read_mem_unaligned(unsigned long *dest, unsigned long ea, in read_mem_unaligned() 250 static int __kprobes read_mem(unsigned long *dest, unsigned long ea, int nb, in read_mem() 260 static int __kprobes write_mem_aligned(unsigned long val, unsigned long ea, in write_mem_aligned() 284 static int __kprobes write_mem_unaligned(unsigned long val, unsigned long ea, in write_mem_unaligned() 327 static int __kprobes write_mem(unsigned long val, unsigned long ea, int nb, in write_mem() [all …]
|
/linux-4.4.14/arch/powerpc/mm/ |
D | slb.c | 37 static void slb_allocate(unsigned long ea) in slb_allocate() 48 static inline unsigned long mk_esid_data(unsigned long ea, int ssize, in mk_esid_data() 54 static inline unsigned long mk_vsid_data(unsigned long ea, int ssize, in mk_vsid_data() 61 static inline void slb_shadow_update(unsigned long ea, int ssize, in slb_shadow_update() 82 static inline void create_shadowed_slbe(unsigned long ea, int ssize, in create_shadowed_slbe()
|
D | copro_fault.c | 36 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, in copro_handle_mm_fault() 101 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) in copro_calculate_slb()
|
D | hugetlbpage-book3e.c | 54 static inline int book3e_tlb_exists(unsigned long ea, unsigned long pid) in book3e_tlb_exists() 78 void book3e_hugetlb_preload(struct vm_area_struct *vma, unsigned long ea, in book3e_hugetlb_preload()
|
D | hash_utils_64.c | 923 static int subpage_protection(struct mm_struct *mm, unsigned long ea) in subpage_protection() 953 static inline int subpage_protection(struct mm_struct *mm, unsigned long ea) in subpage_protection() 959 void hash_failure_debug(unsigned long ea, unsigned long access, in hash_failure_debug() 971 static void check_paca_psize(unsigned long ea, struct mm_struct *mm, in check_paca_psize() 993 int hash_page_mm(struct mm_struct *mm, unsigned long ea, in hash_page_mm() 1190 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page() 1206 void hash_preload(struct mm_struct *mm, unsigned long ea, in hash_preload()
|
D | hugetlbpage-hash64.c | 21 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_huge()
|
D | hugepage-hash64.c | 21 int __hash_page_thp(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_thp()
|
D | pgtable_64.c | 91 int map_kernel_page(unsigned long ea, unsigned long pa, int flags) in map_kernel_page() 161 void __iomem * __ioremap_at(phys_addr_t pa, void *ea, unsigned long size, in __ioremap_at() 195 void __iounmap_at(void *ea, unsigned long size) in __iounmap_at()
|
D | ppc_mmu_32.c | 165 void hash_preload(struct mm_struct *mm, unsigned long ea, in hash_preload()
|
D | hash_native_64.c | 370 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in native_hpte_updateboltedpp()
|
D | hugetlbpage.c | 978 pte_t *__find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, in __find_linux_pte_or_hugepte()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | fault.c | 88 u64 ea) in cxl_fault_segment() 116 struct mm_struct *mm, u64 ea) in cxl_handle_segment_miss() 226 static void cxl_prefault_one(struct cxl_context *ctx, u64 ea) in cxl_prefault_one() 250 static u64 next_segment(u64 ea, u64 vsid) in next_segment() 262 u64 ea, last_esid = 0; in cxl_prefault_vma() local
|
/linux-4.4.14/fs/jfs/ |
D | xattr.c | 105 static int is_os2_xattr(struct jfs_ea *ea) in is_os2_xattr() 110 static inline int name_size(struct jfs_ea *ea) in name_size() 118 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name() 159 int size, dxd_t * ea) in ea_write_inline() 217 dxd_t * ea) in ea_write() 701 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local 889 struct jfs_ea *ea; in __jfs_getxattr() local 970 static inline int can_list(struct jfs_ea *ea) in can_list() 984 struct jfs_ea *ea; in jfs_listxattr() local
|
D | jfs_xattr.h | 36 struct jfs_ea ea[0]; /* Variable length list */ member 46 #define EA_SIZE(ea) \ argument 49 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea)))) argument
|
D | namei.c | 51 dxd_t *ea = &JFS_IP(inode)->ea; in free_ea_wmap() local
|
D | jfs_incore.h | 45 dxd_t ea; /* dxd describing ea */ member
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 37 unsigned long ea, int type) in spufs_handle_event() 112 u64 ea, dsisr, access; in spufs_handle_class1() local
|
D | spufs.h | 178 uint64_t ea; /* effective address */ member
|
D | switch.c | 778 static inline int send_mfc_dma(struct spu *spu, unsigned long ea, in send_mfc_dma()
|
/linux-4.4.14/fs/hpfs/ |
D | ea.c | 19 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() local 80 struct extended_attribute *ea; in hpfs_read_ea() local 135 struct extended_attribute *ea; in hpfs_get_ea() local 198 struct extended_attribute *ea; in hpfs_set_ea() local
|
D | hpfs_fn.h | 145 static unsigned ea_valuelen(struct extended_attribute *ea) in ea_valuelen() 150 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea() 155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec() 160 static inline secno ea_len(struct extended_attribute *ea) in ea_len() 165 static inline char *ea_data(struct extended_attribute *ea) in ea_data()
|
D | inode.c | 49 void *ea; in hpfs_read_inode() local 152 __le32 ea; in hpfs_write_inode_ea() local
|
D | map.c | 171 struct extended_attribute *ea; in hpfs_map_fnode() local
|
D | anode.c | 484 struct extended_attribute *ea; in hpfs_remove_fnode() local
|
D | hpfs.h | 469 u8 ea[316]; /* zero or more EA's, packed together member 545 static inline bool ea_indirect(struct extended_attribute *ea) in ea_indirect() 550 static inline bool ea_in_anode(struct extended_attribute *ea) in ea_in_anode()
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | stfiwx.c | 6 stfiwx(u32 *frS, void *ea) in stfiwx()
|
D | lfd.c | 9 lfd(void *frD, void *ea) in lfd()
|
D | stfd.c | 6 stfd(void *frS, void *ea) in stfd()
|
D | stfs.c | 11 stfs(void *frS, void *ea) in stfs()
|
D | lfs.c | 11 lfs(void *frD, void *ea) in lfs()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_base.c | 164 static int __spu_trap_data_seg(struct spu *spu, unsigned long ea) in __spu_trap_data_seg() 186 static int __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr) in __spu_trap_data_map() 222 unsigned long ea = (unsigned long)addr; in __spu_kernel_slb() local 242 unsigned long ea = (unsigned long)new_addr; in __slb_present() local
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | traps.c | 173 unsigned long ea, unsigned long vector) in nommu_dump_state() 276 void unhandled_exception(struct pt_regs *regs, int ea, int vector) in unhandled_exception()
|
/linux-4.4.14/fs/udf/ |
D | misc.c | 50 uint8_t *ea = NULL, *ad = NULL; in udf_add_extendedattr() local 154 uint8_t *ea = NULL; in udf_get_extendedattr() local
|
D | namei.c | 904 uint8_t *ea; in udf_symlink() local
|
/linux-4.4.14/arch/mips/sgi-ip32/ |
D | ip32-setup.c | 49 static inline void str2eaddr(unsigned char *ea, unsigned char *str) in str2eaddr()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_mmu.c | 248 int kvmppc_e500_emul_tlbivax(struct kvm_vcpu *vcpu, gva_t ea) in kvmppc_e500_emul_tlbivax() 296 gva_t ea) in tlbilx_one() 310 int kvmppc_e500_emul_tlbilx(struct kvm_vcpu *vcpu, int type, gva_t ea) in kvmppc_e500_emul_tlbilx() 344 int kvmppc_e500_emul_tlbsx(struct kvm_vcpu *vcpu, gva_t ea) in kvmppc_e500_emul_tlbsx()
|
D | book3s_32_mmu.c | 353 static void kvmppc_mmu_book3s_32_tlbie(struct kvm_vcpu *vcpu, ulong ea, bool large) in kvmppc_mmu_book3s_32_tlbie() 366 ulong ea = esid << SID_SHIFT; in kvmppc_mmu_book3s_32_esid_to_vsid() local
|
D | book3s_64_mmu.c | 454 static void kvmppc_mmu_book3s_64_slbie(struct kvm_vcpu *vcpu, u64 ea) in kvmppc_mmu_book3s_64_slbie() 580 ulong ea = esid << SID_SHIFT; in kvmppc_mmu_book3s_64_esid_to_vsid() local
|
D | e500_emulate.c | 138 gva_t ea; in kvmppc_core_emulate_op_e500() local
|
D | book3s_64_mmu_host.c | 355 void kvmppc_mmu_flush_segment(struct kvm_vcpu *vcpu, ulong ea, ulong seg_size) in kvmppc_mmu_flush_segment()
|
D | book3s_64_mmu_hv.c | 300 unsigned long ea) in kvmppc_mmu_get_real_addr() 392 unsigned long gpa, gva_t ea, int is_store) in kvmppc_hv_emulate_mmio() 437 unsigned long ea, unsigned long dsisr) in kvmppc_book3s_hv_page_fault()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | prom.c | 92 static inline void str2eaddr(unsigned char *ea, unsigned char *str) in str2eaddr()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mmu-hash64.h | 288 static inline unsigned long hpt_vpn(unsigned long ea, in hpt_vpn() 345 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp() 575 static inline unsigned long get_vsid(unsigned long context, unsigned long ea, in get_vsid() 600 static inline unsigned long get_kernel_vsid(unsigned long ea, int ssize) in get_kernel_vsid()
|
D | sstep.h | 82 unsigned long ea; member
|
D | pgtable.h | 263 static inline pte_t *find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, in find_linux_pte_or_hugepte()
|
D | pci-bridge.h | 272 unsigned long ea = (unsigned long)address; in isa_vaddr_is_ioport() local
|
D | kvm_ppc.h | 667 ulong ea; in kvmppc_get_ea_indexed() local
|
D | pgtable-ppc64.h | 77 #define REGION_ID(ea) (((unsigned long)(ea)) >> REGION_SHIFT) argument
|
/linux-4.4.14/drivers/base/ |
D | core.c | 152 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_store_ulong() local 167 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_ulong() local 176 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_store_int() local 191 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_int() local 200 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_store_bool() local 212 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_bool() local
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-smq.c | 678 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() 705 static struct entry *alloc_entry(struct entry_alloc *ea) in alloc_entry() 722 static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned i) in alloc_particular_entry() 735 static void free_entry(struct entry_alloc *ea, struct entry *e) in free_entry() 745 static bool allocator_empty(struct entry_alloc *ea) in allocator_empty() 750 static unsigned get_index(struct entry_alloc *ea, struct entry *e) in get_index() 755 static struct entry *get_entry(struct entry_alloc *ea, unsigned index) in get_entry() 835 static struct entry *get_sentinel(struct entry_alloc *ea, unsigned level, bool which) in get_sentinel()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | scb.h | 69 u8 ea[ETH_ALEN]; /* station address */ member
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | htab.c | 159 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in ps3_hpte_updateboltedpp()
|
/linux-4.4.14/arch/sh/mm/ |
D | cache-sh4.c | 323 unsigned long a, ea, p; in __flush_cache_one() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil_types.h | 191 u8 ea[ETH_ALEN]; /* Station address */ member 427 u8 ea[ETH_ALEN]; /* per station */ member 449 u8 ea[ETH_ALEN]; /* per station */ member 455 u8 ea[ETH_ALEN]; member 471 u8 ea[ETH_ALEN]; /* Station address */ member
|
D | fwsignal.c | 393 u8 ea[ETH_ALEN]; member 741 brcmf_fws_macdesc_lookup(struct brcmf_fws_info *fws, u8 *ea) in brcmf_fws_macdesc_lookup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 104 void *ea, int ealen, void *ea2, int ea2len, in mdc_setattr()
|
D | mdc_lib.c | 306 void *ea, int ealen, void *ea2, int ea2len) in mdc_setattr_pack()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | ptrace.h | 44 unsigned long ea; /* Exception return address (pc) */ member
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lpar.c | 362 unsigned long ea, in pSeries_lpar_hpte_updateboltedpp() 498 static void pSeries_lpar_hpte_removebolted(unsigned long ea, in pSeries_lpar_hpte_removebolted()
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 86 int str2eaddr(unsigned char *ea, unsigned char *str) in str2eaddr()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_flow_table.c | 709 struct mlx5e_eth_addr_db *ea = &priv->eth_addr; in mlx5e_set_rx_mode_work() local
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 407 uint64_t ea = get_mce_fault_addr(evt); in opal_recover_mce() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 694 struct obdo *obdo, struct lov_stripe_md **ea, in obd_create() 707 struct obdo *obdo, struct lov_stripe_md *ea, in obd_destroy() 1540 void *ea, int ealen, void *ea2, int ea2len, in md_setattr()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 435 struct lov_stripe_md **ea, struct obd_trans_info *oti) in osc_real_create() 693 struct obdo *oa, struct lov_stripe_md **ea, in osc_create() 727 struct obdo *oa, struct lov_stripe_md *ea, in osc_destroy()
|
/linux-4.4.14/net/appletalk/ |
D | aarp.c | 722 struct elapaarp *ea = aarp_hdr(skb); in aarp_rcv() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 968 struct lov_stripe_md **ea, struct obd_trans_info *oti) in lov_recreate() 1022 struct obdo *src_oa, struct lov_stripe_md **ea, in lov_create()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 92 struct dev_ext_attribute *ea = in pt_cap_show() local
|
/linux-4.4.14/arch/s390/include/asm/ |
D | etr.h | 17 unsigned int ea : 1; /* ETR alert control */ member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 240 ulong ea; member
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 5402 struct event_format * const * ea = a; in events_id_cmp() local 5416 struct event_format * const * ea = a; in events_name_cmp() local 5433 struct event_format * const * ea = a; in events_system_cmp() local
|
D | parse-filter.c | 106 const struct filter_type *ea = a; in filter_cmp() local
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | bmac.c | 1185 bmac_get_station_address(struct net_device *dev, unsigned char *ea) in bmac_get_station_address()
|
/linux-4.4.14/drivers/atm/ |
D | firestream.h | 457 struct FS_QENTRY *sa, *ea; member
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 935 netio_ipp_address_t ea = { in tile_net_open_aux() local
|
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 226 struct dev_ext_attribute *ea = container_of(attr, in arm_ccn_pmu_format_show() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1988 void *ea, int ealen, void *ea2, int ea2len, in lmv_setattr()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 1855 unsigned int dev_addr, cnt, rnd_addr, range1, range2, last_ea = 0, ea; in mmc_test_rnd_perf() local
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 2396 int ea; in pci_ea_init() local
|
/linux-4.4.14/fs/ntfs/ |
D | layout.h | 1089 } __attribute__ ((__packed__)) ea; member
|