Searched refs:aops (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/net/sunrpc/ |
D | svcauth.c | 39 struct auth_ops *aops; in svc_get_auth_ops() local 44 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops() 45 if (aops != NULL && !try_module_get(aops->owner)) in svc_get_auth_ops() 46 aops = NULL; in svc_get_auth_ops() 48 return aops; in svc_get_auth_ops() 52 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops() argument 54 module_put(aops->owner); in svc_put_auth_ops() 61 struct auth_ops *aops; in svc_authenticate() local 69 aops = svc_get_auth_ops(flavor); in svc_authenticate() 70 if (aops == NULL) { in svc_authenticate() [all …]
|
/Linux-v5.4/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-v5.4/include/sound/ |
D | hda_component.h | 22 const struct drm_audio_component_audio_ops *aops, 49 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument
|
/Linux-v5.4/sound/hda/ |
D | hdac_component.c | 252 const struct drm_audio_component_audio_ops *aops) in snd_hdac_acomp_register_notifier() argument 257 bus->audio_component->audio_ops = aops; in snd_hdac_acomp_register_notifier() 281 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument 297 acomp->audio_ops = aops; in snd_hdac_acomp_init()
|
/Linux-v5.4/fs/ntfs/ |
D | Makefile | 6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/Linux-v5.4/fs/gfs2/ |
D | Makefile | 6 aops.o dentry.o export.o file.o \
|
/Linux-v5.4/fs/ocfs2/ |
D | Makefile | 13 aops.o \
|
/Linux-v5.4/include/linux/sunrpc/ |
D | svcauth.h | 157 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
|
/Linux-v5.4/fs/cachefiles/ |
D | namei.c | 689 const struct address_space_operations *aops; in cachefiles_walk_to_object() local 692 aops = d_backing_inode(object->dentry)->i_mapping->a_ops; in cachefiles_walk_to_object() 693 if (!aops->bmap) in cachefiles_walk_to_object()
|
/Linux-v5.4/mm/ |
D | filemap.c | 3147 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local 3149 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 3158 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local 3160 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
|
/Linux-v5.4/sound/soc/codecs/ |
D | hdac_hdmi.c | 1653 static struct drm_audio_component_audio_ops aops = { variable 1881 aops.audio_ptr = hdev; in hdmi_codec_probe() 1882 ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops); in hdmi_codec_probe()
|
/Linux-v5.4/Documentation/filesystems/ |
D | locking.rst | 451 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices
|