Searched refs:aops (Results 1 – 10 of 10) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svcauth.c | 46 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 D | ishare.c | 37 const struct address_space_operations *aops; in erofs_ishare_fill_inode() local 43 aops = erofs_get_aops(inode); in erofs_ishare_fill_inode() 44 if (IS_ERR(aops)) in erofs_ishare_fill_inode() 54 si->i_mapping->a_ops = aops; in erofs_ishare_fill_inode() 60 if (!si || aops != si->i_mapping->a_ops) { in erofs_ishare_fill_inode()
|
| /linux/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
|
| /linux/fs/gfs2/ |
| H A D | Makefile | 6 aops.o dentry.o export.o file.o \
|
| /linux/mm/ |
| H A D | readahead.c | 162 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages() local 173 if (aops->readahead) { in read_pages() 174 aops->readahead(rac); in read_pages() 184 aops->read_folio(rac->file, folio); in read_pages()
|
| /linux/fs/ocfs2/ |
| H A D | Makefile | 13 aops.o \
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 157 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
|
| /linux/fs/ |
| H A D | buffer.c | 2388 const struct address_space_operations *aops = mapping->a_ops; in generic_cont_expand_simple() local 2397 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2401 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple() 2414 const struct address_space_operations *aops = mapping->a_ops; in cont_expand_zero() local 2434 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero() 2439 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero() 2467 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero() 2472 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
|
| H A D | namei.c | 6546 const struct address_space_operations *aops = mapping->a_ops; in page_symlink() local 6556 err = aops->write_begin(NULL, mapping, 0, len-1, &folio, &fsdata); in page_symlink() 6564 err = aops->write_end(NULL, mapping, 0, len - 1, len - 1, in page_symlink()
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 1642 static struct drm_audio_component_audio_ops aops = { in hdac_hdmi_present_sense_all_pins() 1697 aops.audio_ptr = hdev; in hdmi_codec_probe() 1698 ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops); in hdmi_codec_probe() 1636 static struct drm_audio_component_audio_ops aops = { global() variable
|