Searched refs:auth_inode (Results 1 – 1 of 1) sorted by relevance
87 struct inode *auth_inode; in afs_get_auth_inode() local92 auth_inode = igrab(&vnode->vfs_inode); in afs_get_auth_inode()93 ASSERT(auth_inode != NULL); in afs_get_auth_inode()95 auth_inode = afs_iget(vnode->vfs_inode.i_sb, key, in afs_get_auth_inode()97 if (IS_ERR(auth_inode)) in afs_get_auth_inode()98 return ERR_CAST(auth_inode); in afs_get_auth_inode()101 auth_vnode = AFS_FS_I(auth_inode); in afs_get_auth_inode()