Home
last modified time | relevance | path

Searched refs:vxfs_aops (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/freevxfs/
Dvxfs_inode.c266 ip->i_mapping->a_ops = &vxfs_aops; in vxfs_get_fake_inode()
317 aops = &vxfs_aops; in vxfs_iget()
329 ip->i_mapping->a_ops = &vxfs_aops; in vxfs_iget()
Dvxfs_extern.h73 extern const struct address_space_operations vxfs_aops;
Dvxfs_subr.c44 const struct address_space_operations vxfs_aops = { variable