Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 68) sorted by relevance

123

/linux/arch/arm64/mm/
A Dextable.c17 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup()
22 static bool ex_handler_fixup(const struct exception_table_entry *ex, in ex_handler_fixup()
29 static bool ex_handler_uaccess_err_zero(const struct exception_table_entry *ex, in ex_handler_uaccess_err_zero()
43 ex_handler_load_unaligned_zeropad(const struct exception_table_entry *ex, in ex_handler_load_unaligned_zeropad()
71 const struct exception_table_entry *ex; in fixup_exception() local
/linux/security/
A Ddevice_cgroup.c63 struct dev_exception_item *ex, *tmp, *new; in dev_exceptions_copy() local
88 struct dev_exception_item *ex) in dev_exception_add()
120 struct dev_exception_item *ex) in dev_exception_rm()
144 struct dev_exception_item *ex, *tmp; in __dev_exception_clean() local
272 struct dev_exception_item *ex; in devcgroup_seq_show() local
318 struct dev_exception_item *ex; in match_exception() local
355 struct dev_exception_item *ex; in match_exception_partial() local
451 struct dev_exception_item *ex) in parent_has_perm()
472 struct dev_exception_item *ex) in parent_allows_removal()
519 struct dev_exception_item *ex; in revalidate_active_exceptions() local
[all …]
/linux/drivers/scsi/libsas/
A Dsas_expander.c203 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy() local
392 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover() local
429 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover() local
619 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_phy() local
628 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_port() local
1018 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_dev() local
1115 struct expander_device *ex = &dev->ex_dev; in sas_find_sub_addr() local
1138 struct expander_device *ex = &dev->ex_dev; in sas_check_level_subtractive_boundary() local
1176 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_devices() local
1622 struct sas_expander_device *ex = in sas_ex_level_discovery() local
[all …]
/linux/include/linux/
A Delf.h13 # define elf_read_implies_exec(ex, have_pt_gnu_stack) 0 argument
16 #define SET_PERSONALITY(ex) \ argument
21 #define SET_PERSONALITY2(ex, state) \ argument
31 #define ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
/linux/fs/ext4/
A Dextents.c197 struct ext4_extent *ex; in ext4_ext_find_goal() local
667 struct ext4_extent *ex; in ext4_ext_show_leaf() local
690 struct ext4_extent *ex; in ext4_ext_show_move() local
1150 struct ext4_extent *ex; in ext4_ext_split() local
1467 struct ext4_extent *ex; in ext4_ext_search_left() local
1535 struct ext4_extent *ex; in ext4_ext_search_right() local
1703 struct ext4_extent *ex; in ext4_ext_correct_indexes() local
2245 struct ext4_extent *ex; in ext4_ext_determine_hole() local
2600 struct ext4_extent *ex; in ext4_ext_rm_leaf() local
3331 struct ext4_extent *ex; in ext4_split_extent() local
[all …]
A Dext4_extents.h226 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex) in ext4_ext_pblock()
253 static inline void ext4_ext_store_pblock(struct ext4_extent *ex, in ext4_ext_store_pblock()
/linux/tools/build/tests/ex/
A DMakefile7 ex: target
11 ex: ex-in.o libex-in.o target
/linux/fs/hpfs/
A Dea.c19 char ex[4 + 255 + 1 + 8]; in hpfs_ea_ext_remove() local
80 char ex[4 + 255 + 1 + 8]; in hpfs_read_ea() local
155 char ex[4 + 255 + 1 + 8]; in hpfs_get_ea() local
216 char ex[4 + 255 + 1 + 8]; in hpfs_set_ea() local
/linux/net/ceph/
A Dstriper.c59 struct ceph_object_extent *ex = in lookup_last() local
77 struct ceph_object_extent *ex; in lookup_containing() local
117 struct ceph_object_extent *last_ex, *ex; in ceph_file_to_extents() local
180 struct ceph_object_extent *ex; in ceph_iterate_extents() local
/linux/arch/powerpc/include/asm/
A Delf.h83 # define SET_PERSONALITY(ex) \ argument
104 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \ argument
107 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT) argument
/linux/arch/x86/include/asm/
A Delf.h190 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
194 #define COMPAT_SET_PERSONALITY(ex) \ argument
278 #define SET_PERSONALITY(ex) set_personality_64bit() argument
304 #define elf_read_implies_exec(ex, executable_stack) \ argument
391 #define COMPAT_ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
/linux/arch/mips/include/asm/
A Delf.h329 #define SET_PERSONALITY2(ex, state) \ argument
360 #define __SET_PERSONALITY32_O32(ex, state) \ argument
372 #define __SET_PERSONALITY32_O32(ex, state) \ argument
377 #define __SET_PERSONALITY32(ex, state) \ argument
386 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument
389 #define SET_PERSONALITY2(ex, state) \ argument
517 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
/linux/fs/
A Dcompat_binfmt_elf.c104 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
114 #define COMPAT_ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
A Dbinfmt_aout.c120 struct exec ex; in load_aout_binary() local
260 struct exec ex; in load_aout_library() local
/linux/arch/x86/ia32/
A Dia32_aout.c108 struct exec ex; in load_aout_binary() local
247 struct exec ex; in load_aout_library() local
/linux/arch/x86/kvm/vmx/
A Dsgx.c75 struct x86_exception ex; in sgx_gva_to_gpa() local
105 struct x86_exception ex; in sgx_inject_fault() local
214 struct x86_exception ex; in handle_encls_ecreate() local
/linux/arch/arm64/include/asm/
A Delf.h120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument
161 #define SET_PERSONALITY(ex) \ argument
224 #define COMPAT_SET_PERSONALITY(ex) \ argument
A Dextable.h50 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf()
/linux/arch/microblaze/include/asm/
A Delf.h24 #define SET_PERSONALITY(ex) \ argument
/linux/fs/ocfs2/
A Ddlmglue.c1701 int ex, in ocfs2_create_new_lock()
2425 int ex, in ocfs2_inode_lock_full_nested()
2546 int ex, in ocfs2_inode_lock_with_page()
2615 int ex) in ocfs2_inode_unlock()
2673 int ex, in ocfs2_inode_lock_tracker()
2729 int ex, in ocfs2_inode_unlock_tracker()
2789 int ex) in ocfs2_super_lock()
2828 int ex) in ocfs2_super_unlock()
2863 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex) in ocfs2_nfs_sync_lock()
2970 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock()
[all …]
A Dquota_global.c298 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_lock_global_qf()
321 void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_unlock_global_qf()
794 int ex = 0; in ocfs2_acquire_dquot() local
/linux/include/math-emu/
A Dsoft-fp.h123 #define FP_SET_EXCEPTION(ex) \ argument
126 #define FP_UNSET_EXCEPTION(ex) \ argument
/linux/tools/testing/selftests/x86/
A Dtest_FISTTP.c23 int ex; in test() local
/linux/arch/arm/include/asm/
A Delf.h117 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
138 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
/linux/include/linux/ceph/
A Dstriper.h21 static inline void ceph_object_extent_init(struct ceph_object_extent *ex) in ceph_object_extent_init()

Completed in 51 milliseconds

123