Lines Matching defs:fc
186 static int ovl_parse_monolithic(struct fs_context *fc, void *data) in ovl_parse_monolithic()
276 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, in ovl_mount_dir_check()
318 static int ovl_ctx_realloc_lower(struct fs_context *fc) in ovl_ctx_realloc_lower()
338 static void ovl_add_layer(struct fs_context *fc, enum ovl_opt layer, in ovl_add_layer()
404 static int ovl_do_parse_layer(struct fs_context *fc, const char *layer_name, in ovl_do_parse_layer()
430 static int ovl_parse_layer(struct fs_context *fc, struct fs_parameter *param, in ovl_parse_layer()
494 static int ovl_parse_param_lowerdir(const char *name, struct fs_context *fc) in ovl_parse_param_lowerdir()
586 static int ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) in ovl_parse_param()
699 static int ovl_get_tree(struct fs_context *fc) in ovl_get_tree()
713 static void ovl_free(struct fs_context *fc) in ovl_free()
731 static int ovl_reconfigure(struct fs_context *fc) in ovl_reconfigure()
768 int ovl_init_fs_context(struct fs_context *fc) in ovl_init_fs_context()