| /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/ |
| D | iomap.c | 42 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() 94 iomap_write_failed(struct inode *inode, loff_t pos, unsigned len) in iomap_write_failed() 107 iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, unsigned flags, in iomap_write_begin() 137 iomap_write_end(struct inode *inode, loff_t pos, unsigned len, in iomap_write_end() 150 iomap_write_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_write_actor() 240 loff_t pos = iocb->ki_pos, ret = 0, written = 0; in iomap_file_buffered_write() local 272 iomap_dirty_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_dirty_actor() 319 iomap_file_dirty(struct inode *inode, loff_t pos, loff_t len, in iomap_file_dirty() 337 static int iomap_zero(struct inode *inode, loff_t pos, unsigned offset, in iomap_zero() 354 static int iomap_dax_zero(loff_t pos, unsigned offset, unsigned bytes, in iomap_dax_zero() [all …]
|
| D | read_write.c | 401 loff_t pos; in rw_verify_area() local 446 loff_t *pos) in __vfs_read() 457 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() 504 loff_t *pos) in __vfs_write() 515 ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) in __kernel_write() 541 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() 576 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write() 587 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local 603 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local 614 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument [all …]
|
| D | seq_file.c | 103 loff_t pos = 0, index; in traverse() local 173 loff_t pos; 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() 835 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() 847 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() 873 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() 892 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() 934 loff_t pos) in seq_hlist_start_rcu() 958 loff_t pos) in seq_hlist_start_head_rcu() [all …]
|
| /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/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 287 loff_t pos; in logfs_readdir() local 552 struct logfs_disk_dentry *dd, loff_t *pos) in logfs_get_dd() 568 static int logfs_delete_dd(struct inode *dir, loff_t pos) in logfs_delete_dd() 592 loff_t pos; in logfs_rename_cross() local 637 loff_t pos; in logfs_replace_inode() local 667 loff_t pos; in logfs_rename_target() local 738 u64 ino, pos; in logfs_replay_journal() local
|
| /fs/sysv/ |
| D | dir.c | 36 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 65 unsigned long pos = ctx->pos; in sysv_readdir() local 182 loff_t pos; in sysv_add_link() local 233 loff_t pos = page_offset(page) + (char *)de - kaddr; in sysv_delete_entry() local 330 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 | 88 loff_t pos = *_pos; in nommu_region_list_start() local 103 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
| D | consoles.c | 63 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 76 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| D | proc_tty.c | 105 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 111 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
|
| /fs/lockd/ |
| D | procfs.c | 21 loff_t *pos) in nlm_end_grace_write() 49 loff_t *pos) in nlm_end_grace_read()
|
| /fs/ext2/ |
| D | dir.c | 88 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk() 287 loff_t pos = ctx->pos; in ext2_readdir() local 452 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk() 461 loff_t pos = page_offset(page) + in ext2_set_link() local 495 loff_t pos; in ext2_add_link() local 588 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 942 int *pos, int type) in check_lpt_type() 968 int i, pos = 0, err; in unpack_pnode() local 1005 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/minix/ |
| D | dir.c | 48 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 87 unsigned long pos = ctx->pos; in minix_readdir() local 212 loff_t pos; in minix_add_link() local 292 loff_t pos = page_offset(page) + (char*)de - kaddr; in minix_delete_entry() local 416 loff_t pos = page_offset(page) + in minix_set_link() local
|
| /fs/cifs/ |
| D | smbencrypt.c | 48 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument 49 #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) argument 50 #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() 88 loff_t pos = page_offset(page) + in ufs_set_link() local 317 loff_t pos; in ufs_add_link() local 423 loff_t pos = ctx->pos; in ufs_readdir() local 500 loff_t pos; in ufs_delete_entry() local
|
| /fs/kernfs/ |
| D | dir.c | 342 struct kernfs_node *pos; in kernfs_link_sibling() local 1090 static struct kernfs_node *kernfs_leftmost_descendant(struct kernfs_node *pos) in kernfs_leftmost_descendant() 1121 static struct kernfs_node *kernfs_next_descendant_post(struct kernfs_node *pos, in kernfs_next_descendant_post() 1160 struct kernfs_node *pos; in kernfs_activate() local 1181 struct kernfs_node *pos; in __kernfs_remove() local 1513 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos() 1547 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos) in kernfs_dir_next_pos() 1566 struct kernfs_node *pos = file->private_data; in kernfs_fop_readdir() local
|
| /fs/exofs/ |
| D | dir.c | 57 static int exofs_commit_chunk(struct page *page, loff_t pos, unsigned len) in exofs_commit_chunk() 238 loff_t pos = ctx->pos; in exofs_readdir() local 402 loff_t pos = page_offset(page) + in exofs_set_link() local 438 loff_t pos; in exofs_add_link() local 527 loff_t pos; in exofs_delete_entry() local
|
| /fs/9p/ |
| D | vfs_addr.c | 250 loff_t pos = iocb->ki_pos; in v9fs_direct_IO() local 268 loff_t pos, unsigned len, unsigned flags, in v9fs_write_begin() 304 loff_t pos, unsigned len, unsigned copied, in v9fs_write_end()
|
| /fs/fuse/ |
| D | file.c | 514 void fuse_read_fill(struct fuse_req *req, struct file *file, loff_t pos, in fuse_read_fill() 578 static void fuse_aio_complete(struct fuse_io_priv *io, int err, ssize_t pos) in fuse_aio_complete() 615 ssize_t pos = -1; in fuse_aio_complete_req() local 651 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_read() 708 loff_t pos = page_offset(req->pages[0]) + num_read; in fuse_short_read() local 720 loff_t pos = page_offset(page); in fuse_do_readpage() local 816 loff_t pos = page_offset(req->pages[0]); in fuse_send_readpages() local 940 loff_t pos, size_t count) in fuse_write_fill() 963 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_write() 984 bool fuse_write_update_size(struct inode *inode, loff_t pos) in fuse_write_update_size() [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
|