Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A DKconfig56 config FUSE_PASSTHROUGH config
H A Dinode.c1420 (flags & FUSE_PASSTHROUGH) && in process_init_reply()
1501 flags |= FUSE_PASSTHROUGH; in fuse_send_init()
/linux-6.15/include/uapi/linux/
H A Dfuse.h482 #define FUSE_PASSTHROUGH (1ULL << 37) macro