Lines Matching refs:afs_super_info
157 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname()
191 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options()
420 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super()
431 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super()
447 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super()
503 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
506 struct afs_super_info *as; in afs_alloc_sbi()
508 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_alloc_sbi()
523 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
536 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super()
559 struct afs_super_info *as; in afs_get_tree()
751 struct afs_super_info *as = AFS_FS_S(dentry->d_sb); in afs_statfs()