/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() 242 unsigned long pos, size_t maxlen) in romfs_dev_strnlen() 269 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 | 382 loff_t pos; in rw_verify_area() local 431 loff_t *pos) in __vfs_read() 442 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() 488 loff_t *pos) in __vfs_write() 499 ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) in __kernel_write() 525 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() 559 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write() 571 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local 587 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local 598 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument [all …]
|
D | seq_file.c | 107 loff_t pos = 0, index; in traverse() local 177 loff_t pos; in seq_read() local 555 static void *single_start(struct seq_file *p, loff_t *pos) in single_start() 560 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next() 808 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() 820 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() 846 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() 865 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() 907 loff_t pos) in seq_hlist_start_rcu() 931 loff_t pos) in seq_hlist_start_head_rcu() [all …]
|
/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 551 struct logfs_disk_dentry *dd, loff_t *pos) in logfs_get_dd() 567 static int logfs_delete_dd(struct inode *dir, loff_t pos) in logfs_delete_dd() 591 loff_t pos; in logfs_rename_cross() local 636 loff_t pos; in logfs_replace_inode() local 666 loff_t pos; in logfs_rename_target() local 733 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 82 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/kernfs/ |
D | dir.c | 263 struct kernfs_node *pos; in kernfs_link_sibling() local 961 static struct kernfs_node *kernfs_leftmost_descendant(struct kernfs_node *pos) in kernfs_leftmost_descendant() 992 static struct kernfs_node *kernfs_next_descendant_post(struct kernfs_node *pos, in kernfs_next_descendant_post() 1031 struct kernfs_node *pos; in kernfs_activate() local 1052 struct kernfs_node *pos; in __kernfs_remove() local 1383 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos() 1417 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos) in kernfs_dir_next_pos() 1436 struct kernfs_node *pos = file->private_data; in kernfs_fop_readdir() local
|
/fs/cifs/ |
D | smbencrypt.c | 47 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument 48 #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) argument 49 #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 323 loff_t pos; in ufs_add_link() local 432 loff_t pos = ctx->pos; in ufs_readdir() local 515 loff_t pos; in ufs_delete_entry() 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 v9fs_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t pos) in v9fs_direct_IO() 270 loff_t pos, unsigned len, unsigned flags, in v9fs_write_begin() 306 loff_t pos, unsigned len, unsigned copied, in v9fs_write_end()
|
/fs/fuse/ |
D | file.c | 531 void fuse_read_fill(struct fuse_req *req, struct file *file, loff_t pos, in fuse_read_fill() 595 static void fuse_aio_complete(struct fuse_io_priv *io, int err, ssize_t pos) in fuse_aio_complete() 633 ssize_t pos = -1; in fuse_aio_complete_req() local 669 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_read() 726 loff_t pos = page_offset(req->pages[0]) + num_read; in fuse_short_read() local 738 loff_t pos = page_offset(page); in fuse_do_readpage() local 834 loff_t pos = page_offset(req->pages[0]); in fuse_send_readpages() local 959 loff_t pos, size_t count) in fuse_write_fill() 982 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_write() 1003 bool fuse_write_update_size(struct inode *inode, loff_t pos) in fuse_write_update_size() [all …]
|
D | cuse.c | 94 loff_t pos = 0; in cuse_read_iter() local 102 loff_t pos = 0; in cuse_write_iter() local 114 struct cuse_conn *cc = NULL, *pos; in cuse_open() local 309 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply() local
|
/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
|