Lines Matching defs:fc
184 static int ovl_parse_monolithic(struct fs_context *fc, void *data) in ovl_parse_monolithic()
274 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, in ovl_mount_dir_check()
316 static int ovl_ctx_realloc_lower(struct fs_context *fc) in ovl_ctx_realloc_lower()
336 static void ovl_add_layer(struct fs_context *fc, enum ovl_opt layer, in ovl_add_layer()
402 static int ovl_do_parse_layer(struct fs_context *fc, const char *layer_name, in ovl_do_parse_layer()
428 static int ovl_parse_layer(struct fs_context *fc, struct fs_parameter *param, in ovl_parse_layer()
492 static int ovl_parse_param_lowerdir(const char *name, struct fs_context *fc) in ovl_parse_param_lowerdir()
584 static int ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) in ovl_parse_param()
674 static int ovl_get_tree(struct fs_context *fc) in ovl_get_tree()
688 static void ovl_free(struct fs_context *fc) in ovl_free()
706 static int ovl_reconfigure(struct fs_context *fc) in ovl_reconfigure()
743 int ovl_init_fs_context(struct fs_context *fc) in ovl_init_fs_context()