Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcauth.c46 struct auth_ops *aops; in svc_get_auth_ops() local
51 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops()
52 if (aops != NULL && !try_module_get(aops->owner)) in svc_get_auth_ops()
53 aops = NULL; in svc_get_auth_ops()
55 return aops; in svc_get_auth_ops()
59 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops() argument
61 module_put(aops->owner); in svc_put_auth_ops()
78 struct auth_ops *aops; in svc_authenticate() local
90 aops = svc_get_auth_ops(flavor); in svc_authenticate()
91 if (aops == NULL) { in svc_authenticate()
[all …]
/linux/fs/erofs/
H A Dishare.c43 const struct address_space_operations *aops; in erofs_ishare_fill_inode() local
48 aops = erofs_get_aops(inode, true); in erofs_ishare_fill_inode()
49 if (IS_ERR(aops)) in erofs_ishare_fill_inode()
63 sharedinode->i_mapping->a_ops = aops; in erofs_ishare_fill_inode()
68 if (aops != sharedinode->i_mapping->a_ops) { in erofs_ishare_fill_inode()
H A Dinode.c225 const struct address_space_operations *aops; in erofs_fill_inode() local
258 aops = erofs_get_aops(inode, false); in erofs_fill_inode()
259 if (IS_ERR(aops)) in erofs_fill_inode()
260 return PTR_ERR(aops); in erofs_fill_inode()
261 inode->i_mapping->a_ops = aops; in erofs_fill_inode()
/linux/fs/freevxfs/
H A Dvxfs_inode.c254 const struct address_space_operations *aops; in vxfs_iget() local
272 aops = &vxfs_immed_aops; in vxfs_iget()
274 aops = &vxfs_aops; in vxfs_iget()
278 ip->i_mapping->a_ops = aops; in vxfs_iget()
282 ip->i_mapping->a_ops = aops; in vxfs_iget()
/linux/sound/hda/core/
H A Dcomponent.c251 const struct drm_audio_component_audio_ops *aops) in snd_hdac_acomp_register_notifier() argument
256 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/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() argument
/linux/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, &folio, &fsdata); in pagecache_write()
93 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
/linux/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, &folio, &fsdata); in pagecache_write()
89 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
/linux/mm/
H A Dreadahead.c151 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages() local
162 if (aops->readahead) { in read_pages()
163 aops->readahead(rac); in read_pages()
173 aops->read_folio(rac->file, folio); in read_pages()
H A Dtruncate.c137 const struct address_space_operations *aops = folio->mapping->a_ops; in folio_invalidate() local
139 if (aops->invalidate_folio) in folio_invalidate()
140 aops->invalidate_folio(folio, offset, length); in folio_invalidate()
/linux/fs/gfs2/
H A DMakefile6 aops.o dentry.o export.o file.o \
/linux/fs/ocfs2/
H A DMakefile13 aops.o \
/linux/include/linux/sunrpc/
H A Dsvcauth.h157 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/linux/fs/
H A Dbuffer.c2473 const struct address_space_operations *aops = mapping->a_ops; in generic_cont_expand_simple() local
2482 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple()
2486 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple()
2499 const struct address_space_operations *aops = mapping->a_ops; in cont_expand_zero() local
2519 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
2524 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
2552 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
2557 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
H A Dnamei.c6370 const struct address_space_operations *aops = mapping->a_ops; in page_symlink() local
6380 err = aops->write_begin(NULL, mapping, 0, len-1, &folio, &fsdata); in page_symlink()
6388 err = aops->write_end(NULL, mapping, 0, len - 1, len - 1, in page_symlink()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1642 static struct drm_audio_component_audio_ops aops = { variable
1697 aops.audio_ptr = hdev; in hdmi_codec_probe()
1698 ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops); in hdmi_codec_probe()
/linux/Documentation/filesystems/
H A Dlocking.rst428 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices