Searched defs:fs_context_operations (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 10461 struct fs_context_operations {  struct10462 	void (*free)(struct fs_context *);
 10463 	int (*dup)(struct fs_context *, struct fs_context *);
 10464 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 10465 	int (*parse_monolithic)(struct fs_context *, void *);
 10466 	int (*get_tree)(struct fs_context *);
 10467 	int (*reconfigure)(struct fs_context *);
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 8550 struct fs_context_operations {  struct8551 	void (*free)(struct fs_context *);
 8552 	int (*dup)(struct fs_context *, struct fs_context *);
 8553 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 8554 	int (*parse_monolithic)(struct fs_context *, void *);
 8555 	int (*get_tree)(struct fs_context *);
 8556 	int (*reconfigure)(struct fs_context *);
 
 | 
| D | vmlinux.h | 8550 struct fs_context_operations {  struct8551 	void (*free)(struct fs_context *);
 8552 	int (*dup)(struct fs_context *, struct fs_context *);
 8553 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 8554 	int (*parse_monolithic)(struct fs_context *, void *);
 8555 	int (*get_tree)(struct fs_context *);
 8556 	int (*reconfigure)(struct fs_context *);
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 7538 struct fs_context_operations {  struct7539 	void (*free)(struct fs_context *);
 7540 	int (*dup)(struct fs_context *, struct fs_context *);
 7541 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 7542 	int (*parse_monolithic)(struct fs_context *, void *);
 7543 	int (*get_tree)(struct fs_context *);
 7544 	int (*reconfigure)(struct fs_context *);
 
 | 
| D | vmlinux_510.h | 7538 struct fs_context_operations {  struct7539 	void (*free)(struct fs_context *);
 7540 	int (*dup)(struct fs_context *, struct fs_context *);
 7541 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 7542 	int (*parse_monolithic)(struct fs_context *, void *);
 7543 	int (*get_tree)(struct fs_context *);
 7544 	int (*reconfigure)(struct fs_context *);
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 31227 struct fs_context_operations {  struct31228 	void (*free)(struct fs_context *);
 31229 	int (*dup)(struct fs_context *, struct fs_context *);
 31230 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 31231 	int (*parse_monolithic)(struct fs_context *, void *);
 31232 	int (*get_tree)(struct fs_context *);
 31233 	int (*reconfigure)(struct fs_context *);
 
 | 
| D | vmlinux.h | 31227 struct fs_context_operations {  struct31228 	void (*free)(struct fs_context *);
 31229 	int (*dup)(struct fs_context *, struct fs_context *);
 31230 	int (*parse_param)(struct fs_context *, struct fs_parameter *);
 31231 	int (*parse_monolithic)(struct fs_context *, void *);
 31232 	int (*get_tree)(struct fs_context *);
 31233 	int (*reconfigure)(struct fs_context *);
 
 |