Home
last modified time | relevance | path

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

1234567

/linux/fs/overlayfs/
H A Dsuper.c227 struct ovl_fs *ofs = OVL_FS(sb); in ovl_put_super() local
236 struct ovl_fs *ofs = OVL_FS(sb); in ovl_sync_fs() local
279 struct ovl_fs *ofs = OVL_FS(sb); in ovl_statfs() local
311 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
397 static int ovl_check_namelen(const struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
412 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
492 static int ovl_report_in_use(struct ovl_fs *ofs, const char *name) in ovl_report_in_use()
505 static int ovl_get_upper(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_upper()
570 static int ovl_check_rename_whiteout(struct ovl_fs *ofs) in ovl_check_rename_whiteout()
627 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()
524 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() local
[all …]
H A Ddir.c27 static int ovl_cleanup_locked(struct ovl_fs *ofs, struct inode *wdir, in ovl_cleanup_locked()
47 int ovl_cleanup(struct ovl_fs *ofs, struct dentry *workdir, in ovl_cleanup()
68 static struct dentry *ovl_start_creating_temp(struct ovl_fs *ofs, in ovl_start_creating_temp()
78 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout()
122 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct dentry *dir, in ovl_cleanup_and_whiteout()
161 struct dentry *ovl_create_real(struct ovl_fs *ofs, struct dentry *parent, in ovl_create_real()
246 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp()
260 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() local
350 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper() local
387 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty() local
[all …]
H A Dparams.c281 struct ovl_fs *ofs = fc->s_fs_info; in ovl_mount_dir_check() local
348 struct ovl_fs *ofs = fc->s_fs_info; in ovl_add_layer() local
597 struct ovl_fs *ofs = fc->s_fs_info; in ovl_parse_param() local
722 struct ovl_fs *ofs = fc->s_fs_info; in ovl_free() local
741 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure() local
778 struct ovl_fs *ofs; in ovl_init_fs_context() local
817 void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
1029 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options() local
H A Dinode.c25 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr() local
97 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_map_dev_ino() local
475 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_or_remove_acl() local
561 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_update_time() local
825 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_next_ino() local
834 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_map_ino() local
982 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink()
1154 struct ovl_fs *ofs = OVL_FS(sb); in ovl_hash_bylower() local
1193 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode() local
/linux/sound/soc/fsl/
H A Dfsl_sai.h24 #define FSL_SAI_TCSR(ofs) (0x00 + ofs) /* SAI Transmit Control */ argument
25 #define FSL_SAI_TCR1(ofs) (0x04 + ofs) /* SAI Transmit Configuration 1 */ argument
26 #define FSL_SAI_TCR2(ofs) (0x08 + ofs) /* SAI Transmit Configuration 2 */ argument
27 #define FSL_SAI_TCR3(ofs) (0x0c + ofs) /* SAI Transmit Configuration 3 */ argument
28 #define FSL_SAI_TCR4(ofs) (0x10 + ofs) /* SAI Transmit Configuration 4 */ argument
29 #define FSL_SAI_TCR5(ofs) (0x14 + ofs) /* SAI Transmit Configuration 5 */ argument
51 #define FSL_SAI_RCSR(ofs) (0x80 + ofs) /* SAI Receive Control */ argument
52 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ argument
53 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ argument
54 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ argument
[all …]
H A Dfsl_sai.c89 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr() local
223 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_sysclk_tr() local
308 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_fmt_tr() local
447 unsigned int reg, ofs = sai->soc_data->reg_offset; in fsl_sai_set_bclk() local
558 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_params() local
759 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_free() local
778 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_config_disable() local
820 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_trigger() local
929 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_dai_probe() local
1114 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_readable_reg() local
[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.c293 uint32_t ofs, uint32_t len) in jffs2_fill_scan_buf()
333 struct jffs2_raw_xattr *rx, uint32_t ofs, in jffs2_scan_xattr_node()
389 struct jffs2_raw_xref *rr, uint32_t ofs, in jffs2_scan_xref_node()
451 uint32_t ofs, prevofs, max_ofs; in jffs2_scan_eraseblock() local
994 struct jffs2_raw_inode *ri, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_inode_node()
1048 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()
H A Dphysmap-core.c122 unsigned long ofs) in physmap_set_addr_gpios()
143 unsigned long ofs) in physmap_addr_gpios_read()
160 unsigned long ofs, ssize_t len) in physmap_addr_gpios_copy_from()
182 unsigned long ofs) in physmap_addr_gpios_write()
196 static void physmap_addr_gpios_copy_to(struct map_info *map, unsigned long ofs, in physmap_addr_gpios_copy_to()
H A Ddc21285.c54 static map_word dc21285_read8(struct map_info *map, unsigned long ofs) in dc21285_read8()
61 static map_word dc21285_read16(struct map_info *map, unsigned long ofs) in dc21285_read16()
68 static map_word dc21285_read32(struct map_info *map, unsigned long ofs) in dc21285_read32()
H A Dmap_funcs.c13 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs) in simple_map_read()
18 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in simple_map_write()
/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/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/spi-nor/
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/mtd/
H A Dmtdconcat.c481 static int concat_xxlock(struct mtd_info *mtd, loff_t ofs, uint64_t len, in concat_xxlock()
519 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
524 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
529 static int concat_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_is_locked()
586 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad()
609 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
/linux/arch/mips/kernel/
H A Dirq_txx9.c70 int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; in txx9_irq_unmask() local
81 int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; in txx9_irq_mask() local
104 int ofs; in txx9_irq_set_type() local
/linux/fs/smb/server/
H A Dasn1.c59 static void encode_asn_tag(char *buf, unsigned int *ofs, char tag, char seq, in encode_asn_tag()
97 unsigned int ofs = 0; in build_spnego_ntlmssp_neg_blob() local
138 unsigned int ofs = 0; in build_spnego_ntlmssp_auth_blob() local
/linux/arch/mips/cavium-octeon/
H A Dflash_setup.c31 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read()
43 unsigned long ofs) in octeon_flash_map_write()
/linux/drivers/net/arcnet/
H A Darc-rawmode.c45 int ofs; in rx() local
118 int ofs; in prepare_tx() local
H A Drfc1051.c128 int ofs; in rx() local
213 int ofs; in prepare_tx() local
/linux/drivers/mtd/chips/
H A Dfwh_lock.h80 static int fwh_lock_varsize(struct mtd_info *mtd, loff_t ofs, uint64_t len) in fwh_lock_varsize()
91 static int fwh_unlock_varsize(struct mtd_info *mtd, loff_t ofs, uint64_t len) in fwh_unlock_varsize()
/linux/drivers/mtd/devices/
H A Ddocg3.c433 static void doc_setup_writeaddr_sector(struct docg3 *docg3, int sector, int ofs) in doc_setup_writeaddr_sector()
457 int wear, int ofs) in doc_read_seek()
506 int ofs) in doc_write_seek()
833 int *ofs, int reliable) in calc_block_sector()
869 int block0, block1, page, ret, skip, ofs = 0; in doc_read_oob() local
1016 int block0, block1, page, ofs, is_good; in doc_block_isbad() local
1188 int block0, block1, page, ret = 0, ofs = 0; in doc_erase() local
1234 int block0, block1, page, ret, ofs = 0; in doc_write_page() local
1382 static int doc_write_oob(struct mtd_info *mtd, loff_t ofs, in doc_write_oob()

1234567