Searched defs:fs_context_operations (Results 1 – 1 of 1) sorted by relevance
110 struct fs_context_operations { struct111 void (*free)(struct fs_context *fc);112 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);113 int (*parse_param)(struct fs_context *fc, struct fs_parameter *param);114 int (*parse_monolithic)(struct fs_context *fc, void *data);115 int (*get_tree)(struct fs_context *fc);116 int (*reconfigure)(struct fs_context *fc);