Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dntfs.h46 extern const struct address_space_operations ntfs_compressed_aops;
H A Dinode.c1141 vi->i_mapping->a_ops = &ntfs_compressed_aops; in ntfs_read_locked_inode()
1395 vi->i_mapping->a_ops = &ntfs_compressed_aops; in ntfs_read_locked_attr_inode()
H A Daops.c1670 const struct address_space_operations ntfs_compressed_aops = { variable