Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_aops.h10 extern const struct address_space_operations xfs_dax_aops;
H A Dxfs_aops.c558 const struct address_space_operations xfs_dax_aops = { variable
H A Dxfs_iops.c1330 inode->i_mapping->a_ops = &xfs_dax_aops; in xfs_setup_iops()