Lines Matching refs:fs_context
40 static int afs_init_fs_context(struct fs_context *fc);
224 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) in afs_parse_source()
318 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) in afs_parse_param()
355 static int afs_validate_fc(struct fs_context *fc) in afs_validate_fc()
417 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super()
429 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super()
437 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super()
503 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
555 static int afs_get_tree(struct fs_context *fc) in afs_get_tree()
608 static void afs_free_fc(struct fs_context *fc) in afs_free_fc()
628 static int afs_init_fs_context(struct fs_context *fc) in afs_init_fs_context()