Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_iops.h43 extern struct address_space_operations linvfs_aops;
Dxfs_super.c136 inode->i_mapping->a_ops = &linvfs_aops; in xfs_set_inodeops()
143 inode->i_mapping->a_ops = &linvfs_aops; in xfs_set_inodeops()
Dxfs_aops.c1290 struct address_space_operations linvfs_aops = { variable