Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvcauth.c43 struct auth_ops *aops; in svc_get_auth_ops() local
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()
58 module_put(aops->owner); in svc_put_auth_ops()
65 struct auth_ops *aops; in svc_authenticate() local
74 if (aops == NULL) { in svc_authenticate()
82 rqstp->rq_authop = aops; in svc_authenticate()
83 return aops->accept(rqstp); in svc_authenticate()
105 if (aops) { in svc_authorise()
[all …]
/linux/fs/freevxfs/
A 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/sound/hda/
A Dhdac_component.c254 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/mm/
A Dreadahead.c119 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages() local
128 if (aops->readahead) { in read_pages()
129 aops->readahead(rac); in read_pages()
135 } else if (aops->readpages) { in read_pages()
136 aops->readpages(rac->file, rac->mapping, pages, in read_pages()
144 aops->readpage(rac->file, page); in read_pages()
A Dfilemap.c3597 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local
3599 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin()
3608 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local
3610 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
/linux/include/sound/
A Dhda_component.h22 const struct drm_audio_component_audio_ops *aops,
49 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument
/linux/fs/ntfs/
A DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/linux/fs/gfs2/
A DMakefile6 aops.o dentry.o export.o file.o \
/linux/fs/ocfs2/
A DMakefile13 aops.o \
/linux/include/linux/sunrpc/
A Dsvcauth.h155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/linux/fs/cachefiles/
A Dnamei.c689 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/sound/soc/codecs/
A Dhdac_hdmi.c1745 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/Documentation/filesystems/
A Dlocking.rst466 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices

Completed in 31 milliseconds