Lines Matching refs:afs_super_info
158 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname()
192 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options()
423 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super()
434 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super()
450 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super()
500 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
503 struct afs_super_info *as; in afs_alloc_sbi()
505 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_alloc_sbi()
520 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
532 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super()
552 struct afs_super_info *as; in afs_get_tree()
746 struct afs_super_info *as = AFS_FS_S(dentry->d_sb); in afs_statfs()