| /linux/fs/exfat/ |
| H A D | dir.c | 37 struct exfat_entry_set_cache es; in exfat_get_uniname_from_ext_entry() local 436 void exfat_init_dir_entry(struct exfat_entry_set_cache *es, in exfat_init_dir_entry() 486 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries, in exfat_init_ext_entry() 509 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries() 528 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es) in exfat_update_dir_chksum() 545 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync) in exfat_put_dentry_set() 731 struct exfat_entry_set_cache *es, int num) in exfat_get_dentry_cached() 759 static int __exfat_get_dentry_set(struct exfat_entry_set_cache *es, in __exfat_get_dentry_set() 840 int exfat_get_dentry_set(struct exfat_entry_set_cache *es, in exfat_get_dentry_set() 865 static int exfat_validate_empty_dentry_set(struct exfat_entry_set_cache *es) in exfat_validate_empty_dentry_set() [all …]
|
| /linux/fs/ext4/ |
| H A D | resize.c | 124 struct ext4_super_block *es = sbi->s_es; in verify_group_input() local 537 struct ext4_super_block *es = sbi->s_es; in setup_new_flex_group_blocks() local 735 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_list_backups() local 823 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in add_new_gdb() local 1117 struct ext4_super_block *es = (struct ext4_super_block *) data; in ext4_set_block_group_nr() local 1257 struct ext4_super_block *es = sbi->s_es; in ext4_add_new_descs() local 1404 struct ext4_super_block *es = sbi->s_es; in ext4_add_overhead() local 1426 struct ext4_super_block *es = sbi->s_es; in ext4_update_super() local 1540 struct ext4_super_block *es = sbi->s_es; in ext4_flex_group_add() local 1630 struct ext4_super_block *es = sbi->s_es; in ext4_setup_next_flex_gd() local [all …]
|
| H A D | super.c | 291 struct ext4_super_block *es) in ext4_verify_csum_type() 299 __le32 ext4_superblock_csum(struct ext4_super_block *es) in ext4_superblock_csum() 310 struct ext4_super_block *es) in ext4_superblock_csum_verify() 320 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_superblock_csum_set() local 452 #define ext4_update_tstamp(es, tstamp) \ argument 455 #define ext4_get_tstamp(es, tstamp) \ argument 475 struct ext4_super_block *es = sbi->s_es; in ext4_maybe_update_superblock() local 1134 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_update_dynamic_rev() local 1283 struct ext4_super_block *es = sbi->s_es; in ext4_put_super() local 1936 ext4_sb_read_encoding(const struct ext4_super_block *es) in ext4_sb_read_encoding() [all …]
|
| H A D | mmp.c | 135 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in kmmpd() local 278 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_multi_mount_protect() local
|
| /linux/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 66 static int space_init(struct entry_space *es, unsigned int nr_entries) in space_init() 81 static void space_exit(struct entry_space *es) in space_exit() 86 static struct entry *__get_entry(struct entry_space *es, unsigned int block) in __get_entry() 96 static unsigned int to_index(struct entry_space *es, struct entry *e) in to_index() 102 static struct entry *to_entry(struct entry_space *es, unsigned int block) in to_entry() 123 static struct entry *l_head(struct entry_space *es, struct ilist *l) in l_head() 128 static struct entry *l_tail(struct entry_space *es, struct ilist *l) in l_tail() 133 static struct entry *l_next(struct entry_space *es, struct entry *e) in l_next() 138 static struct entry *l_prev(struct entry_space *es, struct entry *e) in l_prev() 148 static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_head() [all …]
|
| /linux/fs/ext2/ |
| H A D | super.c | 55 struct ext2_super_block *es = sbi->s_es; in ext2_error() local 132 struct ext2_super_block *es = EXT2_SB(sb)->s_es; in ext2_update_dynamic_rev() local 183 struct ext2_super_block *es = sbi->s_es; in ext2_put_super() local 266 struct ext2_super_block *es = sbi->s_es; in ext2_show_options() local 646 struct ext2_super_block * es, in ext2_setup_super() 825 struct ext2_super_block *es = sbi->s_es; in ext2_set_options() local 883 struct ext2_super_block * es; in ext2_fill_super() local 1281 void ext2_sync_super(struct super_block *sb, struct ext2_super_block *es, in ext2_sync_super() 1309 struct ext2_super_block *es = EXT2_SB(sb)->s_es; in ext2_sync_fs() local 1368 struct ext2_super_block * es; in ext2_reconfigure() local [all …]
|
| H A D | ialloc.c | 113 struct ext2_super_block * es; in ext2_free_inode() local 255 struct ext2_super_block *es = sbi->s_es; in find_group_orlov() local 429 struct ext2_super_block *es; in ext2_new_inode() local 619 struct ext2_super_block *es; in ext2_count_free_inodes() local
|
| H A D | balloc.c | 494 struct ext2_super_block * es = sbi->s_es; in ext2_free_blocks() local 1223 struct ext2_super_block *es; in ext2_new_blocks() local 1452 struct ext2_super_block *es; in ext2_count_free_blocks() local
|
| /linux/sound/pci/ |
| H A D | es1968.c | 819 struct esschan *es; in snd_es1968_bob_dec() local 833 snd_es1968_calc_bob_rate(struct es1968 *chip, struct esschan *es, in snd_es1968_calc_bob_rate() 867 snd_es1968_get_dma_ptr(struct es1968 *chip, struct esschan *es) in snd_es1968_get_dma_ptr() 895 static void snd_es1968_pcm_start(struct es1968 *chip, struct esschan *es) in snd_es1968_pcm_start() 914 static void snd_es1968_pcm_stop(struct es1968 *chip, struct esschan *es) in snd_es1968_pcm_stop() 926 static void snd_es1968_program_wavecache(struct es1968 *chip, struct esschan *es, in snd_es1968_program_wavecache() 945 static void snd_es1968_playback_setup(struct es1968 *chip, struct esschan *es, in snd_es1968_playback_setup() 1047 static void init_capture_apu(struct es1968 *chip, struct esschan *es, int channel, in init_capture_apu() 1092 static void snd_es1968_capture_setup(struct es1968 *chip, struct esschan *es, in snd_es1968_capture_setup() 1163 struct esschan *es = runtime->private_data; in snd_es1968_pcm_prepare() local [all …]
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-cygnus.c | 23 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument 39 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
|
| H A D | clk-nsp.c | 26 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
| H A D | clk-ns2.c | 28 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
| /linux/drivers/parisc/ |
| H A D | eisa_enumerator.c | 314 struct eeprom_eisa_slot_info *es, in parse_slot_config() 425 static int init_slot(int slot, struct eeprom_eisa_slot_info *es) in init_slot() 495 struct eeprom_eisa_slot_info *es; in eisa_enumerator() local
|
| /linux/drivers/platform/raspberrypi/vchiq-mmal/ |
| H A D | mmal-msg-format.h | 68 union mmal_es_specific_format *es; /* Type specific member 94 u32 es; /* Type specific member
|
| /linux/arch/x86/kvm/ |
| H A D | tss.h | 24 u32 es; member 53 u16 es; member
|
| H A D | smm.h | 46 struct kvm_smm_seg_state_32 es; member 80 struct kvm_smm_seg_state_64 es; member
|
| /linux/arch/mips/math-emu/ |
| H A D | ieee754dp.c | 96 int es = DP_EMIN - xe; in ieee754dp_format() local
|
| H A D | ieee754sp.c | 96 int es = SP_EMIN - xe; in ieee754sp_format() local
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 787 u16 es; /* # extraction sequence entries */ member 1225 struct ice_es *es = &hw->blk[blk].es; in ice_find_prof_id_with_mask() local 1890 struct ice_sw_fv_section *es; in ice_fill_tbl() local 2033 struct ice_es *es = &hw->blk[blk_idx].es; in ice_free_prof_map() local 2103 struct ice_es *es = &hw->blk[i].es; in ice_free_hw_tbls() local 2164 struct ice_es *es = &hw->blk[i].es; in ice_clear_hw_tbls() local 2214 struct ice_es *es = &hw->blk[i].es; in ice_init_hw_tbls() local 2636 u16 es = 0; in ice_upd_prof_hw() local 2779 ice_update_fd_swap(struct ice_hw *hw, u16 prof_id, struct ice_fv_word *es) in ice_update_fd_swap() 3044 u16 attr_cnt, struct ice_fv_word *es, u16 *masks, bool symm, in ice_add_prof()
|
| /linux/fs/gfs2/ |
| H A D | xattr.c | 876 struct gfs2_ea_header *ea, struct ea_set *es) in ea_set_simple_noalloc() 905 struct ea_set *es = private; in ea_set_simple_alloc() local 928 struct ea_set *es = private; in ea_set_simple() local 1049 struct ea_set es; in ea_set_i() local
|
| /linux/scripts/kconfig/ |
| H A D | menu.c | 380 struct symbol *es = prop_get_symbol(prop); in _menu_finalize() local 384 struct symbol *es = prop_get_symbol(prop); in _menu_finalize() local
|
| /linux/fs/afs/ |
| H A D | rotate.c | 545 struct afs_endpoint_state *es; in afs_select_fileserver() local
|
| /linux/fs/nfsd/ |
| H A D | blocklayoutxdr.h | 25 enum pnfs_block_extent_state es; member
|
| /linux/arch/x86/include/asm/ |
| H A D | vm86.h | 25 unsigned short es, __esh; member
|
| /linux/drivers/dma/ |
| H A D | mpc512x_dma.c | 318 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) in mpc_dma_irq_process() 352 uint es; in mpc_dma_irq() local 421 uint es; in mpc_dma_tasklet() local
|