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

/linux-master/net/sunrpc/
H A Dsvcauth.c45 struct auth_ops *aops; local
50 aops = rcu_dereference(authtab[flavor]);
51 if (aops != NULL && !try_module_get(aops->owner))
52 aops = NULL;
54 return aops;
58 svc_put_auth_ops(struct auth_ops *aops) argument
60 module_put(aops->owner);
77 struct auth_ops *aops; local
89 aops
128 struct auth_ops *aops = rqstp->rq_authop; local
141 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) argument
171 struct auth_ops *aops = rqstp->rq_authop; local
[all...]
/linux-master/include/sound/
H A Dhda_component.h22 const struct drm_audio_component_audio_ops *aops,
49 const struct drm_audio_component_audio_ops *aops,
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) argument
/linux-master/fs/gfs2/
H A DMakefile6 aops.o dentry.o export.o file.o \
/linux-master/fs/ocfs2/
H A DMakefile13 aops.o \
/linux-master/sound/hda/
H A Dhdac_component.c244 * @aops: audio component ops
254 const struct drm_audio_component_audio_ops *aops)
259 bus->audio_component->audio_ops = aops;
267 * @aops: audio component ops
284 const struct drm_audio_component_audio_ops *aops,
300 acomp->audio_ops = aops;
253 snd_hdac_acomp_register_notifier(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops) 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) argument
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c254 const struct address_space_operations *aops; local
272 aops = &vxfs_immed_aops;
274 aops = &vxfs_aops;
278 ip->i_mapping->a_ops = aops;
282 ip->i_mapping->a_ops = aops;
/linux-master/fs/f2fs/
H A Dverity.c75 const struct address_space_operations *aops = mapping->a_ops; local
87 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata);
93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c425 const struct address_space_operations *aops = mapping->a_ops; local
483 err = aops->write_begin(obj->base.filp, mapping, offset, len,
496 err = aops->write_end(obj->base.filp, mapping, offset, len,
662 const struct address_space_operations *aops; local
674 aops = file->f_mapping->a_ops;
681 err = aops->write_begin(file, file->f_mapping, offset, len,
690 err = aops->write_end(file, file->f_mapping, offset, len, len,
/linux-master/fs/ext4/
H A Dverity.c71 const struct address_space_operations *aops = mapping->a_ops; local
83 res = aops->write_begin(NULL, mapping, pos, n, &page, &fsdata);
89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata);
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h158 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/linux-master/mm/
H A Dreadahead.c148 const struct address_space_operations *aops = rac->mapping->a_ops; local
159 if (aops->readahead) {
160 aops->readahead(rac);
180 aops->read_folio(rac->file, folio);
H A Dtruncate.c155 const struct address_space_operations *aops = folio->mapping->a_ops; local
157 if (aops->invalidate_folio)
158 aops->invalidate_folio(folio, offset, length);
/linux-master/fs/
H A Dbuffer.c2449 const struct address_space_operations *aops = mapping->a_ops; local
2458 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata);
2462 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata);
2474 const struct address_space_operations *aops = mapping->a_ops; local
2494 err = aops->write_begin(file, mapping, curpos, len,
2499 err = aops->write_end(file, mapping, curpos, len, len,
2527 err = aops->write_begin(file, mapping, curpos, len,
2532 err = aops->write_end(file, mapping, curpos, len, len,
H A Dnamei.c5219 const struct address_space_operations *aops = mapping->a_ops; local
5229 err = aops->write_begin(NULL, mapping, 0, len-1, &page, &fsdata);
5237 err = aops->write_end(NULL, mapping, 0, len-1, len-1,
/linux-master/sound/soc/codecs/
H A Dhdac_hdmi.c1753 static struct drm_audio_component_audio_ops aops = { variable in typeref:struct:drm_audio_component_audio_ops
1989 aops.audio_ptr = hdev;
1990 ret = snd_hdac_acomp_register_notifier(hdev->bus, &aops);

Completed in 278 milliseconds