/linux/security/ |
H A D | device_cgroup.c | 64 struct dev_exception_item *ex, *tmp, *new; in dev_exceptions_copy() local 87 struct dev_exception_item *ex, *tmp; in dev_exceptions_move() local 100 struct dev_exception_item *ex) in dev_exception_add() 132 struct dev_exception_item *ex) in dev_exception_rm() 156 struct dev_exception_item *ex, *tmp; in __dev_exception_clean() local 284 struct dev_exception_item *ex; in devcgroup_seq_show() local 330 struct dev_exception_item *ex; in match_exception() local 367 struct dev_exception_item *ex; in match_exception_partial() local 463 struct dev_exception_item *ex) in parent_has_perm() 484 struct dev_exception_item *ex) in parent_allows_removal() [all …]
|
/linux/arch/riscv/mm/ |
H A D | extable.c | 18 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup() 23 static bool ex_handler_fixup(const struct exception_table_entry *ex, in ex_handler_fixup() 48 static bool ex_handler_uaccess_err_zero(const struct exception_table_entry *ex, in ex_handler_uaccess_err_zero() 62 ex_handler_load_unaligned_zeropad(const struct exception_table_entry *ex, in ex_handler_load_unaligned_zeropad() 84 const struct exception_table_entry *ex; in fixup_exception() local
|
/linux/arch/loongarch/mm/ |
H A D | extable.c | 12 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup() 24 static bool ex_handler_fixup(const struct exception_table_entry *ex, in ex_handler_fixup() 32 static bool ex_handler_uaccess_err_zero(const struct exception_table_entry *ex, in ex_handler_uaccess_err_zero() 47 const struct exception_table_entry *ex; in fixup_exception() local
|
/linux/drivers/scsi/libsas/ |
H A D | sas_expander.c | 38 struct expander_device *ex = &dev->ex_dev; in sas_ex_add_parent_port() local 208 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy() local 396 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover() local 433 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover() local 618 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_phy() local 627 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_port() local 970 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_dev() local 1065 struct expander_device *ex = &dev->ex_dev; in sas_find_sub_addr() local 1088 struct expander_device *ex = &dev->ex_dev; in sas_check_level_subtractive_boundary() local 1126 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_devices() local [all …]
|
/linux/include/linux/ |
H A D | elf.h | 13 # 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/net/ceph/ |
H A D | striper.c | 59 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/fs/hpfs/ |
H A D | ea.c | 19 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/tools/build/tests/ex/ |
H A D | Makefile | 7 ex: target 11 ex: ex-in.o libex-in.o target
|
/linux/arch/x86/include/asm/ |
H A D | elf.h | 173 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument 177 #define COMPAT_SET_PERSONALITY(ex) \ argument 260 #define SET_PERSONALITY(ex) set_personality_64bit() argument 286 #define elf_read_implies_exec(ex, executable_stack) \ argument 373 #define COMPAT_ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
|
/linux/arch/powerpc/include/asm/ |
H A D | elf.h | 83 # 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/mips/include/asm/ |
H A D | elf.h | 329 #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/ocfs2/ |
H A D | dlmglue.c | 1702 int ex, in ocfs2_create_new_lock() 1974 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock() 2428 int ex, in ocfs2_inode_lock_full_nested() 2548 struct buffer_head **ret_bh, int ex, struct folio *folio) in ocfs2_inode_lock_with_folio() 2616 int ex) in ocfs2_inode_unlock() 2674 int ex, in ocfs2_inode_lock_tracker() 2730 int ex, in ocfs2_inode_unlock_tracker() 2790 int ex) in ocfs2_super_lock() 2829 int ex) in ocfs2_super_unlock() 2864 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex) in ocfs2_nfs_sync_lock() [all …]
|
/linux/arch/arm64/include/asm/ |
H A D | elf.h | 120 #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
|
/linux/include/math-emu/ |
H A D | soft-fp.h | 123 #define FP_SET_EXCEPTION(ex) \ argument 126 #define FP_UNSET_EXCEPTION(ex) \ argument
|
/linux/arch/microblaze/include/asm/ |
H A D | elf.h | 24 #define SET_PERSONALITY(ex) \ argument
|
/linux/arch/arm/include/asm/ |
H A D | elf.h | 119 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument 140 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/linux/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 23 int ex; in test() local
|
/linux/arch/loongarch/include/asm/ |
H A D | extable.h | 39 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf()
|
/linux/arch/riscv/include/asm/ |
H A D | extable.h | 45 ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf()
|
H A D | elf.h | 137 #define SET_PERSONALITY(ex) \ argument
|
/linux/arch/s390/include/asm/ |
H A D | extable.h | 63 static inline bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf()
|
/linux/include/linux/ceph/ |
H A D | striper.h | 21 static inline void ceph_object_extent_init(struct ceph_object_extent *ex) in ceph_object_extent_init()
|
/linux/fs/ext4/ |
H A D | ext4_extents.h | 226 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/include/uapi/linux/ |
H A D | dlm_plock.h | 33 __u8 ex; member
|
/linux/arch/csky/include/asm/ |
H A D | elf.h | 84 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|