Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dhfs_fs.h201 extern const struct address_space_operations hfs_aops;
Dinode.c169 const struct address_space_operations hfs_aops = { variable
218 inode->i_mapping->a_ops = &hfs_aops; in hfs_new_inode()
357 inode->i_mapping->a_ops = &hfs_aops; in hfs_read_inode()
Dbtree.c129 tree->inode->i_mapping->a_ops = &hfs_aops; in hfs_btree_open()