Searched defs:fs_context_operations (Results 1 – 1 of 1) sorted by relevance
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 *);