Lines Matching defs:conn
33 struct fuse_conn_info *conn)
37 printf("Protocol version: %d.%d\n", conn->proto_major,
38 conn->proto_minor);
40 if(conn->capable & FUSE_CAP_ASYNC_READ)
42 if(conn->capable & FUSE_CAP_POSIX_LOCKS)
44 if(conn->capable & FUSE_CAP_ATOMIC_O_TRUNC)
46 if(conn->capable & FUSE_CAP_EXPORT_SUPPORT)
48 if(conn->capable & FUSE_CAP_DONT_MASK)
50 if(conn->capable & FUSE_CAP_SPLICE_MOVE)
52 if(conn->capable & FUSE_CAP_SPLICE_READ)
54 if(conn->capable & FUSE_CAP_SPLICE_WRITE)
56 if(conn->capable & FUSE_CAP_FLOCK_LOCKS)
58 if(conn->capable & FUSE_CAP_IOCTL_DIR)
60 if(conn->capable & FUSE_CAP_AUTO_INVAL_DATA)
62 if(conn->capable & FUSE_CAP_READDIRPLUS)
64 if(conn->capable & FUSE_CAP_READDIRPLUS_AUTO)
66 if(conn->capable & FUSE_CAP_ASYNC_DIO)
68 if(conn->capable & FUSE_CAP_WRITEBACK_CACHE)
70 if(conn->capable & FUSE_CAP_NO_OPEN_SUPPORT)
72 if(conn->capable & FUSE_CAP_PARALLEL_DIROPS)
74 if(conn->capable & FUSE_CAP_POSIX_ACL)
76 if(conn->capable & FUSE_CAP_CACHE_SYMLINKS)
78 if(conn->capable & FUSE_CAP_NO_OPENDIR_SUPPORT)
80 if(conn->capable & FUSE_CAP_EXPLICIT_INVAL_DATA)
82 if(conn->capable & FUSE_CAP_EXPIRE_ONLY)