• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1What:		/sys/fs/fuse/features/fuse_bpf
2Date:		December 2022
3Contact:	Paul Lawrence <paullawrence@google.com>
4Description:
5		Read-only file that contains the word 'supported' if fuse-bpf is
6		supported, does not exist otherwise
7
8What:		/sys/fs/fuse/bpf_prog_type_fuse
9Date:		December 2022
10Contact:	Paul Lawrence <paullawrence@google.com>
11Description:
12		bpf_prog_type_fuse defines the program type of bpf programs that
13		may be passed to fuse-bpf. For upstream bpf program types, this
14		is a constant defined in a contiguous array of constants.
15		bpf_prog_type_fuse is appended to the end of the list, so it may
16		change and therefore its value must be read from this file.
17
18		Contents is ASCII decimal representation of bpf_prog_type_fuse
19
20