/fs/ncpfs/ |
D | ncpsign_kernel.c | 22 #define BVAL(buf,pos) (((__u8 *)(buf))[pos]) argument 23 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) argument 24 #define BSET(buf,pos,val) (BVAL(buf,pos) = (val)) argument 27 WVAL_LH(__u8 * buf, int pos) in WVAL_LH() 32 DVAL_LH(__u8 * buf, int pos) in DVAL_LH() 37 WSET_LH(__u8 * buf, int pos, __u16 val) in WSET_LH() 43 DSET_LH(__u8 * buf, int pos, __u32 val) in DSET_LH()
|
/fs/ |
D | read_write.c | 218 loff_t pos; in rw_verify_area() local 277 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() 332 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() 367 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write() 380 loff_t pos = file_pos_read(file); in SYSCALL_DEFINE3() local 398 loff_t pos = file_pos_read(file); in SYSCALL_DEFINE3() local 428 asmlinkage long SyS_pread64(long fd, long buf, long count, loff_t pos) in SyS_pread64() 457 asmlinkage long SyS_pwrite64(long fd, long buf, long count, loff_t pos) in SyS_pwrite64() 615 unsigned long nr_segs, loff_t *pos) in do_readv_writev() 667 unsigned long vlen, loff_t *pos) in vfs_readv() [all …]
|
D | seq_file.c | 67 loff_t pos = 0, index; in traverse() local 136 loff_t pos; in seq_read() local 532 static void *single_start(struct seq_file *p, loff_t *pos) in single_start() 537 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next() 643 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() 656 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
|
D | binfmt_aout.c | 281 loff_t pos; in load_aout_binary() local 324 loff_t pos = fd_offset; in load_aout_binary() local 423 loff_t pos = N_TXTOFF(ex); in load_aout_library() local
|
/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/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 | 91 loff_t pos = *_pos; in nommu_region_list_start() local 106 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_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/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 193 unsigned pos; in hpfs_set_ea() local
|
/fs/nfs/ |
D | direct.c | 116 ssize_t nfs_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t pos, unsigned lon… in nfs_direct_IO() 275 loff_t pos) in nfs_direct_read_schedule_segment() 381 loff_t pos) in nfs_direct_read_schedule_iovec() 412 unsigned long nr_segs, loff_t pos) in nfs_direct_read() 689 loff_t pos, int sync) in nfs_direct_write_schedule_segment() 799 loff_t pos, int sync) in nfs_direct_write_schedule_iovec() 831 unsigned long nr_segs, loff_t pos, in nfs_direct_write() 883 unsigned long nr_segs, loff_t pos) in nfs_file_direct_read() 940 unsigned long nr_segs, loff_t pos) in nfs_file_direct_write()
|
D | nfs4state.c | 98 struct rb_node *pos; in nfs4_get_renew_cred_locked() local 124 struct rb_node *pos; in nfs4_get_setclientid_cred() local 145 struct nfs_unique_id *pos; in nfs_alloc_unique_id() local 518 struct nfs4_lock_state *pos; in __nfs4_find_lock_state() local 962 struct rb_node *pos; in nfs4_state_mark_reclaim_helper() local 988 struct rb_node *pos; in nfs4_state_end_reclaim_reboot() local 1044 struct rb_node *pos; in nfs4_do_reclaim() 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 195 loff_t pos; in sysv_add_link() local 248 loff_t pos = page_offset(page) + (char *)de - kaddr; in sysv_delete_entry() local 349 loff_t pos = page_offset(page) + in sysv_set_link() local
|
/fs/fuse/ |
D | file.c | 375 struct inode *inode, loff_t pos, size_t count, int opcode) in fuse_read_fill() 396 struct inode *inode, loff_t pos, size_t count, in fuse_send_read() 432 loff_t pos = page_offset(page); in fuse_readpage() local 489 loff_t pos = page_offset(req->pages[0]) + num_read; in fuse_readpages_end() local 511 loff_t pos = page_offset(req->pages[0]); in fuse_send_readpages() local 590 unsigned long nr_segs, loff_t pos) in fuse_file_aio_read() 610 loff_t pos, size_t count, int writepage) in fuse_write_fill() 638 struct inode *inode, loff_t pos, size_t count, in fuse_send_write() 653 loff_t pos, unsigned len, unsigned flags, in fuse_write_begin() 664 static void fuse_write_update_size(struct inode *inode, loff_t pos) in fuse_write_update_size() [all …]
|
/fs/jffs2/ |
D | compr_rtime.c | 38 int pos=0; in jffs2_rtime_compress() local 80 int pos=0; in jffs2_rtime_decompress() local
|
/fs/lockd/ |
D | host.c | 108 struct hlist_node *pos; in nlm_lookup_host() local 456 struct hlist_node *pos; in nlm_host_rebooted() local 506 struct hlist_node *pos; in nlm_shutdown_hosts() local 551 struct hlist_node *pos, *next; in nlm_gc_hosts() local
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 97 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start() 108 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next() 254 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start() 265 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next()
|
/fs/ubifs/ |
D | lpt.c | 232 static void pack_bits(uint8_t **addr, int *pos, uint32_t val, int nrbits) in pack_bits() 282 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits() 353 int i, pos = 0; in ubifs_pack_pnode() local 386 int i, pos = 0; in ubifs_pack_nnode() local 418 int i, pos = 0; in ubifs_pack_ltab() local 442 int i, pos = 0; in ubifs_pack_lsave() local 918 int pos = 0; in check_lpt_crc() local 943 static int check_lpt_type(uint8_t **addr, int *pos, int type) in check_lpt_type() 969 int i, pos = 0, err; in unpack_pnode() local 1006 int i, pos = 0, err; in ubifs_unpack_nnode() local [all …]
|
/fs/minix/ |
D | dir.c | 53 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 94 unsigned long pos = filp->f_pos; in minix_readdir() local 231 loff_t pos; in minix_add_link() local 313 loff_t pos = page_offset(page) + (char*)de - kaddr; in minix_delete_entry() local 437 loff_t pos = page_offset(page) + in minix_set_link() local
|
/fs/smbfs/ |
D | file.c | 219 unsigned long nr_segs, loff_t pos) in smb_file_aio_read() 296 loff_t pos, unsigned len, unsigned flags, in smb_write_begin() 307 loff_t pos, unsigned len, unsigned copied, in smb_write_end() 341 unsigned long nr_segs, loff_t pos) in smb_file_aio_write()
|
/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 327 loff_t pos; in ufs_add_link() local 437 loff_t pos = filp->f_pos; in ufs_readdir() local 525 loff_t pos; in ufs_delete_entry() local
|
/fs/ext2/ |
D | dir.c | 84 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk() 283 loff_t pos = filp->f_pos; in ext2_readdir() local 455 loff_t pos = page_offset(page) + in ext2_set_link() local 489 loff_t pos; in ext2_add_link() local 584 loff_t pos; in ext2_delete_entry() local
|
/fs/ntfs/ |
D | logfile.c | 51 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header() 349 RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, in ntfs_check_and_load_restart_page() 485 s64 size, pos; in ntfs_check_logfile() local
|
/fs/afs/ |
D | write.c | 87 loff_t pos, unsigned len, struct page *page) in afs_fill_page() 121 loff_t pos, unsigned len, unsigned flags, in afs_write_begin() 247 loff_t pos, unsigned len, unsigned copied, in afs_write_end() 668 unsigned long nr_segs, loff_t pos) in afs_file_write()
|
/fs/udf/ |
D | file.c | 83 loff_t pos, unsigned len, unsigned copied, in udf_adinicb_write_end() 113 int err, pos; in udf_file_aio_write() local
|