Searched refs:aops (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/net/sunrpc/ |
| D | svcauth.c | 40 struct auth_ops *aops; in svc_authenticate() local 49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) || in svc_authenticate() 50 !try_module_get(aops->owner)) { in svc_authenticate() 60 rqstp->rq_authop = aops; in svc_authenticate() 61 return aops->accept(rqstp, authp); in svc_authenticate() 78 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise() local 83 if (aops) { in svc_authorise() 84 rv = aops->release(rqstp); in svc_authorise() 85 module_put(aops->owner); in svc_authorise() 91 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() argument [all …]
|
| /Linux-v4.19/fs/freevxfs/ |
| D | vxfs_inode.c | 281 const struct address_space_operations *aops; in vxfs_iget() local 299 aops = &vxfs_immed_aops; in vxfs_iget() 301 aops = &vxfs_aops; in vxfs_iget() 305 ip->i_mapping->a_ops = aops; in vxfs_iget() 309 ip->i_mapping->a_ops = aops; in vxfs_iget()
|
| /Linux-v4.19/sound/hda/ |
| D | hdac_component.c | 239 const struct drm_audio_component_audio_ops *aops) in snd_hdac_acomp_register_notifier() argument 244 bus->audio_component->audio_ops = aops; in snd_hdac_acomp_register_notifier() 268 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument 284 acomp->audio_ops = aops; in snd_hdac_acomp_init()
|
| /Linux-v4.19/include/sound/ |
| D | hda_component.h | 17 const struct drm_audio_component_audio_ops *aops, 44 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument
|
| /Linux-v4.19/fs/ntfs/ |
| D | Makefile | 6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
| /Linux-v4.19/fs/gfs2/ |
| D | Makefile | 6 aops.o dentry.o export.o file.o \
|
| /Linux-v4.19/fs/ocfs2/ |
| D | Makefile | 13 aops.o \
|
| /Linux-v4.19/include/linux/sunrpc/ |
| D | svcauth.h | 156 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
|
| /Linux-v4.19/fs/cachefiles/ |
| D | namei.c | 692 const struct address_space_operations *aops; in cachefiles_walk_to_object() local 695 aops = d_backing_inode(object->dentry)->i_mapping->a_ops; in cachefiles_walk_to_object() 696 if (!aops->bmap) in cachefiles_walk_to_object()
|
| /Linux-v4.19/mm/ |
| D | filemap.c | 2981 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local 2983 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 2992 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local 2994 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
|
| /Linux-v4.19/sound/soc/codecs/ |
| D | hdac_hdmi.c | 1591 static struct drm_audio_component_audio_ops aops = { variable 1820 aops.audio_ptr = hdev; in hdmi_codec_probe() 1821 ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops); in hdmi_codec_probe()
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | Locking | 396 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices
|