Home
last modified time | relevance | path

Searched refs:aops (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcauth.c43 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 in svc_authenticate()
100 struct auth_ops *aops = rqstp->rq_authop; svc_authorise() local
113 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) svc_auth_register() argument
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvcauth.c45 struct auth_ops *aops; in svc_get_auth_ops() local
50 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops()
51 if (aops != NULL && !try_module_get(aops->owner)) in svc_get_auth_ops()
52 aops = NULL; in svc_get_auth_ops()
54 return aops; in svc_get_auth_ops()
58 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops() argument
60 module_put(aops->owner); in svc_put_auth_ops()
77 struct auth_ops *aops; in svc_authenticate() local
89 aops in svc_authenticate()
128 struct auth_ops *aops = rqstp->rq_authop; svc_authorise() local
141 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) svc_auth_register() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dxfile.c212 const struct address_space_operations *aops = mapping->a_ops; in xfile_pwrite() local
240 error = aops->write_begin(NULL, mapping, pos, len, &page, in xfile_pwrite()
259 ret = aops->write_end(NULL, mapping, pos, len, len, page, in xfile_pwrite()
327 const struct address_space_operations *aops = mapping->a_ops; in xfile_get_page() local
349 error = aops->write_begin(NULL, mapping, key, PAGE_SIZE, &page, in xfile_get_page()
399 const struct address_space_operations *aops = mapping->a_ops; in xfile_put_page() local
409 ret = aops->write_end(NULL, mapping, xfpage->pos, PAGE_SIZE, PAGE_SIZE, in xfile_put_page()
/kernel/linux/linux-5.10/fs/freevxfs/
H 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()
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_inode.c256 const struct address_space_operations *aops; in vxfs_iget() local
274 aops = &vxfs_immed_aops; in vxfs_iget()
276 aops = &vxfs_aops; in vxfs_iget()
280 ip->i_mapping->a_ops = aops; in vxfs_iget()
284 ip->i_mapping->a_ops = aops; in vxfs_iget()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c425 const struct address_space_operations *aops = mapping->a_ops; in shmem_pwrite() local
483 err = aops->write_begin(obj->base.filp, mapping, offset, len, in shmem_pwrite()
494 err = aops->write_end(obj->base.filp, mapping, offset, len, in shmem_pwrite()
660 const struct address_space_operations *aops; in i915_gem_object_create_shmem_from_data() local
672 aops = file->f_mapping->a_ops; in i915_gem_object_create_shmem_from_data()
679 err = aops->write_begin(file, file->f_mapping, offset, len, in i915_gem_object_create_shmem_from_data()
688 err = aops->write_end(file, file->f_mapping, offset, len, len, in i915_gem_object_create_shmem_from_data()
/kernel/linux/linux-5.10/include/sound/
H 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()
48 snd_hdac_acomp_init(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops, int (*match_master)(struct device *, int, void *), size_t extra_size) snd_hdac_acomp_init() argument
/kernel/linux/linux-6.6/include/sound/
H 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()
48 snd_hdac_acomp_init(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops, int (*match_master)(struct device *, int, void *), size_t extra_size) snd_hdac_acomp_init() argument
/kernel/linux/linux-5.10/mm/
H A Dreadahead.c120 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()
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_component.c244 * @aops: audio component ops
254 const struct drm_audio_component_audio_ops *aops) in snd_hdac_acomp_register_notifier()
259 bus->audio_component->audio_ops = aops; in snd_hdac_acomp_register_notifier()
267 * @aops: audio component ops
284 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init()
300 acomp->audio_ops = aops; in snd_hdac_acomp_init()
253 snd_hdac_acomp_register_notifier(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops) snd_hdac_acomp_register_notifier() argument
283 snd_hdac_acomp_init(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops, int (*match_master)(struct device *, int, void *), size_t extra_size) snd_hdac_acomp_init() argument
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_component.c244 * @aops: audio component ops
254 const struct drm_audio_component_audio_ops *aops) in snd_hdac_acomp_register_notifier()
259 bus->audio_component->audio_ops = aops; in snd_hdac_acomp_register_notifier()
267 * @aops: audio component ops
284 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init()
300 acomp->audio_ops = aops; in snd_hdac_acomp_init()
253 snd_hdac_acomp_register_notifier(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops) snd_hdac_acomp_register_notifier() argument
283 snd_hdac_acomp_init(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops, int (*match_master)(struct device *, int, void *), size_t extra_size) snd_hdac_acomp_init() argument
/kernel/linux/linux-6.6/fs/f2fs/
H A Dverity.c75 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write() local
87 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata); in pagecache_write()
93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
/kernel/linux/linux-6.6/fs/ext4/
H A Dverity.c71 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write() local
83 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata); in pagecache_write()
89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata); in pagecache_write()
/kernel/linux/linux-6.6/mm/
H A Dreadahead.c148 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages() local
159 if (aops->readahead) { in read_pages()
160 aops->readahead(rac); in read_pages()
180 aops->read_folio(rac->file, folio); in read_pages()
H A Dtruncate.c155 const struct address_space_operations *aops = folio->mapping->a_ops; in folio_invalidate() local
157 if (aops->invalidate_folio) in folio_invalidate()
158 aops->invalidate_folio(folio, offset, length); in folio_invalidate()
/kernel/linux/linux-5.10/fs/ntfs/
H A DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/kernel/linux/linux-5.10/fs/gfs2/
H A DMakefile6 aops.o dentry.o export.o file.o \
/kernel/linux/linux-6.6/fs/ntfs/
H A DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/kernel/linux/linux-6.6/fs/gfs2/
H A DMakefile6 aops.o dentry.o export.o file.o \
/kernel/linux/linux-5.10/fs/ocfs2/
H A DMakefile13 aops.o \
/kernel/linux/linux-6.6/fs/ocfs2/
H A DMakefile13 aops.o \
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsvcauth.h155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsvcauth.h153 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c2467 const struct address_space_operations *aops = mapping->a_ops; in generic_cont_expand_simple() local
2476 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata); in generic_cont_expand_simple()
2480 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2492 const struct address_space_operations *aops = mapping->a_ops; in cont_expand_zero() local
2512 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2517 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
2545 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2550 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
/kernel/linux/linux-5.10/fs/cachefiles/
H 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()

Completed in 16 milliseconds

12