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 */
383 * Input queue signalling is device-specific. For example, the /dev/fuse file
413 /** /dev/fuse input queue operations */
470 * Fuse device instance
473 /** Fuse connection for this device */
520 * A Fuse connection.
591 * any fuse request will be suspended until the flag is set */
824 /* Underlying (potentially shared) connection to the FUSE server */
1101 * Fill in superblock and initialize fuse connection
1124 /* Drop the connection and free the fuse mount */
1199 /** CUSE pass fuse_direct_io() a file which f_mapping->host is not from FUSE */