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()
370 static int ovl_parse_layer(struct fs_context *fc, const char *layer_name, enum ovl_opt layer) in ovl_parse_layer()
432 static int ovl_parse_param_lowerdir(const char *name, struct fs_context *fc) in ovl_parse_param_lowerdir()
518 static int ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) in ovl_parse_param()
608 static int ovl_get_tree(struct fs_context *fc) in ovl_get_tree()
622 static void ovl_free(struct fs_context *fc) in ovl_free()
640 static int ovl_reconfigure(struct fs_context *fc) in ovl_reconfigure()
677 int ovl_init_fs_context(struct fs_context *fc) in ovl_init_fs_context()