Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dhda_component.h17 const struct drm_audio_component_audio_ops *aops,
44 const struct drm_audio_component_audio_ops *aops, in snd_hdac_acomp_init() argument
/linux-4.19.296/fs/freevxfs/
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()
/linux-4.19.296/fs/ntfs/
DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/linux-4.19.296/fs/gfs2/
DMakefile6 aops.o dentry.o export.o file.o \
/linux-4.19.296/fs/ocfs2/
DMakefile13 aops.o \
/linux-4.19.296/include/linux/sunrpc/
Dsvcauth.h156 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/linux-4.19.296/fs/cachefiles/
Dnamei.c694 const struct address_space_operations *aops; in cachefiles_walk_to_object() local
697 aops = d_backing_inode(object->dentry)->i_mapping->a_ops; in cachefiles_walk_to_object()
698 if (!aops->bmap) in cachefiles_walk_to_object()