Home
last modified time | relevance | path

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

123

/Linux-v4.19/security/
Ddevice_cgroup.c61 struct dev_exception_item *ex, *tmp, *new; in dev_exceptions_copy() local
86 struct dev_exception_item *ex) in dev_exception_add()
118 struct dev_exception_item *ex) in dev_exception_rm()
142 struct dev_exception_item *ex, *tmp; in __dev_exception_clean() local
270 struct dev_exception_item *ex; in devcgroup_seq_show() local
316 struct dev_exception_item *ex; in match_exception() local
353 struct dev_exception_item *ex; in match_exception_partial() local
448 struct dev_exception_item *ex) in parent_has_perm()
469 struct dev_exception_item *ex) in parent_allows_removal()
516 struct dev_exception_item *ex; in revalidate_active_exceptions() local
[all …]
/Linux-v4.19/drivers/scsi/libsas/
Dsas_expander.c217 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy() local
406 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover() local
443 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover() local
626 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_phy() local
635 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_port() local
999 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_dev() local
1117 struct expander_device *ex = &dev->ex_dev; in sas_find_sub_addr() local
1141 struct expander_device *ex = &dev->ex_dev; in sas_check_level_subtractive_boundary() local
1182 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_devices() local
1220 struct expander_device *ex = &dev->ex_dev; in sas_check_ex_subtractive_boundary() local
[all …]
/Linux-v4.19/include/linux/
Delf.h12 # define elf_read_implies_exec(ex, have_pt_gnu_stack) 0 argument
15 #define SET_PERSONALITY(ex) \ argument
20 #define SET_PERSONALITY2(ex, state) \ argument
/Linux-v4.19/tools/build/tests/ex/
DMakefile7 ex: target
11 ex: ex-in.o libex-in.o target
/Linux-v4.19/net/ceph/
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-v4.19/fs/hpfs/
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-v4.19/arch/powerpc/include/asm/
Delf.h89 # define SET_PERSONALITY(ex) \ argument
110 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \ argument
113 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT) argument
/Linux-v4.19/fs/ext4/
Dextents.c176 struct ext4_extent *ex; in ext4_ext_find_goal() local
222 struct ext4_extent *ex, int *err, unsigned int flags) in ext4_ext_new_meta_block()
531 struct ext4_extent *ex = EXT_FIRST_EXTENT(eh); in __read_extent_tree_block() local
654 struct ext4_extent *ex; in ext4_ext_show_leaf() local
677 struct ext4_extent *ex; in ext4_ext_show_move() local
830 struct ext4_extent *chex, *ex; in ext4_ext_binsearch() local
1123 struct ext4_extent *ex; in ext4_ext_split() local
1424 struct ext4_extent *ex; in ext4_ext_search_left() local
1492 struct ext4_extent *ex; in ext4_ext_search_right() local
1664 struct ext4_extent *ex; in ext4_ext_correct_indexes() local
[all …]
Dext4_extents.h209 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex) in ext4_ext_pblock()
236 static inline void ext4_ext_store_pblock(struct ext4_extent *ex, in ext4_ext_store_pblock()
/Linux-v4.19/arch/mips/include/asm/
Delf.h345 #define SET_PERSONALITY2(ex, state) \ argument
376 #define __SET_PERSONALITY32_O32(ex, state) \ argument
388 #define __SET_PERSONALITY32_O32(ex, state) \ argument
393 #define __SET_PERSONALITY32(ex, state) \ argument
402 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument
405 #define SET_PERSONALITY2(ex, state) \ argument
513 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
/Linux-v4.19/arch/arm64/include/asm/
Delf.h110 #define elf_read_implies_exec(ex,stk) (stk != EXSTACK_DISABLE_X) argument
143 #define SET_PERSONALITY(ex) \ argument
208 #define COMPAT_SET_PERSONALITY(ex) \ argument
/Linux-v4.19/arch/microblaze/include/asm/
Delf.h27 #define SET_PERSONALITY(ex) \ argument
/Linux-v4.19/fs/
Dbinfmt_aout.c202 struct exec ex; in load_aout_binary() local
344 struct exec ex; in load_aout_library() local
/Linux-v4.19/fs/ocfs2/
Ddlmglue.c1681 int ex, in ocfs2_create_new_lock()
1953 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock()
2405 int ex, in ocfs2_inode_lock_full_nested()
2528 int ex, in ocfs2_inode_lock_with_page()
2598 int ex) in ocfs2_inode_unlock()
2656 int ex, in ocfs2_inode_lock_tracker()
2712 int ex, in ocfs2_inode_unlock_tracker()
2772 int ex) in ocfs2_super_lock()
2811 int ex) in ocfs2_super_unlock()
2846 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex) in ocfs2_nfs_sync_lock()
[all …]
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()
795 int ex = 0; in ocfs2_acquire_dquot() local
/Linux-v4.19/arch/x86/ia32/
Dia32_aout.c265 struct exec ex; in load_aout_binary() local
409 struct exec ex; in load_aout_library() local
/Linux-v4.19/arch/sh/kernel/cpu/sh5/
Dfpu.c104 asmlinkage void do_fpu_error(unsigned long ex, struct pt_regs *regs) in do_fpu_error()
/Linux-v4.19/include/math-emu/
Dsoft-fp.h123 #define FP_SET_EXCEPTION(ex) \ argument
126 #define FP_UNSET_EXCEPTION(ex) \ argument
/Linux-v4.19/arch/x86/include/asm/
Delf.h195 #define COMPAT_SET_PERSONALITY(ex) \ argument
280 #define SET_PERSONALITY(ex) set_personality_64bit() argument
286 #define elf_read_implies_exec(ex, executable_stack) \ argument
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_FISTTP.c23 int ex; in test() local
/Linux-v4.19/arch/arm/include/asm/
Delf.h112 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
137 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
/Linux-v4.19/include/linux/ceph/
Dstriper.h21 static inline void ceph_object_extent_init(struct ceph_object_extent *ex) in ceph_object_extent_init()
/Linux-v4.19/arch/unicore32/include/asm/
Delf.h84 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
/Linux-v4.19/include/uapi/linux/
Ddlm_plock.h32 __u8 ex; member
/Linux-v4.19/arch/s390/include/asm/
Delf.h228 #define SET_PERSONALITY(ex) \ argument
236 #define SET_PERSONALITY(ex) \ argument

123