Home
last modified time | relevance | path

Searched refs:FUSE_PASSTHROUGH (Results 1 – 4 of 4) sorted by relevance

/linux/fs/fuse/
H A DKconfig57 config FUSE_PASSTHROUGH config
H A Dinode.c1438 (flags & FUSE_PASSTHROUGH) && in process_init_reply()
1519 flags |= FUSE_PASSTHROUGH; in fuse_new_init()
/linux/Documentation/filesystems/fuse/
H A Dfuse-passthrough.rst36 ``FUSE_PASSTHROUGH`` capability and specify its desired
/linux/include/uapi/linux/
H A Dfuse.h490 #define FUSE_PASSTHROUGH (1ULL << 37) macro