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()
364 struct afs_super_info *as1 = data; in afs_dynroot_test_super()
365 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super()
373 struct afs_super_info *as = data; in afs_set_super()
385 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super()
445 static struct afs_super_info *afs_alloc_sbi(struct afs_mount_params *params) in afs_alloc_sbi()
447 struct afs_super_info *as; in afs_alloc_sbi()
449 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL); in afs_alloc_sbi()
460 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
472 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super()
499 struct afs_super_info *as; in afs_mount()
681 struct afs_super_info *as = AFS_FS_S(dentry->d_sb); in afs_statfs()