Searched refs:auth_inode (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dsecurity.c87 struct inode *auth_inode; local
92 auth_inode = igrab(&vnode->vfs_inode);
93 ASSERT(auth_inode != NULL);
95 auth_inode = afs_iget(vnode->vfs_inode.i_sb, key,
97 if (IS_ERR(auth_inode))
98 return ERR_PTR(PTR_ERR(auth_inode));
101 auth_vnode = AFS_FS_I(auth_inode);

Completed in 46 milliseconds