Lines Matching defs:fc

34 static int fuse_send_open(struct fuse_conn *fc, u64 nodeid, struct file *file,  in fuse_send_open()
62 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc()
102 static void fuse_release_end(struct fuse_conn *fc, struct fuse_args *args, in fuse_release_end()
132 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file, in fuse_do_open()
193 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_finish_open() local
218 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_open_common() local
249 struct fuse_conn *fc = ff->fc; in fuse_prepare_release() local
312 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_release() local
340 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
439 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_flush() local
485 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fsync_common() local
505 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fsync() local
635 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_aio_complete() local
673 static void fuse_aio_complete_req(struct fuse_conn *fc, struct fuse_args *args, in fuse_aio_complete_req()
702 static ssize_t fuse_async_req_send(struct fuse_conn *fc, in fuse_async_req_send()
725 struct fuse_conn *fc = ff->fc; in fuse_send_read() local
742 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_read_update_size() local
757 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_short_read() local
782 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_do_readpage() local
835 static void fuse_readpages_end(struct fuse_conn *fc, struct fuse_args *args, in fuse_readpages_end()
879 struct fuse_conn *fc = ff->fc; in fuse_send_readpages() local
916 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readpages_fill() local
953 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readpages() local
985 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_cache_read_iter() local
1043 struct fuse_conn *fc = ff->fc; in fuse_send_write() local
1066 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_write_update_size() local
1088 struct fuse_conn *fc = ff->fc; in fuse_send_write_pages() local
1126 struct fuse_conn *fc = get_fuse_conn(mapping->host); in fuse_fill_write_pages() local
1200 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_perform_write() local
1411 struct fuse_conn *fc = ff->fc; in fuse_direct_io() local
1587 static void fuse_writepage_finish(struct fuse_conn *fc, in fuse_writepage_finish()
1606 static void fuse_send_writepage(struct fuse_conn *fc, in fuse_send_writepage()
1671 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_flush_writepages() local
1684 static void fuse_writepage_end(struct fuse_conn *fc, struct fuse_args *args, in fuse_writepage_end()
1695 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_writepage_end() local
1735 static struct fuse_file *__fuse_write_file_get(struct fuse_conn *fc, in __fuse_write_file_get()
1751 static struct fuse_file *fuse_write_file_get(struct fuse_conn *fc, in fuse_write_file_get()
1761 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_write_inode() local
1797 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_writepage_locked() local
1890 struct fuse_conn *fc = get_fuse_conn(data->inode); in fuse_pages_realloc() local
1997 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_writepages_fill() local
2108 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_writepages() local
2151 struct fuse_conn *fc = get_fuse_conn(file_inode(file)); in fuse_write_begin() local
2300 static int convert_fuse_file_lock(struct fuse_conn *fc, in convert_fuse_file_lock()
2338 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_lk_fill() local
2360 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_getlk() local
2380 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_setlk() local
2410 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_file_lock() local
2433 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_file_flock() local
2452 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_bmap() local
2482 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_lseek() local
2593 static int fuse_verify_ioctl_iov(struct fuse_conn *fc, struct iovec *iov, in fuse_verify_ioctl_iov()
2607 static int fuse_copy_ioctl_iovec(struct fuse_conn *fc, struct iovec *dst, in fuse_copy_ioctl_iovec()
2693 struct fuse_conn *fc = ff->fc; in fuse_do_ioctl() local
2879 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_ioctl_common() local
2907 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node()
2938 static void fuse_register_polled_file(struct fuse_conn *fc, in fuse_register_polled_file()
2956 struct fuse_conn *fc = ff->fc; in fuse_file_poll() local
3001 int fuse_notify_poll_wakeup(struct fuse_conn *fc, in fuse_notify_poll_wakeup()
3035 static inline loff_t fuse_round_up(struct fuse_conn *fc, loff_t off) in fuse_round_up()
3153 struct fuse_conn *fc = ff->fc; in fuse_file_fallocate() local
3237 struct fuse_conn *fc = ff_in->fc; in __fuse_copy_file_range() local