Home
last modified time | relevance | path

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

/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()
/fs/ntfs/
DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/fs/gfs2/
DMakefile6 aops.o dentry.o export.o file.o \
/fs/ocfs2/
DMakefile13 aops.o \
/fs/cachefiles/
Dnamei.c689 const struct address_space_operations *aops; in cachefiles_walk_to_object() local
692 aops = d_backing_inode(object->dentry)->i_mapping->a_ops; in cachefiles_walk_to_object()
693 if (!aops->bmap) in cachefiles_walk_to_object()