| H A D | dev.c | 3 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu> 45 return time_is_before_jiffies(req->create_time + fc->timeout.req_timeout); in fuse_request_expired() 62 * - check the fiq pending list 63 * - check the bg queue 64 * - check the fpq io and processing lists 69 * between lists, re-sent requests at the head of the pending list having a 78 struct fuse_iqueue *fiq = &fc->iq; in fuse_check_timeout() 83 if (!atomic_read(&fc->num_waiting)) in fuse_check_timeout() 86 spin_lock(&fiq->loc in fuse_check_timeout() 840 fuse_copy_init(struct fuse_copy_state * cs,bool write,struct iov_iter * iter) fuse_copy_init() argument 849 fuse_copy_finish(struct fuse_copy_state * cs) fuse_copy_finish() argument 871 fuse_copy_fill(struct fuse_copy_state * cs) fuse_copy_fill() argument 930 fuse_copy_do(struct fuse_copy_state * cs,void ** val,unsigned * size) fuse_copy_do() argument 979 fuse_try_move_folio(struct fuse_copy_state * cs,struct folio ** foliop) fuse_try_move_folio() argument 1082 fuse_ref_folio(struct fuse_copy_state * cs,struct folio * folio,unsigned offset,unsigned count) fuse_ref_folio() argument 1116 fuse_copy_folio(struct fuse_copy_state * cs,struct folio ** foliop,unsigned offset,unsigned count,int zeroing) fuse_copy_folio() argument 1176 fuse_copy_folios(struct fuse_copy_state * cs,unsigned nbytes,int zeroing) fuse_copy_folios() argument 1198 fuse_copy_one(struct fuse_copy_state * cs,void * val,unsigned size) fuse_copy_one() argument 1212 fuse_copy_args(struct fuse_copy_state * cs,unsigned numargs,unsigned argpages,struct fuse_arg * args,int zeroing) fuse_copy_args() argument 1249 fuse_read_interrupt(struct fuse_iqueue * fiq,struct fuse_copy_state * cs,size_t nbytes,struct fuse_req * req) fuse_read_interrupt() argument 1301 fuse_read_single_forget(struct fuse_iqueue * fiq,struct fuse_copy_state * cs,size_t nbytes) fuse_read_single_forget() argument 1334 fuse_read_batch_forget(struct fuse_iqueue * fiq,struct fuse_copy_state * cs,size_t nbytes) fuse_read_batch_forget() argument 1383 fuse_read_forget(struct fuse_conn * fc,struct fuse_iqueue * fiq,struct fuse_copy_state * cs,size_t nbytes) fuse_read_forget() argument 1403 fuse_dev_do_read(struct fuse_dev * fud,struct file * file,struct fuse_copy_state * cs,size_t nbytes) fuse_dev_do_read() argument 1573 struct fuse_copy_state cs; fuse_dev_read() local 1595 struct fuse_copy_state cs; fuse_dev_splice_read() local 1640 fuse_notify_poll(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_poll() argument 1657 fuse_notify_inval_inode(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_inval_inode() argument 1678 fuse_notify_inval_entry(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_inval_entry() argument 1720 fuse_notify_delete(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_delete() argument 1761 fuse_notify_store(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_store() argument 1770 unsigned int num; fuse_notify_store() local 1867 unsigned int num; fuse_retrieve() local 1948 fuse_notify_retrieve(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_retrieve() argument 2057 fuse_notify_prune(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_prune() argument 2062 unsigned int num, i; fuse_notify_prune() local 2093 fuse_notify(struct fuse_conn * fc,enum fuse_notify_code code,unsigned int size,struct fuse_copy_state * cs) fuse_notify() argument 2144 fuse_copy_out_args(struct fuse_copy_state * cs,struct fuse_args * args,unsigned nbytes) fuse_copy_out_args() argument 2180 fuse_dev_do_write(struct fuse_dev * fud,struct fuse_copy_state * cs,size_t nbytes) fuse_dev_do_write() argument 2278 struct fuse_copy_state cs; fuse_dev_write() local 2300 struct fuse_copy_state cs; fuse_dev_splice_write() local [all...] |