Lines Matching full:fuse
2 FUSE: Filesystem in Userspace
13 # define pr_fmt(fmt) "fuse: " fmt
16 #include <linux/fuse.h>
109 /** FUSE inode */
221 /** FUSE inode state bits */
241 /** FUSE specific file data */
243 /** Fuse connection for this file */
311 /** FUSE folio descriptor */
404 * FR_URING: request is handled through fuse-io-uring
480 * Input queue signalling is device-specific. For example, the /dev/fuse file
507 /** /dev/fuse input queue operations */
564 * Fuse device instance
567 /** Fuse connection for this device */
626 * A Fuse connection.
700 * any fuse request will be suspended until the flag is set */
986 * This is a workaround until fuse uses iomap for reads.
988 * mount time and for regular fuse servers, this is equivalent to
1002 /* Underlying (potentially shared) connection to the FUSE server */
1017 * Empty header for FUSE opcodes without specific header needs.
1019 * across all FUSE operations, simplifying request handling.
1264 * Assign a unique id to a fuse request
1309 * Initialize the fuse processing queue
1332 * Fill in superblock and initialize fuse connection
1355 /* Drop the connection and free the fuse mount */
1437 /** CUSE pass fuse_direct_io() a file which f_mapping->host is not from FUSE */