Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_aops.h55 extern const struct address_space_operations xfs_address_space_operations;
Dxfs_iops.c1264 inode->i_mapping->a_ops = &xfs_address_space_operations; in xfs_setup_inode()
1278 inode->i_mapping->a_ops = &xfs_address_space_operations; in xfs_setup_inode()
Dxfs_aops.c2001 const struct address_space_operations xfs_address_space_operations = { variable