| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | readahead.c | 134 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages() local 143 if (aops->readahead) { in read_pages() 144 aops->readahead(rac); in read_pages() 150 } else if (aops->readpages) { in read_pages() 151 aops->readpages(rac->file, rac->mapping, pages, in read_pages() 159 aops->readpage(rac->file, page); in read_pages()
|
| H A D | filemap.c | 3318 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local 3320 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 3329 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local 3331 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | Makefile | 6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | Makefile | 6 aops.o dentry.o export.o file.o \
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | Makefile | 13 aops.o \
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | svcauth.h | 155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 457 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |