Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsvcauth.c40 struct auth_ops *aops; in svc_authenticate() local
49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) || in svc_authenticate()
50 !try_module_get(aops->owner)) { in svc_authenticate()
59 rqstp->rq_authop = aops; in svc_authenticate()
60 return aops->accept(rqstp, authp); in svc_authenticate()
76 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise() local
81 if (aops) { in svc_authorise()
82 rv = aops->release(rqstp); in svc_authorise()
83 module_put(aops->owner); in svc_authorise()
89 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() argument
[all …]
/linux-4.4.14/fs/freevxfs/
Dvxfs_inode.c297 const struct address_space_operations *aops; in vxfs_iget() local
315 aops = &vxfs_immed_aops; in vxfs_iget()
317 aops = &vxfs_aops; in vxfs_iget()
321 ip->i_mapping->a_ops = aops; in vxfs_iget()
325 ip->i_mapping->a_ops = aops; in vxfs_iget()
/linux-4.4.14/sound/hda/
Dhdac_i915.c184 int snd_hdac_i915_register_notifier(const struct i915_audio_component_audio_ops *aops) in snd_hdac_i915_register_notifier() argument
189 hdac_acomp->audio_ops = aops; in snd_hdac_i915_register_notifier()
/linux-4.4.14/fs/ntfs/
DMakefile5 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/linux-4.4.14/fs/gfs2/
DMakefile5 aops.o dentry.o export.o file.o \
/linux-4.4.14/fs/ocfs2/
DMakefile14 aops.o \
/linux-4.4.14/include/linux/sunrpc/
Dsvcauth.h144 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/linux-4.4.14/fs/cachefiles/
Dnamei.c652 const struct address_space_operations *aops; in cachefiles_walk_to_object() local
655 aops = d_backing_inode(object->dentry)->i_mapping->a_ops; in cachefiles_walk_to_object()
656 if (!aops->bmap) in cachefiles_walk_to_object()
/linux-4.4.14/mm/
Dfilemap.c2381 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local
2383 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin()
2392 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local
2394 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
/linux-4.4.14/Documentation/filesystems/
DLocking391 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices