Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 215) sorted by relevance

123456789

/linux/fs/overlayfs/
H A Doverlayfs.h182 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr()
199 static inline int ovl_do_notify_change(struct ovl_fs *ofs, in ovl_do_notify_change()
206 static inline int ovl_do_rmdir(struct ovl_fs *ofs, in ovl_do_rmdir()
215 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, in ovl_do_unlink()
224 static inline int ovl_do_link(struct ovl_fs *ofs, struct dentry *old_dentry, in ovl_do_link()
234 static inline int ovl_do_create(struct ovl_fs *ofs, in ovl_do_create()
244 static inline int ovl_do_mkdir(struct ovl_fs *ofs, in ovl_do_mkdir()
253 static inline int ovl_do_mknod(struct ovl_fs *ofs, in ovl_do_mknod()
263 static inline int ovl_do_symlink(struct ovl_fs *ofs, in ovl_do_symlink()
289 static inline ssize_t ovl_getxattr_upper(struct ovl_fs *ofs, in ovl_getxattr_upper()
[all …]
H A Dsuper.c191 struct ovl_fs *ofs = OVL_FS(sb); in ovl_put_super() local
200 struct ovl_fs *ofs = OVL_FS(sb); in ovl_sync_fs() local
243 struct ovl_fs *ofs = OVL_FS(sb); in ovl_statfs() local
275 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
365 static int ovl_check_namelen(const struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
380 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
460 static int ovl_report_in_use(struct ovl_fs *ofs, const char *name) in ovl_report_in_use()
473 static int ovl_get_upper(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_upper()
538 static int ovl_check_rename_whiteout(struct ovl_fs *ofs) in ovl_check_rename_whiteout()
595 static struct dentry *ovl_lookup_or_create(struct ovl_fs *ofs, in ovl_lookup_or_create()
[all …]
H A Dcopy_up.c46 static int ovl_copy_acl(struct ovl_fs *ofs, const struct path *path, in ovl_copy_acl()
260 static int ovl_copy_up_file(struct ovl_fs *ofs, struct dentry *dentry, in ovl_copy_up_file()
368 static int ovl_set_size(struct ovl_fs *ofs, in ovl_set_size()
379 static int ovl_set_timestamps(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_timestamps()
392 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_attr()
418 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode, in ovl_encode_real_fh()
473 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh()
486 int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh, in ovl_set_origin_fh()
502 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh()
526 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() local
[all …]
H A Dnamei.c39 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() local
116 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_get_fh()
161 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh()
232 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_lookup_single() local
401 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup_data_layers() local
421 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
472 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin()
497 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
516 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
537 int ovl_verify_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_origin_xattr()
[all …]
H A Dexport.c181 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_check_encode_origin() local
234 static int ovl_dentry_to_fid(struct ovl_fs *ofs, struct inode *inode, in ovl_dentry_to_fid()
273 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh() local
430 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lookup_real_inode() local
651 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_dentry() local
676 struct ovl_fs *ofs = OVL_FS(sb); in ovl_upper_fh_to_d() local
696 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lower_fh_to_d() local
H A Dparams.c339 struct ovl_fs *ofs = fc->s_fs_info; in ovl_add_layer() local
588 struct ovl_fs *ofs = fc->s_fs_info; in ovl_parse_param() local
690 struct ovl_fs *ofs = fc->s_fs_info; in ovl_free() local
709 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure() local
746 struct ovl_fs *ofs; in ovl_init_fs_context() local
783 void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
1022 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options() local
/linux/drivers/mtd/spi-nor/
H A Datmel.c19 static int at25fs_nor_lock(struct spi_nor *nor, loff_t ofs, u64 len) in at25fs_nor_lock()
24 static int at25fs_nor_unlock(struct spi_nor *nor, loff_t ofs, u64 len) in at25fs_nor_unlock()
40 static int at25fs_nor_is_locked(struct spi_nor *nor, loff_t ofs, u64 len) in at25fs_nor_is_locked()
71 static int atmel_nor_set_global_protection(struct spi_nor *nor, loff_t ofs, in atmel_nor_set_global_protection()
121 static int atmel_nor_global_protect(struct spi_nor *nor, loff_t ofs, u64 len) in atmel_nor_global_protect()
126 static int atmel_nor_global_unprotect(struct spi_nor *nor, loff_t ofs, u64 len) in atmel_nor_global_unprotect()
131 static int atmel_nor_is_global_protected(struct spi_nor *nor, loff_t ofs, in atmel_nor_is_global_protected()
H A Dswp.c55 static void spi_nor_get_locked_range_sr(struct spi_nor *nor, u8 sr, loff_t *ofs, in spi_nor_get_locked_range_sr()
92 static bool spi_nor_check_lock_status_sr(struct spi_nor *nor, loff_t ofs, in spi_nor_check_lock_status_sr()
114 static bool spi_nor_is_locked_sr(struct spi_nor *nor, loff_t ofs, u64 len, u8 sr) in spi_nor_is_locked_sr()
119 static bool spi_nor_is_unlocked_sr(struct spi_nor *nor, loff_t ofs, u64 len, in spi_nor_is_unlocked_sr()
158 static int spi_nor_sr_lock(struct spi_nor *nor, loff_t ofs, u64 len) in spi_nor_sr_lock()
248 static int spi_nor_sr_unlock(struct spi_nor *nor, loff_t ofs, u64 len) in spi_nor_sr_unlock()
333 static int spi_nor_sr_is_locked(struct spi_nor *nor, loff_t ofs, u64 len) in spi_nor_sr_is_locked()
355 static int spi_nor_lock(struct mtd_info *mtd, loff_t ofs, u64 len) in spi_nor_lock()
370 static int spi_nor_unlock(struct mtd_info *mtd, loff_t ofs, u64 len) in spi_nor_unlock()
385 static int spi_nor_is_locked(struct mtd_info *mtd, loff_t ofs, u64 len) in spi_nor_is_locked()
H A Dsst.c16 static int sst26vf_nor_lock(struct spi_nor *nor, loff_t ofs, u64 len) in sst26vf_nor_lock()
21 static int sst26vf_nor_unlock(struct spi_nor *nor, loff_t ofs, u64 len) in sst26vf_nor_unlock()
41 static int sst26vf_nor_is_locked(struct spi_nor *nor, loff_t ofs, u64 len) in sst26vf_nor_is_locked()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-io.h42 static inline void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
65 static inline u32 iwl_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_umac_prph()
70 static inline u32 iwl_read_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph_no_grab()
76 static inline u32 iwl_read_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph()
81 static inline void iwl_write_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph_no_grab()
88 static inline void iwl_write_umac_prph(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph()
H A Diwl-io.c17 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
24 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
31 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
39 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
114 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
122 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
129 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
137 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
152 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay()
177 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
[all …]
/linux/drivers/tty/serial/
H A Dstm32-usart.c141 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_empty() local
226 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_config_rs485() local
351 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_pending_rx_pio() local
371 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_get_char_pio() local
384 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_receive_chars_pio() local
497 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_receive_chars() local
656 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_enable() local
671 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tc_interrupt_enable() local
679 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_disable() local
690 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tc_interrupt_disable() local
[all …]
/linux/sound/soc/fsl/
H A Dfsl_sai.c89 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr() local
191 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_sysclk_tr() local
276 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_fmt_tr() local
416 unsigned int reg, ofs = sai->soc_data->reg_offset; in fsl_sai_set_bclk() local
527 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_params() local
728 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_free() local
747 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_config_disable() local
787 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_trigger() local
896 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_dai_probe() local
1079 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_readable_reg() local
[all …]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_regs.h9 #define MT_MCU_WFDMA1(ofs) (MT_MCU_WFDMA1_BASE + (ofs)) argument
18 #define MT_PLE(ofs) (MT_PLE_BASE + (ofs)) argument
30 #define MT_WF_TMAC(_band, ofs) (MT_WF_TMAC_BASE(_band) + (ofs)) argument
55 #define MT_WF_DMA(_band, ofs) (MT_WF_DMA_BASE(_band) + (ofs)) argument
63 #define MT_WTBLOFF_TOP(_band, ofs) (MT_WTBLOFF_TOP_BASE(_band) + (ofs)) argument
71 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) argument
82 #define MT_WF_ETBF(_band, ofs) (MT_WF_ETBF_BASE(_band) + (ofs)) argument
96 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) argument
158 #define MT_WTBLON_TOP(ofs) (MT_WTBLON_TOP_BASE + (ofs)) argument
178 #define MT_WF_AGG(_band, ofs) (MT_WF_AGG_BASE(_band) + (ofs)) argument
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dregs.h74 #define MT_RRO_TOP(ofs) (MT_RRO_TOP_BASE + (ofs)) argument
117 #define MT_PLE(ofs) (MT_PLE_BASE + (ofs)) argument
134 #define MT_MDP(ofs) (MT_MDP_BASE + (ofs)) argument
141 #define MT_WF_TMAC(_band, ofs) (MT_WF_TMAC_BASE(_band) + (ofs)) argument
162 #define MT_WF_DMA(_band, ofs) (MT_WF_DMA_BASE(_band) + (ofs)) argument
172 #define MT_WTBLOFF(_band, ofs) (MT_WTBLOFF_BASE(_band) + (ofs)) argument
180 #define MT_WF_ETBF(_band, ofs) (MT_WF_ETBF_BASE(_band) + (ofs)) argument
189 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) argument
209 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) argument
284 #define MT_WF_UMIB(ofs) (MT_WF_UMIB_BASE + (ofs)) argument
[all …]
/linux/fs/jffs2/
H A Dsummary.c116 uint32_t ofs) in jffs2_sum_add_inode_mem()
134 uint32_t ofs) in jffs2_sum_add_dirent_mem()
158 int jffs2_sum_add_xattr_mem(struct jffs2_summary *s, struct jffs2_raw_xattr *rx, uint32_t ofs) in jffs2_sum_add_xattr_mem()
176 int jffs2_sum_add_xref_mem(struct jffs2_summary *s, struct jffs2_raw_xref *rr, uint32_t ofs) in jffs2_sum_add_xref_mem()
249 unsigned long count, uint32_t ofs) in jffs2_sum_add_kvec()
372 uint32_t ofs, uint32_t len, in sum_link_node_ref()
577 int ret, ofs; in jffs2_sum_scan_sumnode() local
H A Dscan.c291 uint32_t ofs, uint32_t len) in jffs2_fill_scan_buf()
331 struct jffs2_raw_xattr *rx, uint32_t ofs, in jffs2_scan_xattr_node()
387 struct jffs2_raw_xref *rr, uint32_t ofs, in jffs2_scan_xref_node()
449 uint32_t ofs, prevofs, max_ofs; in jffs2_scan_eraseblock() local
992 struct jffs2_raw_inode *ri, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_inode_node()
1046 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_dirent_node()
/linux/drivers/mtd/maps/
H A Dpci.c37 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8()
45 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32()
59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8()
65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32()
124 intel_iq80310_translate(struct map_pci_info *map, unsigned long ofs) in intel_iq80310_translate()
212 intel_dc21285_translate(struct map_pci_info *map, unsigned long ofs) in intel_dc21285_translate()
/linux/security/selinux/ss/
H A Debitmap.h52 u32 ofs; in ebitmap_start_positive() local
70 u32 ofs; in ebitmap_next_positive() local
92 u32 ofs = EBITMAP_NODE_OFFSET(n, bit); in ebitmap_node_get_bit() local
103 u32 ofs = EBITMAP_NODE_OFFSET(n, bit); in ebitmap_node_set_bit() local
112 u32 ofs = EBITMAP_NODE_OFFSET(n, bit); in ebitmap_node_clr_bit() local
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dregs.h130 #define MT_MCU_WFDMA0(ofs) (MT_MCU_WFDMA0_BASE + (ofs)) argument
136 #define MT_MCU_WFDMA1(ofs) (MT_MCU_WFDMA1_BASE + (ofs)) argument
146 #define MT_PLE(ofs) (MT_PLE_BASE + (ofs)) argument
167 #define MT_PSE(ofs) (MT_PSE_BASE + (ofs)) argument
171 #define MT_MDP(ofs) (MT_MDP_BASE + (ofs)) argument
199 #define MT_WF_TRB(_band, ofs) (MT_WF_TRB_BASE(_band) + (ofs)) argument
207 #define MT_WF_TMAC(_band, ofs) (MT_WF_TMAC_BASE(_band) + (ofs)) argument
243 #define MT_WF_DMA(_band, ofs) (MT_WF_DMA_BASE(_band) + (ofs)) argument
251 #define MT_WTBLOFF_TOP(_band, ofs) (MT_WTBLOFF_TOP_BASE(_band) + (ofs)) argument
259 #define MT_WF_ETBF(_band, ofs) (MT_WF_ETBF_BASE(_band) + (ofs)) argument
[all …]
/linux/drivers/media/pci/pt3/
H A Dpt3_dma.c61 static u8 *next_unit(struct pt3_adapter *adap, int *idx, int *ofs) in next_unit()
75 int idx, ofs; in pt3_proc_dma() local
107 int idx, ofs; in pt3_init_dmabuf() local
150 int idx, ofs; in pt3_alloc_dmabuf() local
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dregs.h36 #define MT_HW_INFO(ofs) (MT_HW_INFO_BASE + (ofs)) argument
52 #define MT_MCU(ofs) (MT_MCU_BASE + (ofs)) argument
65 #define MT_MCU_CIRQ(ofs) (MT_MCU_CIRQ_BASE + (ofs)) argument
69 #define MT_HIF(ofs) ((dev)->reg_map[MT_HIF_BASE] + (ofs)) argument
88 #define MT_HIF2(ofs) (MT_HIF2_BASE + (ofs)) argument
162 #define MT_CSR(ofs) ((dev)->reg_map[MT_CSR_BASE] + (ofs)) argument
165 #define MT_PLE(ofs) ((dev)->reg_map[MT_PLE_BASE] + (ofs)) argument
177 #define MT_PSE(ofs) ((dev)->reg_map[MT_PSE_BASE] + (ofs)) argument
189 #define MT_PP(ofs) ((dev)->reg_map[MT_PP_BASE] + (ofs)) argument
195 #define MT_WF_PHY(ofs) (MT_WF_PHY_BASE + (ofs)) argument
[all …]
/linux/arch/powerpc/kernel/vdso/
H A Dsigtramp64.S58 #define rsave(regno, ofs) \ argument
116 #define vsave_msr2(regno, ofs) \ argument
126 #define vsave(regno, ofs) \ argument
H A Dsigtramp32.S53 #define rsave(regno, ofs) \ argument
110 #define vsave_msr2(regno, ofs) \ argument
120 #define vsave(regno, ofs) \ argument
/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c538 unsigned long ofs, last_end = 0; in lpddr_point() local
590 unsigned long ofs; in lpddr_unpoint() local
649 unsigned long ofs, vec_seek, i; in lpddr_writev() local
691 unsigned long ofs, len; in lpddr_erase() local
748 static int lpddr_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in lpddr_lock()
753 static int lpddr_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in lpddr_unlock()

123456789