Lines Matching refs:afs_super_info
149 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname()
183 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options()
353 struct afs_super_info *as1 = data; in afs_test_super()
354 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super()
365 struct afs_super_info *as1 = data; in afs_dynroot_test_super()
366 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super()
374 struct afs_super_info *as = data; in afs_set_super()
386 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super()
446 static struct afs_super_info *afs_alloc_sbi(struct afs_mount_params *params) in afs_alloc_sbi()
448 struct afs_super_info *as; in afs_alloc_sbi()
450 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_alloc_sbi()
461 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
473 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super()
500 struct afs_super_info *as; in afs_mount()
682 struct afs_super_info *as = AFS_FS_S(dentry->d_sb); in afs_statfs()