Lines Matching refs:fs_context
40 static int afs_init_fs_context(struct fs_context *fc);
225 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) in afs_parse_source()
319 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) in afs_parse_param()
356 static int afs_validate_fc(struct fs_context *fc) in afs_validate_fc()
420 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super()
432 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super()
440 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super()
506 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
558 static int afs_get_tree(struct fs_context *fc) in afs_get_tree()
611 static void afs_free_fc(struct fs_context *fc) in afs_free_fc()
631 static int afs_init_fs_context(struct fs_context *fc) in afs_init_fs_context()