Lines Matching refs:key
34 static int afs_inode_map_status(struct afs_vnode *vnode, struct key *key) in afs_inode_map_status() argument
84 afs_mntpt_check_symlink(vnode, key); in afs_inode_map_status()
137 int namesz, struct key *key) in afs_iget_autocell() argument
198 struct inode *afs_iget(struct super_block *sb, struct key *key, in afs_iget() argument
234 ret = afs_vnode_fetch_status(vnode, NULL, key); in afs_iget()
265 ret = afs_inode_map_status(vnode, key); in afs_iget()
313 int afs_validate(struct afs_vnode *vnode, struct key *key) in afs_validate() argument
319 key_serial(key)); in afs_validate()
345 ret = afs_vnode_fetch_status(vnode, NULL, key); in afs_validate()
462 struct key *key; in afs_setattr() local
482 key = attr->ia_file->private_data; in afs_setattr()
484 key = afs_request_key(vnode->volume->cell); in afs_setattr()
485 if (IS_ERR(key)) { in afs_setattr()
486 ret = PTR_ERR(key); in afs_setattr()
491 ret = afs_vnode_setattr(vnode, key, attr); in afs_setattr()
493 key_put(key); in afs_setattr()