Lines Matching full:fuse
2 FUSE: Filesystem in Userspace
13 # define pr_fmt(fmt) "fuse: " fmt
16 #include <linux/fuse.h>
66 /** FUSE inode */
167 /** FUSE inode state bits */
183 /** FUSE specific file data */
185 /** Fuse connection for this file */
250 /** FUSE page descriptor */
391 * Input queue signalling is device-specific. For example, the /dev/fuse file
421 /** /dev/fuse input queue operations */
478 * Fuse device instance
481 /** Fuse connection for this device */
520 * A Fuse connection.
588 * any fuse request will be suspended until the flag is set */
804 /* Underlying (potentially shared) connection to the FUSE server */
1066 * Fill in superblock and initialize fuse connection
1166 /** CUSE pass fuse_direct_io() a file which f_mapping->host is not from FUSE */