/linux-3.3/drivers/scsi/libsas/ |
D | sas_expander.c | 161 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy() local 269 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover() local 306 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover() local 489 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_phy() local 498 struct expander_device *ex = &dev->ex_dev; in sas_ex_disable_port() local 870 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_dev() local 988 struct expander_device *ex = &dev->ex_dev; in sas_find_sub_addr() local 1012 struct expander_device *ex = &dev->ex_dev; in sas_check_level_subtractive_boundary() local 1053 struct expander_device *ex = &dev->ex_dev; in sas_ex_discover_devices() local 1091 struct expander_device *ex = &dev->ex_dev; in sas_check_ex_subtractive_boundary() local [all …]
|
D | sas_internal.h | 151 struct expander_device *ex = &dev->ex_dev; in sas_add_parent_port() local
|
/linux-3.3/fs/ext4/ |
D | extents.c | 121 struct ext4_extent *ex; in ext4_ext_find_goal() local 167 struct ext4_extent *ex, int *err, unsigned int flags) in ext4_ext_new_meta_block() 424 struct ext4_extent *ex; in ext4_ext_show_leaf() local 447 struct ext4_extent *ex; in ext4_ext_show_move() local 598 struct ext4_extent *chex, *ex; in ext4_ext_binsearch() local 894 struct ext4_extent *ex; in ext4_ext_split() local 1187 struct ext4_extent *ex; in ext4_ext_search_left() local 1255 struct ext4_extent *ex; in ext4_ext_search_right() local 1434 struct ext4_extent *ex; in ext4_ext_correct_indexes() local 1537 struct ext4_extent *ex) in ext4_ext_try_to_merge_right() [all …]
|
D | ext4_extents.h | 231 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex) in ext4_ext_pblock() 258 static inline void ext4_ext_store_pblock(struct ext4_extent *ex, in ext4_ext_store_pblock()
|
/linux-3.3/fs/hpfs/ |
D | ea.c | 18 char ex[4 + 255 + 1 + 8]; in hpfs_ea_ext_remove() local 79 char ex[4 + 255 + 1 + 8]; in hpfs_read_ea() local 154 char ex[4 + 255 + 1 + 8]; in hpfs_get_ea() local 215 char ex[4 + 255 + 1 + 8]; in hpfs_set_ea() local
|
/linux-3.3/arch/tile/include/asm/ |
D | elf.h | 123 #define SET_PERSONALITY(ex) do { } while (0) argument 152 #define SET_PERSONALITY(ex) \ argument 157 #define COMPAT_SET_PERSONALITY(ex) \ argument
|
/linux-3.3/arch/cris/arch-v32/mm/ |
D | mmu.S | 39 .macro MMU_BUS_FAULT_HANDLER handler, mmu, we, ex
|
/linux-3.3/arch/sh/kernel/cpu/sh5/ |
D | fpu.c | 104 asmlinkage void do_fpu_error(unsigned long ex, struct pt_regs *regs) in do_fpu_error()
|
/linux-3.3/fs/ |
D | binfmt_aout.c | 207 struct exec ex; in load_aout_binary() local 377 struct exec ex; in load_aout_library() local
|
/linux-3.3/arch/cris/include/arch-v32/arch/ |
D | elf.h | 31 #define elf_read_implies_exec_binary(ex, have_pt_gnu_stack) (!(have_pt_gnu_stack)) argument
|
/linux-3.3/arch/x86/include/asm/ |
D | elf.h | 183 #define COMPAT_SET_PERSONALITY(ex) set_personality_ia32() argument 256 #define SET_PERSONALITY(ex) set_personality_64bit() argument 262 #define elf_read_implies_exec(ex, executable_stack) \ argument
|
/linux-3.3/include/math-emu/ |
D | soft-fp.h | 123 #define FP_SET_EXCEPTION(ex) \ argument 126 #define FP_UNSET_EXCEPTION(ex) \ argument
|
/linux-3.3/arch/x86/ia32/ |
D | ia32_aout.c | 269 struct exec ex; in load_aout_binary() local 443 struct exec ex; in load_aout_library() local
|
/linux-3.3/fs/ocfs2/ |
D | dlmglue.c | 1575 int ex, in ocfs2_create_new_lock() 1840 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock() 2284 int ex, in ocfs2_inode_lock_full_nested() 2414 int ex, in ocfs2_inode_lock_with_page() 2467 int ex) in ocfs2_inode_unlock() 2524 int ex) in ocfs2_super_lock() 2565 int ex) in ocfs2_super_unlock() 2600 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex) in ocfs2_nfs_sync_lock() 2619 void ocfs2_nfs_sync_unlock(struct ocfs2_super *osb, int ex) in ocfs2_nfs_sync_unlock() 2628 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock() [all …]
|
D | quota_global.c | 292 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_lock_global_qf() 315 void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_unlock_global_qf() 735 int ex = 0; in ocfs2_acquire_dquot() local
|
/linux-3.3/arch/mips/include/asm/ |
D | elf.h | 250 #define SET_PERSONALITY(ex) \ argument 286 #define __SET_PERSONALITY32(ex) \ argument 295 #define __SET_PERSONALITY32(ex) do { } while (0) argument 298 #define SET_PERSONALITY(ex) \ argument
|
/linux-3.3/arch/arm/include/asm/ |
D | elf.h | 105 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk) argument 127 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/linux-3.3/arch/microblaze/include/asm/ |
D | elf.h | 119 #define SET_PERSONALITY(ex) set_personality(PER_LINUX_32BIT) argument
|
/linux-3.3/arch/s390/include/asm/ |
D | elf.h | 186 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument 188 #define SET_PERSONALITY(ex) \ argument
|
/linux-3.3/arch/openrisc/include/asm/ |
D | elf.h | 105 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|
/linux-3.3/arch/unicore32/include/asm/ |
D | elf.h | 84 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/linux-3.3/arch/um/sys-ppc/asm/ |
D | elf.h | 8 #define SET_PERSONALITY(ex) do ; while(0) argument
|
/linux-3.3/arch/powerpc/include/asm/ |
D | elf.h | 236 # define SET_PERSONALITY(ex) \ argument 253 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \ argument 256 # define SET_PERSONALITY(ex) \ argument 258 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT) argument
|
/linux-3.3/include/linux/ |
D | dlm_plock.h | 31 __u8 ex; member
|
/linux-3.3/arch/cris/include/asm/ |
D | elf.h | 89 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|