Home
last modified time | relevance | path

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

1234567

/fs/ncpfs/
Dncpsign_kernel.c22 #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/
Dread_write.c218 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 …]
Dseq_file.c67 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()
Dbinfmt_aout.c281 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/
Dsmbencrypt.c46 #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/
Dinterrupts.c11 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()
Ddevices.c26 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()
Dnommu.c91 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()
Dproc_tty.c104 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/
Dea.c16 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/
Ddirect.c116 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()
Dnfs4state.c98 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/
Ddir.c41 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/
Dfile.c375 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/
Dcompr_rtime.c38 int pos=0; in jffs2_rtime_compress() local
80 int pos=0; in jffs2_rtime_decompress() local
/fs/lockd/
Dhost.c108 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/
Dnetdebug.c97 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/
Dlpt.c232 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/
Ddir.c53 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/
Dfile.c219 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/
Ddir.c43 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/
Ddir.c84 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/
Dlogfile.c51 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/
Dwrite.c87 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/
Dfile.c83 loff_t pos, unsigned len, unsigned copied, in udf_adinicb_write_end()
113 int err, pos; in udf_file_aio_write() local

1234567