Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 211) sorted by relevance

123456789

/fs/romfs/
Dstorage.c23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
37 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
103 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
131 unsigned long pos, size_t limit) in romfs_blk_strnlen()
163 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
214 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
240 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
267 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/fs/iomap/
Dbuffered-io.c65 loff_t *pos, loff_t length, unsigned *offp, unsigned *lenp) in iomap_adjust_read_range()
207 iomap_readpage_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_readpage_actor()
325 iomap_next_page(struct inode *inode, struct list_head *pages, loff_t pos, in iomap_next_page()
353 iomap_readpages_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_readpages_actor()
388 loff_t pos = page_offset(list_entry(pages->prev, struct page, lru)); in iomap_readpages() local
515 iomap_write_failed(struct inode *inode, loff_t pos, unsigned len) in iomap_write_failed()
550 __iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, in __iomap_write_begin()
583 iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, unsigned flags, in iomap_write_begin()
658 __iomap_write_end(struct inode *inode, loff_t pos, unsigned len, in __iomap_write_end()
683 struct iomap *iomap, loff_t pos, unsigned copied) in iomap_write_end_inline()
[all …]
Dfiemap.c46 iomap_fiemap_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_fiemap_actor()
113 iomap_bmap_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_bmap_actor()
134 loff_t pos = bno << inode->i_blkbits; in iomap_bmap() local
Ddirect-io.c179 iomap_dio_zero(struct iomap_dio *dio, struct iomap *iomap, loff_t pos, in iomap_dio_zero()
202 iomap_dio_bio_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_dio_bio_actor()
341 iomap_dio_inline_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_dio_inline_actor()
368 iomap_dio_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_dio_actor()
408 loff_t pos = iocb->ki_pos, start = pos; in iomap_dio_rw() local
/fs/
Dread_write.c379 loff_t pos = *ppos; in rw_verify_area() local
422 loff_t *pos) in __vfs_read()
432 ssize_t kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) in kernel_read()
446 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
493 size_t count, loff_t *pos) in __vfs_write()
503 ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) in __kernel_write()
529 loff_t *pos) in kernel_write()
544 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
585 loff_t pos, *ppos = file_ppos(f.file); in ksys_read() local
609 loff_t pos, *ppos = file_ppos(f.file); in ksys_write() local
[all …]
Dseq_file.c93 loff_t pos = 0; in traverse() local
256 loff_t pos = m->index; in seq_read() local
551 static void *single_start(struct seq_file *p, loff_t *pos) in single_start()
556 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next()
896 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
908 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
934 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
953 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
995 loff_t pos) in seq_hlist_start_rcu()
1019 loff_t pos) in seq_hlist_start_head_rcu()
[all …]
/fs/f2fs/
Dverity.c42 loff_t pos) in pagecache_read()
73 loff_t pos) in pagecache_write()
118 __le64 pos; member
195 u64 pos; in f2fs_get_verity_descriptor() local
236 loff_t pos = f2fs_verity_metadata_pos(inode) + (index << log_blocksize); in f2fs_write_merkle_tree_block() local
/fs/sysv/
Ddir.c37 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk()
66 unsigned long pos = ctx->pos; in sysv_readdir() local
183 loff_t pos; in sysv_add_link() local
234 loff_t pos = page_offset(page) + (char *)de - kaddr; in sysv_delete_entry() local
331 loff_t pos = page_offset(page) + in sysv_set_link() local
/fs/hpfs/
Dea.c17 unsigned pos = 0; in hpfs_ea_ext_remove() local
77 unsigned pos; in hpfs_read_ea() local
133 unsigned pos; in hpfs_get_ea() local
195 unsigned pos; in hpfs_set_ea() local
/fs/proc/
Dinterrupts.c12 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start()
17 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next()
Ddevices.c27 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start()
34 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
Dnommu.c84 loff_t pos = *_pos; in nommu_region_list_start() local
99 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
Dconsoles.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
74 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
Dproc_tty.c106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
112 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
/fs/ext2/
Ddir.c90 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk()
266 loff_t pos = ctx->pos; in ext2_readdir() local
431 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk()
440 loff_t pos = page_offset(page) + in ext2_set_link() local
474 loff_t pos; in ext2_add_link() local
567 loff_t pos; in ext2_delete_entry() local
/fs/lockd/
Dprocfs.c22 loff_t *pos) in nlm_end_grace_write()
50 loff_t *pos) in nlm_end_grace_read()
/fs/cifs/
Dsmbencrypt.c37 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument
38 #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) argument
39 #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((__u16)(val))) argument
/fs/minix/
Ddir.c49 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk()
88 unsigned long pos = ctx->pos; in minix_readdir() local
213 loff_t pos; in minix_add_link() local
293 loff_t pos = page_offset(page) + (char*)de - kaddr; in minix_delete_entry() local
417 loff_t pos = page_offset(page) + in minix_set_link() local
/fs/incfs/
Dformat.c122 size_t count, loff_t pos, bool sync) in write_to_bf()
326 loff_t pos = incfs_get_end_offset(bfc->bc_file); in incfs_write_signature_to_backing_file() local
337 loff_t pos = incfs_get_end_offset(bfc->bc_file); in incfs_write_signature_to_backing_file() local
679 ssize_t incfs_kread(struct file *f, void *buf, size_t size, loff_t pos) in incfs_kread()
684 ssize_t incfs_kwrite(struct file *f, const void *buf, size_t size, loff_t pos) in incfs_kwrite()
/fs/jffs2/
Dcompr_rtime.c38 int pos=0; in jffs2_rtime_compress() local
79 int pos=0; in jffs2_rtime_decompress() local
/fs/erofs/
Dzmap.c34 erofs_off_t pos; in fill_inode_lazy() local
147 const erofs_off_t pos = in vle_legacy_load_cluster_from_disk() local
186 u8 *in, unsigned int pos, u8 *type) in decode_compactedbits()
271 erofs_off_t pos; in compacted_load_cluster_from_disk() local
/fs/ubifs/
Dlpt.c222 static void pack_bits(const struct ubifs_info *c, uint8_t **addr, int *pos, uint32_t val, int nrbit… in pack_bits()
273 uint32_t ubifs_unpack_bits(const struct ubifs_info *c, uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits()
344 int i, pos = 0; in ubifs_pack_pnode() local
377 int i, pos = 0; in ubifs_pack_nnode() local
409 int i, pos = 0; in ubifs_pack_ltab() local
433 int i, pos = 0; in ubifs_pack_lsave() local
926 int pos = 0; in check_lpt_crc() local
952 int *pos, int type) in check_lpt_type()
978 int i, pos = 0, err; in unpack_pnode() local
1015 int i, pos = 0, err; in ubifs_unpack_nnode() local
[all …]
/fs/ufs/
Ddir.c45 static int ufs_commit_chunk(struct page *page, loff_t pos, unsigned len) in ufs_commit_chunk()
90 loff_t pos = page_offset(page) + in ufs_set_link() local
319 loff_t pos; in ufs_add_link() local
425 loff_t pos = ctx->pos; in ufs_readdir() local
502 loff_t pos; in ufs_delete_entry() local
/fs/9p/
Dvfs_addr.c238 loff_t pos = iocb->ki_pos; in v9fs_direct_IO() local
256 loff_t pos, unsigned len, unsigned flags, in v9fs_write_begin()
292 loff_t pos, unsigned len, unsigned copied, in v9fs_write_end()
/fs/ext4/
Dverity.c42 loff_t pos) in pagecache_read()
73 loff_t pos) in pagecache_write()
356 loff_t pos = ext4_verity_metadata_pos(inode) + (index << log_blocksize); in ext4_write_merkle_tree_block() local

123456789