/linux/fs/ext4/ |
H A D | extents_status.h | 159 static inline unsigned int ext4_es_status(struct extent_status *es) in ext4_es_status() 164 static inline unsigned int ext4_es_type(struct extent_status *es) in ext4_es_type() 169 static inline int ext4_es_is_written(struct extent_status *es) in ext4_es_is_written() 174 static inline int ext4_es_is_unwritten(struct extent_status *es) in ext4_es_is_unwritten() 179 static inline int ext4_es_is_delayed(struct extent_status *es) in ext4_es_is_delayed() 184 static inline int ext4_es_is_hole(struct extent_status *es) in ext4_es_is_hole() 189 static inline int ext4_es_is_mapped(struct extent_status *es) in ext4_es_is_mapped() 194 static inline void ext4_es_set_referenced(struct extent_status *es) in ext4_es_set_referenced() 199 static inline void ext4_es_clear_referenced(struct extent_status *es) in ext4_es_clear_referenced() 204 static inline int ext4_es_is_referenced(struct extent_status *es) in ext4_es_is_referenced() [all …]
|
H A D | super.c | 290 struct ext4_super_block *es) in ext4_verify_csum_type() 298 __le32 ext4_superblock_csum(struct ext4_super_block *es) in ext4_superblock_csum() 309 struct ext4_super_block *es) in ext4_superblock_csum_verify() 319 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_superblock_csum_set() local 451 #define ext4_update_tstamp(es, tstamp) \ argument 454 #define ext4_get_tstamp(es, tstamp) \ argument 474 struct ext4_super_block *es = sbi->s_es; in ext4_maybe_update_superblock() local 1129 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_update_dynamic_rev() local 1278 struct ext4_super_block *es = sbi->s_es; in ext4_put_super() local 1926 ext4_sb_read_encoding(const struct ext4_super_block *es) in ext4_sb_read_encoding() [all …]
|
H A D | ioctl.c | 39 struct ext4_super_block *es, const void *arg) in ext4_sb_setlabel() 52 struct ext4_super_block *es, const void *arg) in ext4_sb_setuuid() 65 struct ext4_super_block *es = sbi->s_es; in ext4_update_primary_sb() local 114 struct ext4_super_block *es; in ext4_update_backup_sb() local 1276 struct ext4_super_block *es = sbi->s_es; in ext4_ioctl_get_tune_sb() local 1311 struct ext4_super_block *es, const void *arg) in ext4_sb_setparams() 1387 struct ext4_super_block *es = sbi->s_es; in ext4_ioctl_set_tune_sb() local 2004 struct ext4_super_block *es, const void *arg) in set_overhead()
|
H A D | mmp.c | 139 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in kmmpd() local 282 struct ext4_super_block *es = EXT4_SB(sb)->s_es; in ext4_multi_mount_protect() local
|
/linux/fs/exfat/ |
H A D | dir.c | 36 struct exfat_entry_set_cache es; in exfat_get_uniname_from_ext_entry() local 434 void exfat_init_dir_entry(struct exfat_entry_set_cache *es, in exfat_init_dir_entry() 484 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries, in exfat_init_ext_entry() 507 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries() 526 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es) in exfat_update_dir_chksum() 543 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync) in exfat_put_dentry_set() 724 struct exfat_entry_set_cache *es, int num) in exfat_get_dentry_cached() 752 static int __exfat_get_dentry_set(struct exfat_entry_set_cache *es, in __exfat_get_dentry_set() 833 int exfat_get_dentry_set(struct exfat_entry_set_cache *es, in exfat_get_dentry_set() 858 static int exfat_validate_empty_dentry_set(struct exfat_entry_set_cache *es) in exfat_validate_empty_dentry_set() [all …]
|
H A D | namei.c | 205 int num_entries, struct exfat_entry_set_cache *es) in exfat_search_empty_slot() 305 struct exfat_entry_set_cache *es) in exfat_find_empty_entry() 476 struct exfat_entry_set_cache es; in exfat_add_entry() local 600 struct exfat_entry_set_cache es; in exfat_find() local 797 struct exfat_entry_set_cache es; in exfat_unlink() local 947 struct exfat_entry_set_cache es; in exfat_rmdir() local 1192 struct exfat_entry_set_cache es; in __exfat_rename() 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 1283 void ext2_sync_super(struct super_block *sb, struct ext2_super_block *es, in ext2_sync_super() 1311 struct ext2_super_block *es = EXT2_SB(sb)->s_es; in ext2_sync_fs() local 1370 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 | 849 struct esschan *es; snd_es1968_bob_dec() local 863 snd_es1968_calc_bob_rate(struct es1968 * chip,struct esschan * es,struct snd_pcm_runtime * runtime) snd_es1968_calc_bob_rate() argument 897 snd_es1968_get_dma_ptr(struct es1968 * chip,struct esschan * es) snd_es1968_get_dma_ptr() argument 925 snd_es1968_pcm_start(struct es1968 * chip,struct esschan * es) snd_es1968_pcm_start() argument 945 snd_es1968_pcm_stop(struct es1968 * chip,struct esschan * es) snd_es1968_pcm_stop() argument 958 snd_es1968_program_wavecache(struct es1968 * chip,struct esschan * es,int channel,u32 addr,int capture) snd_es1968_program_wavecache() argument 977 snd_es1968_playback_setup(struct es1968 * chip,struct esschan * es,struct snd_pcm_runtime * runtime) snd_es1968_playback_setup() argument 1080 init_capture_apu(struct es1968 * chip,struct esschan * es,int channel,unsigned int pa,unsigned int bsize,int mode,int route) init_capture_apu() argument 1125 snd_es1968_capture_setup(struct es1968 * chip,struct esschan * es,struct snd_pcm_runtime * runtime) snd_es1968_capture_setup() argument 1198 struct esschan *es = runtime->private_data; snd_es1968_pcm_prepare() local 1229 struct esschan *es = substream->runtime->private_data; snd_es1968_pcm_trigger() local 1259 struct esschan *es = substream->runtime->private_data; snd_es1968_pcm_pointer() local 1525 struct esschan *es; snd_es1968_playback_open() local 1563 struct esschan *es; snd_es1968_capture_open() local 1622 struct esschan *es; snd_es1968_playback_close() local 1639 struct esschan *es; snd_es1968_capture_close() local 1824 snd_es1968_suppress_jitter(struct es1968 * chip,struct esschan * es) snd_es1968_suppress_jitter() argument 1841 snd_es1968_update_pcm(struct es1968 * chip,struct esschan * es) snd_es1968_update_pcm() argument 1972 struct esschan *es; snd_es1968_interrupt() local 2376 struct esschan *es; es1968_resume() 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/staging/vc04_services/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 | 791 u16 es; /* # extraction sequence entries */ member 1229 struct ice_es *es = &hw->blk[blk].es; in ice_find_prof_id_with_mask() local 1894 struct ice_sw_fv_section *es; in ice_fill_tbl() local 2037 struct ice_es *es = &hw->blk[blk_idx].es; in ice_free_prof_map() local 2107 struct ice_es *es = &hw->blk[i].es; in ice_free_hw_tbls() local 2168 struct ice_es *es = &hw->blk[i].es; in ice_clear_hw_tbls() local 2218 struct ice_es *es = &hw->blk[i].es; in ice_init_hw_tbls() local 2640 u16 es = 0; in ice_upd_prof_hw() local 2783 ice_update_fd_swap(struct ice_hw *hw, u16 prof_id, struct ice_fv_word *es) in ice_update_fd_swap() 3048 u16 attr_cnt, struct ice_fv_word *es, u16 *masks, bool symm, in ice_add_prof()
|
/linux/scripts/kconfig/ |
H A D | menu.c | 370 struct symbol *es = prop_get_symbol(prop); in _menu_finalize() local 374 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 | 16 enum pnfs_block_extent_state es; member
|
/linux/arch/x86/include/asm/ |
H A D | vm86.h | 25 unsigned short es, __esh; member
|