Lines Matching defs:fc
188 static int ovl_parse_monolithic(struct fs_context *fc, void *data) in ovl_parse_monolithic()
278 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, in ovl_mount_dir_check()
312 static int ovl_ctx_realloc_lower(struct fs_context *fc) in ovl_ctx_realloc_lower()
332 static void ovl_add_layer(struct fs_context *fc, enum ovl_opt layer, in ovl_add_layer()
364 static int ovl_parse_layer(struct fs_context *fc, struct fs_parameter *param, in ovl_parse_layer()
427 static int ovl_parse_param_lowerdir(const char *name, struct fs_context *fc) in ovl_parse_param_lowerdir()
541 static int ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) in ovl_parse_param()
631 static int ovl_get_tree(struct fs_context *fc) in ovl_get_tree()
645 static void ovl_free(struct fs_context *fc) in ovl_free()
663 static int ovl_reconfigure(struct fs_context *fc) in ovl_reconfigure()
700 int ovl_init_fs_context(struct fs_context *fc) in ovl_init_fs_context()