/fs/romfs/ |
D | storage.c | 27 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read() 41 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen() 70 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp() 107 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read() 135 unsigned long pos, size_t limit) in romfs_blk_strnlen() 167 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp() 218 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read() 244 unsigned long pos, size_t maxlen) in romfs_dev_strnlen() 271 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
|
/fs/ncpfs/ |
D | ncpsign_kernel.c | 23 #define BVAL(buf,pos) (((const __u8 *)(buf))[pos]) argument 24 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) argument 25 #define BSET(buf,pos,val) (((__u8 *)(buf))[pos] = (val)) argument 28 WVAL_LH(const __u8 * buf, int pos) in WVAL_LH() 33 DVAL_LH(const __u8 * buf, int pos) in DVAL_LH() 38 WSET_LH(__u8 * buf, int pos, __u16 val) in WSET_LH() 44 DSET_LH(__u8 * buf, int pos, __u32 val) in DSET_LH()
|
/fs/ |
D | read_write.c | 302 loff_t pos; in rw_verify_area() local 353 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() 403 ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) in __kernel_write() 430 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() 467 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write() 478 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local 493 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local 503 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument 523 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument 693 unsigned long nr_segs, loff_t *pos) in do_readv_writev() [all …]
|
D | seq_file.c | 99 loff_t pos = 0, index; in traverse() local 168 loff_t pos; in seq_read() local 578 static void *single_start(struct seq_file *p, loff_t *pos) in single_start() 583 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next() 779 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() 791 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() 817 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() 836 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() 878 loff_t pos) in seq_hlist_start_rcu() 902 loff_t pos) in seq_hlist_start_head_rcu()
|
/fs/logfs/ |
D | dir.c | 67 loff_t pos) in write_dir() 77 static s64 dir_seek_data(struct inode *inode, s64 pos) in dir_seek_data() 86 loff_t pos = bix << inode->i_sb->s_blocksize_bits; in beyond_eof() local 288 loff_t pos = file->f_pos - IMPLICIT_NODES; in __logfs_readdir() local 570 struct logfs_disk_dentry *dd, loff_t *pos) in logfs_get_dd() 586 static int logfs_delete_dd(struct inode *dir, loff_t pos) in logfs_delete_dd() 610 loff_t pos; in logfs_rename_cross() local 655 loff_t pos; in logfs_replace_inode() local 685 loff_t pos; in logfs_rename_target() local 752 u64 ino, pos; in logfs_replay_journal() local
|
/fs/sysv/ |
D | dir.c | 41 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 70 unsigned long pos = filp->f_pos; in sysv_readdir() local 192 loff_t pos; in sysv_add_link() local 243 loff_t pos = page_offset(page) + (char *)de - kaddr; in sysv_delete_entry() local 340 loff_t pos = page_offset(page) + in sysv_set_link() local
|
/fs/hpfs/ |
D | ea.c | 16 unsigned pos = 0; in hpfs_ea_ext_remove() local 76 unsigned pos; in hpfs_read_ea() local 132 unsigned pos; in hpfs_get_ea() local 194 unsigned pos; in hpfs_set_ea() local
|
/fs/proc/ |
D | interrupts.c | 11 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start() 16 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next()
|
D | devices.c | 26 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start() 33 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
|
D | nommu.c | 90 loff_t pos = *_pos; in nommu_region_list_start() local 105 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
D | consoles.c | 65 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 78 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
D | proc_tty.c | 104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
|
/fs/nfs/ |
D | direct.c | 124 ssize_t nfs_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t pos, unsigned lon… in nfs_direct_IO() 312 loff_t pos, bool uio) in nfs_direct_read_schedule_segment() 404 loff_t pos, bool uio) in nfs_direct_read_schedule_iovec() 444 unsigned long nr_segs, loff_t pos, bool uio) in nfs_direct_read() 633 loff_t pos, bool uio) in nfs_direct_write_schedule_segment() 805 loff_t pos, bool uio) in nfs_direct_write_schedule_iovec() 848 unsigned long nr_segs, loff_t pos, in nfs_direct_write() 903 unsigned long nr_segs, loff_t pos, bool uio) in nfs_file_direct_read() 959 unsigned long nr_segs, loff_t pos, bool uio) in nfs_file_direct_write()
|
/fs/ext2/ |
D | dir.c | 93 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk() 292 loff_t pos = filp->f_pos; in ext2_readdir() local 460 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk() 469 loff_t pos = page_offset(page) + in ext2_set_link() local 503 loff_t pos; in ext2_add_link() local 596 loff_t pos; in ext2_delete_entry() local
|
/fs/ubifs/ |
D | lpt.c | 233 static void pack_bits(uint8_t **addr, int *pos, uint32_t val, int nrbits) in pack_bits() 283 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits() 354 int i, pos = 0; in ubifs_pack_pnode() local 387 int i, pos = 0; in ubifs_pack_nnode() local 419 int i, pos = 0; in ubifs_pack_ltab() local 443 int i, pos = 0; in ubifs_pack_lsave() local 916 int pos = 0; in check_lpt_crc() local 941 static int check_lpt_type(uint8_t **addr, int *pos, int type) in check_lpt_type() 967 int i, pos = 0, err; in unpack_pnode() local 1004 int i, pos = 0, err; in ubifs_unpack_nnode() local [all …]
|
/fs/jffs2/ |
D | compr_rtime.c | 38 int pos=0; in jffs2_rtime_compress() local 79 int pos=0; in jffs2_rtime_decompress() local
|
/fs/fuse/ |
D | file.c | 479 void fuse_read_fill(struct fuse_req *req, struct file *file, loff_t pos, in fuse_read_fill() 527 static void fuse_aio_complete(struct fuse_io_priv *io, int err, ssize_t pos) in fuse_aio_complete() 570 ssize_t pos = -1; in fuse_aio_complete_req() local 605 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_read() 647 loff_t pos = page_offset(page); in fuse_readpage() local 712 loff_t pos; in fuse_readpages_end() local 738 loff_t pos = page_offset(req->pages[0]); in fuse_send_readpages() local 841 unsigned long nr_segs, loff_t pos) in fuse_file_aio_read() 863 loff_t pos, size_t count) in fuse_write_fill() 886 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_write() [all …]
|
/fs/cifs/ |
D | smbencrypt.c | 46 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument 47 #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) argument 48 #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((__u16)(val))) argument
|
/fs/ufs/ |
D | dir.c | 43 static int ufs_commit_chunk(struct page *page, loff_t pos, unsigned len) in ufs_commit_chunk() 92 loff_t pos = page_offset(page) + in ufs_set_link() local 326 loff_t pos; in ufs_add_link() local 435 loff_t pos = filp->f_pos; in ufs_readdir() local 522 loff_t pos; in ufs_delete_entry() local
|
/fs/minix/ |
D | dir.c | 53 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 87 unsigned long pos = filp->f_pos; in minix_readdir() local 221 loff_t pos; in minix_add_link() local 301 loff_t pos = page_offset(page) + (char*)de - kaddr; in minix_delete_entry() local 425 loff_t pos = page_offset(page) + in minix_set_link() local
|
/fs/udf/ |
D | file.c | 85 struct address_space *mapping, loff_t pos, in udf_adinicb_write_begin() 105 loff_t pos, unsigned len, unsigned copied, in udf_adinicb_write_end() 143 int err, pos; in udf_file_aio_write() local
|
/fs/9p/ |
D | vfs_addr.c | 261 loff_t pos, unsigned long nr_segs) in v9fs_direct_IO() 276 loff_t pos, unsigned len, unsigned flags, in v9fs_write_begin() 309 loff_t pos, unsigned len, unsigned copied, in v9fs_write_end()
|
/fs/exofs/ |
D | dir.c | 63 static int exofs_commit_chunk(struct page *page, loff_t pos, unsigned len) in exofs_commit_chunk() 244 loff_t pos = filp->f_pos; in exofs_readdir() local 414 loff_t pos = page_offset(page) + in exofs_set_link() local 450 loff_t pos; in exofs_add_link() local 539 loff_t pos; in exofs_delete_entry() local
|
/fs/ocfs2/ |
D | aops.c | 942 struct ocfs2_super *osb, loff_t pos, in ocfs2_alloc_write_ctxt() 1310 loff_t pos, unsigned len) in ocfs2_write_cluster_by_desc() 1356 loff_t pos, unsigned len, int alloc) in ocfs2_set_target_boundaries() 1558 struct inode *inode, loff_t pos, in ocfs2_try_to_write_inline_data() 1630 loff_t pos, unsigned len, in ocfs2_expand_nonsparse_inode() 1652 loff_t pos) in ocfs2_zero_tail() 1702 loff_t pos, unsigned len, unsigned flags, in ocfs2_write_begin_nolock() 1924 loff_t pos, unsigned len, unsigned flags, in ocfs2_write_begin() 1966 static void ocfs2_write_end_inline(struct inode *inode, loff_t pos, in ocfs2_write_end_inline() 1992 loff_t pos, unsigned len, unsigned copied, in ocfs2_write_end_nolock() [all …]
|
/fs/ntfs/ |
D | logfile.c | 52 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header() 350 RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, in ntfs_check_and_load_restart_page() 486 s64 size, pos; in ntfs_check_logfile() local
|