Home
last modified time | relevance | path

Searched refs:aops (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dsvcauth.c40 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/
Dvxfs_inode.c281 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/
Dhdac_component.c239 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/
Dhda_component.h17 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/
DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/Linux-v4.19/fs/gfs2/
DMakefile6 aops.o dentry.o export.o file.o \
/Linux-v4.19/fs/ocfs2/
DMakefile13 aops.o \
/Linux-v4.19/include/linux/sunrpc/
Dsvcauth.h156 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/Linux-v4.19/fs/cachefiles/
Dnamei.c692 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/
Dfilemap.c2981 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/
Dhdac_hdmi.c1591 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/
DLocking396 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices