Searched refs:affs_aops (Results 1 – 4 of 4) sorted by relevance
199 extern const struct address_space_operations affs_aops;
264 inode->i_mapping->a_ops = (AFFS_SB(sb)->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_create()
140 inode->i_mapping->a_ops = (sbi->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_iget()
420 const struct address_space_operations affs_aops = { variable