Searched defs:fs_context_operations (Results 1 – 2 of 2) sorted by relevance
1679 struct fs_context_operations { struct1680 void (*free)(struct fs_context *);1681 int (*dup)(struct fs_context *, struct fs_context *);1682 int (*parse_param)(struct fs_context *, struct fs_parameter *);1683 int (*parse_monolithic)(struct fs_context *, void *);1684 int (*get_tree)(struct fs_context *);1685 int (*reconfigure)(struct fs_context *);
1111 struct fs_context_operations { struct1112 void (*free)(struct fs_context *);1113 int (*dup)(struct fs_context *, struct fs_context *);1114 int (*parse_param)(struct fs_context *, struct fs_parameter *);1115 int (*parse_monolithic)(struct fs_context *, void *);1116 int (*get_tree)(struct fs_context *);1117 int (*reconfigure)(struct fs_context *);