Home
last modified time | relevance | path

Searched refs:affs_aops (Results 1 – 4 of 4) sorted by relevance

/fs/affs/
Daffs.h199 extern const struct address_space_operations affs_aops;
Dnamei.c264 inode->i_mapping->a_ops = (AFFS_SB(sb)->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_create()
Dinode.c140 inode->i_mapping->a_ops = (sbi->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_iget()
Dfile.c420 const struct address_space_operations affs_aops = { variable