|
Linux Kernel
3.7.1
|
#include <fuse_i.h>
A Fuse connection.
This structure is created, when the filesystem is mounted, and is destroyed, when the client device is closed and the filesystem is unmounted.
| unsigned active_background |
| unsigned async_read |
| unsigned atomic_o_trunc |
| unsigned auto_inval_data |
| int blocked |
| wait_queue_head_t blocked_waitq |
| unsigned congestion_threshold |
| unsigned conn_error |
| unsigned connected |
| struct dentry* ctl_dentry[FUSE_CTL_NUM_DENTRIES] |
| unsigned export_support |
| struct fasync_struct* fasync |
| int forget_batch |
| struct fuse_forget_link forget_list_head |
| struct fuse_forget_link* forget_list_tail |
| struct rw_semaphore killsb |
| spinlock_t lock |
| unsigned max_background |
| unsigned no_flock |
| unsigned no_lock |
| unsigned no_removexattr |
| unsigned num_background |
| atomic_t num_waiting |
| wait_queue_head_t reserved_req_waitq |
| struct super_block* sb |
| wait_queue_head_t waitq |
1.8.2