• Home
  • Raw
  • Download

Lines Matching defs:fc

84 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key)  in vfs_parse_sb_flag()
126 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param()
171 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string()
205 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic()
258 struct fs_context *fc; in alloc_fs_context() local
328 void fc_drop_locked(struct fs_context *fc) in fc_drop_locked()
344 struct fs_context *fc; in vfs_dup_fs_context() local
388 void logfc(struct fs_context *fc, const char *fmt, ...) in logfc()
469 static void put_fc_log(struct fs_context *fc) in put_fc_log()
489 void put_fs_context(struct fs_context *fc) in put_fs_context()
517 static void legacy_fs_context_free(struct fs_context *fc) in legacy_fs_context_free()
531 static int legacy_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc) in legacy_fs_context_dup()
557 static int legacy_parse_param(struct fs_context *fc, struct fs_parameter *param) in legacy_parse_param()
620 static int legacy_parse_monolithic(struct fs_context *fc, void *data) in legacy_parse_monolithic()
642 static int legacy_get_tree(struct fs_context *fc) in legacy_get_tree()
663 static int legacy_reconfigure(struct fs_context *fc) in legacy_reconfigure()
688 static int legacy_init_fs_context(struct fs_context *fc) in legacy_init_fs_context()
697 int parse_monolithic_mount_data(struct fs_context *fc, void *data) in parse_monolithic_mount_data()
721 void vfs_clean_context(struct fs_context *fc) in vfs_clean_context()
737 int finish_clean_context(struct fs_context *fc) in finish_clean_context()