Searched refs:aops (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/net/sunrpc/ |
D | svcauth.c | 43 struct auth_ops *aops; in svc_get_auth_ops() local 48 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops() 49 if (aops != NULL && !try_module_get(aops->owner)) in svc_get_auth_ops() 50 aops = NULL; in svc_get_auth_ops() 52 return aops; in svc_get_auth_ops() 56 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops() argument 58 module_put(aops->owner); in svc_put_auth_ops() 65 struct auth_ops *aops; in svc_authenticate() local 73 aops = svc_get_auth_ops(flavor); in svc_authenticate() 74 if (aops == NULL) { in svc_authenticate() [all …]
|
/Linux-v5.15/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.15/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.15/sound/hda/ |
D | hdac_component.c | 254 const struct drm_audio_component_audio_ops *aops) in snd_hdac_acomp_register_notifier() argument 259 bus->audio_component->audio_ops = aops; in snd_hdac_acomp_register_notifier() 284 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument 300 acomp->audio_ops = aops; in snd_hdac_acomp_init()
|
/Linux-v5.15/mm/ |
D | readahead.c | 120 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages() local 129 if (aops->readahead) { in read_pages() 130 aops->readahead(rac); in read_pages() 136 } else if (aops->readpages) { in read_pages() 137 aops->readpages(rac->file, rac->mapping, pages, in read_pages() 145 aops->readpage(rac->file, page); in read_pages()
|
D | filemap.c | 3591 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local 3593 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 3602 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local 3604 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
|
/Linux-v5.15/fs/ntfs/ |
D | Makefile | 6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/Linux-v5.15/fs/gfs2/ |
D | Makefile | 6 aops.o dentry.o export.o file.o \
|
/Linux-v5.15/fs/ocfs2/ |
D | Makefile | 13 aops.o \
|
/Linux-v5.15/include/linux/sunrpc/ |
D | svcauth.h | 155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
|
/Linux-v5.15/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.15/sound/soc/codecs/ |
D | hdac_hdmi.c | 1745 static struct drm_audio_component_audio_ops aops = { variable 1982 aops.audio_ptr = hdev; in hdmi_codec_probe() 1983 ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops); in hdmi_codec_probe()
|
/Linux-v5.15/Documentation/filesystems/ |
D | locking.rst | 466 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices
|