Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dntfs.h45 extern const struct address_space_operations ntfs_normal_aops;
H A Dinode.c1137 vi->i_mapping->a_ops = &ntfs_normal_aops; in ntfs_read_locked_inode()
1391 vi->i_mapping->a_ops = &ntfs_normal_aops; in ntfs_read_locked_attr_inode()
H A Daops.c1655 const struct address_space_operations ntfs_normal_aops = { variable