Home
last modified time | relevance | path

Searched defs:ea (Results 1 – 25 of 215) sorted by relevance

123456789

/kernel/linux/linux-6.6/fs/gfs2/
Dxattr.h13 #define GFS2_EA_REC_LEN(ea) be32_to_cpu((ea)->ea_rec_len) argument
14 #define GFS2_EA_DATA_LEN(ea) be32_to_cpu((ea)->ea_data_len) argument
16 #define GFS2_EA_SIZE(ea) \ argument
21 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) argument
22 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST) argument
27 #define GFS2_EA2NAME(ea) ((char *)((struct gfs2_ea_header *)(ea) + 1)) argument
28 #define GFS2_EA2DATA(ea) (GFS2_EA2NAME(ea) + (ea)->ea_name_len) argument
30 #define GFS2_EA2DATAPTRS(ea) \ argument
33 #define GFS2_EA2NEXT(ea) \ argument
Dxattr.c92 struct gfs2_ea_header *ea, *prev = NULL; in ea_foreach_i() local
176 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_find_i()
230 struct gfs2_ea_header *ea, in ea_dealloc_unstuffed()
325 struct gfs2_ea_header *ea, in ea_remove_unstuffed()
351 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_list_i()
453 static int gfs2_iter_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in gfs2_iter_unstuffed()
637 struct gfs2_ea_header *ea; in ea_alloc_blk() local
674 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write()
820 static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) in ea_split_ea()
840 struct gfs2_ea_header *ea = el->el_ea; in ea_set_remove_stuffed() local
[all …]
/kernel/linux/linux-5.10/fs/gfs2/
Dxattr.h13 #define GFS2_EA_REC_LEN(ea) be32_to_cpu((ea)->ea_rec_len) argument
14 #define GFS2_EA_DATA_LEN(ea) be32_to_cpu((ea)->ea_data_len) argument
16 #define GFS2_EA_SIZE(ea) \ argument
21 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) argument
22 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST) argument
27 #define GFS2_EA2NAME(ea) ((char *)((struct gfs2_ea_header *)(ea) + 1)) argument
28 #define GFS2_EA2DATA(ea) (GFS2_EA2NAME(ea) + (ea)->ea_name_len) argument
30 #define GFS2_EA2DATAPTRS(ea) \ argument
33 #define GFS2_EA2NEXT(ea) \ argument
Dxattr.c80 struct gfs2_ea_header *ea, *prev = NULL; in ea_foreach_i() local
165 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_find_i()
224 struct gfs2_ea_header *ea, in ea_dealloc_unstuffed()
318 struct gfs2_ea_header *ea, in ea_remove_unstuffed()
344 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_list_i()
439 static int gfs2_iter_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in gfs2_iter_unstuffed()
623 struct gfs2_ea_header *ea; in ea_alloc_blk() local
660 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write()
809 static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) in ea_split_ea()
829 struct gfs2_ea_header *ea = el->el_ea; in ea_set_remove_stuffed() local
[all …]
/kernel/linux/linux-6.6/arch/powerpc/lib/
Dsstep.c106 unsigned long ea, int nb) in address_ok()
127 unsigned long ea; in dform_ea() local
145 unsigned long ea; in dsform_ea() local
162 unsigned long ea; in dqform_ea() local
180 unsigned long ea; in xform_ea() local
201 unsigned long ea, d0, d1, d; in mlsd_8lsd_ea() local
301 __read_mem_aligned(unsigned long *dest, unsigned long ea, int nb, struct pt_regs *regs) in __read_mem_aligned()
330 read_mem_aligned(unsigned long *dest, unsigned long ea, int nb, struct pt_regs *regs) in read_mem_aligned()
352 static __always_inline int __copy_mem_in(u8 *dest, unsigned long ea, int nb, struct pt_regs *regs) in __copy_mem_in()
386 static nokprobe_inline int copy_mem_in(u8 *dest, unsigned long ea, int nb, struct pt_regs *regs) in copy_mem_in()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c107 unsigned long ea, int nb) in address_ok()
128 unsigned long ea; in dform_ea() local
146 unsigned long ea; in dsform_ea() local
163 unsigned long ea; in dqform_ea() local
181 unsigned long ea; in xform_ea() local
202 unsigned long ea, d0, d1, d; in mlsd_8lsd_ea() local
289 unsigned long ea, int nb, in read_mem_aligned()
322 static nokprobe_inline int copy_mem_in(u8 *dest, unsigned long ea, int nb, in copy_mem_in()
362 unsigned long ea, int nb, in read_mem_unaligned()
385 static int read_mem(unsigned long *dest, unsigned long ea, int nb, in read_mem()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dslb.c42 static inline unsigned long mk_esid_data(unsigned long ea, int ssize, in mk_esid_data()
55 static inline unsigned long mk_vsid_data(unsigned long ea, int ssize, in mk_vsid_data()
72 static void assert_slb_presence(bool present, unsigned long ea) in assert_slb_presence()
93 static inline void slb_shadow_update(unsigned long ea, int ssize, in slb_shadow_update()
114 static inline void create_shadowed_slbe(unsigned long ea, int ssize, in create_shadowed_slbe()
321 static bool preload_add(struct thread_info *ti, unsigned long ea) in preload_add()
545 unsigned long ea; in switch_slb() local
695 static long slb_insert_entry(unsigned long ea, unsigned long context, in slb_insert_entry()
761 static long slb_allocate_kernel(unsigned long ea, unsigned long id) in slb_allocate_kernel()
810 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea) in slb_allocate_user()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
Dslb.c45 static void assert_slb_presence(bool present, unsigned long ea) in assert_slb_presence()
66 static inline void slb_shadow_update(unsigned long ea, int ssize, in slb_shadow_update()
87 static inline void create_shadowed_slbe(unsigned long ea, int ssize, in create_shadowed_slbe()
297 static bool preload_add(struct thread_info *ti, unsigned long ea) in preload_add()
521 unsigned long ea; in switch_slb() local
671 static long slb_insert_entry(unsigned long ea, unsigned long context, in slb_insert_entry()
737 static long slb_allocate_kernel(unsigned long ea, unsigned long id) in slb_allocate_kernel()
786 static long slb_allocate_user(struct mm_struct *mm, unsigned long ea) in slb_allocate_user()
819 unsigned long ea = regs->dar; in DEFINE_INTERRUPT_HANDLER_RAW() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dpte-walk.h10 static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea, in find_linux_pte()
29 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift) in find_init_mm_pte()
38 static inline pte_t *find_current_mm_pte(pgd_t *pgdir, unsigned long ea, in find_current_mm_pte()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c14 static bool ea_user_range_overlaps(unsigned long ea, int size, in ea_user_range_overlaps()
31 static bool ea_hw_range_overlaps(unsigned long ea, int size, in ea_hw_range_overlaps()
84 unsigned long ea, int type, int size, in wp_check_constraints()
140 int *type, int *size, unsigned long *ea) in wp_get_instr_detail()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c14 static bool ea_user_range_overlaps(unsigned long ea, int size, in ea_user_range_overlaps()
31 static bool ea_hw_range_overlaps(unsigned long ea, int size, in ea_hw_range_overlaps()
84 unsigned long ea, int type, int size, in wp_check_constraints()
131 int *type, int *size, unsigned long *ea) in wp_get_instr_detail()
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dfault.c85 u64 ea) in cxl_fault_segment()
113 struct mm_struct *mm, u64 ea) in cxl_handle_segment_miss()
283 static void cxl_prefault_one(struct cxl_context *ctx, u64 ea) in cxl_prefault_one()
299 static u64 next_segment(u64 ea, u64 vsid) in next_segment()
311 u64 ea, last_esid = 0; in cxl_prefault_vma() local
/kernel/linux/linux-5.10/fs/jfs/
Djfs_xattr.h25 struct jfs_ea ea[]; /* Variable length list */ member
35 #define EA_SIZE(ea) \ argument
38 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea)))) argument
Dxattr.c95 static inline int name_size(struct jfs_ea *ea) in name_size()
103 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name()
144 int size, dxd_t * ea) in ea_write_inline()
202 dxd_t * ea) in ea_write()
659 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local
798 struct jfs_ea *ea; in __jfs_getxattr() local
848 static inline int can_list(struct jfs_ea *ea) in can_list()
862 struct jfs_ea *ea; in jfs_listxattr() local
/kernel/linux/linux-6.6/fs/jfs/
Djfs_xattr.h25 struct jfs_ea ea[]; /* Variable length list */ member
35 #define EA_SIZE(ea) \ argument
38 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea)))) argument
Dxattr.c95 static inline int name_size(struct jfs_ea *ea) in name_size()
103 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name()
144 int size, dxd_t * ea) in ea_write_inline()
202 dxd_t * ea) in ea_write()
668 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local
807 struct jfs_ea *ea, *ealist_end; in __jfs_getxattr() local
865 static inline int can_list(struct jfs_ea *ea) in can_list()
879 struct jfs_ea *ea, *ealist_end; in jfs_listxattr() local
/kernel/linux/linux-6.6/fs/hpfs/
Dea.c20 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() local
81 struct extended_attribute *ea; in hpfs_read_ea() local
136 struct extended_attribute *ea; in hpfs_get_ea() local
199 struct extended_attribute *ea; in hpfs_set_ea() local
/kernel/linux/linux-6.6/drivers/misc/cxl/
Dfault.c85 u64 ea) in cxl_fault_segment()
113 struct mm_struct *mm, u64 ea) in cxl_handle_segment_miss()
283 static u64 next_segment(u64 ea, u64 vsid) in next_segment()
295 u64 ea, last_esid = 0; in cxl_prefault_vma() local
/kernel/linux/linux-5.10/fs/hpfs/
Dea.c20 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() local
81 struct extended_attribute *ea; in hpfs_read_ea() local
136 struct extended_attribute *ea; in hpfs_get_ea() local
199 struct extended_attribute *ea; in hpfs_set_ea() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
Dfault.c24 unsigned long ea, int type) in spufs_handle_event()
88 u64 ea, dsisr, access; in spufs_handle_class1() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dfault.c24 unsigned long ea, int type) in spufs_handle_event()
88 u64 ea, dsisr, access; in spufs_handle_class1() local
/kernel/linux/linux-6.6/fs/ntfs3/
Dxattr.c24 static inline size_t unpacked_ea_size(const struct EA_FULL *ea) in unpacked_ea_size()
33 static inline size_t packed_ea_size(const struct EA_FULL *ea) in packed_ea_size()
55 const struct EA_FULL *ea = Add2Ptr(ea_all, *off); in find_ea() local
73 static int ntfs_read_ea(struct ntfs_inode *ni, struct EA_FULL **ea, in ntfs_read_ea()
198 const struct EA_FULL *ea; in ntfs_list_ea() local
256 const struct EA_FULL *ea; in ntfs_get_ea() local
361 struct EA_FULL *ea; in ntfs_set_ea() local
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dpte-walk.h10 static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea, in find_linux_pte()
29 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift) in find_init_mm_pte()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dcopro_fault.c23 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, in copro_handle_mm_fault()
85 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) in copro_calculate_slb()
/kernel/linux/linux-6.6/arch/powerpc/mm/
Dcopro_fault.c23 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, in copro_handle_mm_fault()
83 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) in copro_calculate_slb()

123456789