Lines Matching full:fuse
2 FUSE: Filesystem in Userspace
13 # define pr_fmt(fmt) "fuse: " fmt
16 #include <linux/fuse.h>
66 /** FUSE inode */
160 /** FUSE inode state bits */
176 /** FUSE specific file data */
178 /** Fuse connection for this file */
243 /** FUSE page descriptor */
384 * Input queue signalling is device-specific. For example, the /dev/fuse file
414 /** /dev/fuse input queue operations */
471 * Fuse device instance
474 /** Fuse connection for this device */
533 * A Fuse connection.
604 * any fuse request will be suspended until the flag is set */
849 /* Underlying (potentially shared) connection to the FUSE server */
1136 * Fill in superblock and initialize fuse connection
1159 /* Drop the connection and free the fuse mount */
1235 /** CUSE pass fuse_direct_io() a file which f_mapping->host is not from FUSE */