aops              689 fs/cachefiles/namei.c 			const struct address_space_operations *aops;
aops              692 fs/cachefiles/namei.c 			aops = d_backing_inode(object->dentry)->i_mapping->a_ops;
aops              693 fs/cachefiles/namei.c 			if (!aops->bmap)
aops              281 fs/freevxfs/vxfs_inode.c 	const struct address_space_operations	*aops;
aops              299 fs/freevxfs/vxfs_inode.c 		aops = &vxfs_immed_aops;
aops              301 fs/freevxfs/vxfs_inode.c 		aops = &vxfs_aops;
aops              305 fs/freevxfs/vxfs_inode.c 		ip->i_mapping->a_ops = aops;
aops              309 fs/freevxfs/vxfs_inode.c 		ip->i_mapping->a_ops = aops;
aops              157 include/linux/sunrpc/svcauth.h extern int	svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
aops               22 include/sound/hda_component.h 			const struct drm_audio_component_audio_ops *aops,
aops               49 include/sound/hda_component.h 				      const struct drm_audio_component_audio_ops *aops,
aops             3126 mm/filemap.c   	const struct address_space_operations *aops = mapping->a_ops;
aops             3128 mm/filemap.c   	return aops->write_begin(file, mapping, pos, len, flags,
aops             3137 mm/filemap.c   	const struct address_space_operations *aops = mapping->a_ops;
aops             3139 mm/filemap.c   	return aops->write_end(file, mapping, pos, len, copied, page, fsdata);
aops               39 net/sunrpc/svcauth.c 	struct auth_ops		*aops;
aops               44 net/sunrpc/svcauth.c 	aops = rcu_dereference(authtab[flavor]);
aops               45 net/sunrpc/svcauth.c 	if (aops != NULL && !try_module_get(aops->owner))
aops               46 net/sunrpc/svcauth.c 		aops = NULL;
aops               48 net/sunrpc/svcauth.c 	return aops;
aops               52 net/sunrpc/svcauth.c svc_put_auth_ops(struct auth_ops *aops)
aops               54 net/sunrpc/svcauth.c 	module_put(aops->owner);
aops               61 net/sunrpc/svcauth.c 	struct auth_ops		*aops;
aops               69 net/sunrpc/svcauth.c 	aops = svc_get_auth_ops(flavor);
aops               70 net/sunrpc/svcauth.c 	if (aops == NULL) {
aops               78 net/sunrpc/svcauth.c 	rqstp->rq_authop = aops;
aops               79 net/sunrpc/svcauth.c 	return aops->accept(rqstp, authp);
aops               96 net/sunrpc/svcauth.c 	struct auth_ops *aops = rqstp->rq_authop;
aops              101 net/sunrpc/svcauth.c 	if (aops) {
aops              102 net/sunrpc/svcauth.c 		rv = aops->release(rqstp);
aops              103 net/sunrpc/svcauth.c 		svc_put_auth_ops(aops);
aops              109 net/sunrpc/svcauth.c svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops)
aops              115 net/sunrpc/svcauth.c 		old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops);
aops              116 net/sunrpc/svcauth.c 		if (old == NULL || old == aops)
aops              252 sound/hda/hdac_component.c 				    const struct drm_audio_component_audio_ops *aops)
aops              257 sound/hda/hdac_component.c 	bus->audio_component->audio_ops = aops;
aops              281 sound/hda/hdac_component.c 			const struct drm_audio_component_audio_ops *aops,
aops              297 sound/hda/hdac_component.c 	acomp->audio_ops = aops;
aops             1653 sound/soc/codecs/hdac_hdmi.c static struct drm_audio_component_audio_ops aops = {
aops             1881 sound/soc/codecs/hdac_hdmi.c 	aops.audio_ptr = hdev;
aops             1882 sound/soc/codecs/hdac_hdmi.c 	ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops);